aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-16 15:37:48 -0500
committerrogerk <devnull@localhost>2012-10-16 15:37:48 -0500
commit8aad022bece39e9daa5d0d1b1a036c096fff2bb7 (patch)
tree98c49dd0f95aeaba54f0e59c78389f72eea681c3 /src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj
parent83f65a4333af376fc917484f2ae35ff6d7c57783 (diff)
downloadprotobuf-8aad022bece39e9daa5d0d1b1a036c096fff2bb7.tar.gz
protobuf-8aad022bece39e9daa5d0d1b1a036c096fff2bb7.tar.bz2
protobuf-8aad022bece39e9daa5d0d1b1a036c096fff2bb7.zip
Collision with known MSBuild property ProjectType was causing errors, renamed to EnvironmentProjectType
Diffstat (limited to 'src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj')
-rw-r--r--src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj b/src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj
index b2ccdcb1..b645a01e 100644
--- a/src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj
+++ b/src/ProtocolBuffersLite.Test/ProtocolBuffersLite.Test.PL40.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<EnvironmentFlavor>PORTABLE_LIBRARY</EnvironmentFlavor>
<EnvironmentTemplate>PL40</EnvironmentTemplate>
- <ProjectType>TEST</ProjectType>
+ <EnvironmentProjectType>TEST</EnvironmentProjectType>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
@@ -31,6 +31,8 @@
<TestPageFileName>TestPage.html</TestPageFileName>
<CreateTestPage>true</CreateTestPage>
<SilverlightVersion>v4.0</SilverlightVersion>
+ <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
+ <EnableOutOfBrowser>true</EnableOutOfBrowser>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -113,6 +115,7 @@
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<None Include="Properties\AppManifest.xml" />
+ <None Include="Properties\OutOfBrowserSettings.xml" />
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>