aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ProtocolBuffers.SL30.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/ProtocolBuffers.SL30.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/ProtocolBuffers.SL30.csproj')
-rw-r--r--src/ProtocolBuffers/ProtocolBuffers.SL30.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/ProtocolBuffers.SL30.csproj b/src/ProtocolBuffers/ProtocolBuffers.SL30.csproj
index de31a946..4fe571ca 100644
--- a/src/ProtocolBuffers/ProtocolBuffers.SL30.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffers.SL30.csproj
@@ -154,7 +154,9 @@
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
- <SilverlightProjectProperties />
+ <SilverlightProjectProperties>
+ <StartAction>OfflineApplication</StartAction>
+ </SilverlightProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>