aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.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/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.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/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.csproj')
-rw-r--r--src/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.csproj9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.csproj b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.csproj
index df153fc1..ade3dc35 100644
--- a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.csproj
+++ b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.SL40.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<EnvironmentFlavor>SILVERLIGHT</EnvironmentFlavor>
<EnvironmentTemplate>SL40</EnvironmentTemplate>
- <ProjectType>TEST</ProjectType>
+ <EnvironmentProjectType>TEST</EnvironmentProjectType>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
@@ -29,6 +29,8 @@
<SilverlightAppEntry>Google.ProtocolBuffers.App</SilverlightAppEntry>
<TestPageFileName>TestPage.html</TestPageFileName>
<CreateTestPage>true</CreateTestPage>
+ <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
+ <EnableOutOfBrowser>true</EnableOutOfBrowser>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -150,6 +152,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>
@@ -190,7 +193,9 @@
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
- <SilverlightProjectProperties />
+ <SilverlightProjectProperties>
+ <StartAction>OfflineApplication</StartAction>
+ </SilverlightProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>