aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-16 13:39:17 -0500
committerrogerk <devnull@localhost>2012-10-16 13:39:17 -0500
commit40f65d4c9e6711706366daab7fb2fcfc1309f910 (patch)
treef9c72001384759908fa72302075051b2dbeae958 /src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
parent3c491937d30cf250e0324038065802889740bc36 (diff)
downloadprotobuf-40f65d4c9e6711706366daab7fb2fcfc1309f910.tar.gz
protobuf-40f65d4c9e6711706366daab7fb2fcfc1309f910.tar.bz2
protobuf-40f65d4c9e6711706366daab7fb2fcfc1309f910.zip
Working project templates for Silverlight testing of SL2..4 and PL4
Diffstat (limited to 'src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj')
-rw-r--r--src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
index c75be051..ae7e22c5 100644
--- a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+++ b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
@@ -3,6 +3,7 @@
<PropertyGroup>
<EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
<EnvironmentTemplate>NET35</EnvironmentTemplate>
+ <ProjectType>TEST</ProjectType>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
@@ -169,7 +170,7 @@
<Target Name="AfterBuild">
</Target>
-->
- <PropertyGroup>
+ <PropertyGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
<StartAction>Program</StartAction>
<StartProgram>$(ProjectDir)..\..\lib\NUnit\tools\nunit-console.exe</StartProgram>
<StartArguments>/nologo /noshadow /labels /wait $(AssemblyName).dll</StartArguments>