Browse Source

Build text templating unit tests into standard unit tests folder.

pull/16/merge
Matt Ward 15 years ago
parent
commit
f714ca03d4
  1. 2
      src/AddIns/Misc/TextTemplating/Test/TextTemplating.Tests.csproj

2
src/AddIns/Misc/TextTemplating/Test/TextTemplating.Tests.csproj

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<OutputPath>..\..\..\..\..\..\bin\UnitTests\</OutputPath>
<OutputPath>..\..\..\..\..\bin\UnitTests\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>

Loading…
Cancel
Save