aboutsummaryrefslogtreecommitdiff
path: root/csproj_templates/SLTest.targets
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 /csproj_templates/SLTest.targets
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 'csproj_templates/SLTest.targets')
-rw-r--r--csproj_templates/SLTest.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/csproj_templates/SLTest.targets b/csproj_templates/SLTest.targets
index 49fb104f..29da2399 100644
--- a/csproj_templates/SLTest.targets
+++ b/csproj_templates/SLTest.targets
@@ -12,6 +12,8 @@
<TestPageFileName>TestPage.html</TestPageFileName>
<CreateTestPage>true</CreateTestPage>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
+ <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
+ <EnableOutOfBrowser>true</EnableOutOfBrowser>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows" />
@@ -22,6 +24,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>