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

Loading…
Cancel
Save