From 8aad022bece39e9daa5d0d1b1a036c096fff2bb7 Mon Sep 17 00:00:00 2001 From: csharptest Date: Tue, 16 Oct 2012 15:37:48 -0500 Subject: Collision with known MSBuild property ProjectType was causing errors, renamed to EnvironmentProjectType --- .../ProtocolBuffers(Silverlight).csproj | 162 --------------------- src/ProtocolBuffers/ProtocolBuffers.SL20.csproj | 4 +- src/ProtocolBuffers/ProtocolBuffers.SL30.csproj | 4 +- src/ProtocolBuffers/ProtocolBuffers.SL40.csproj | 4 +- .../ProtocolBuffersLite(Silverlight).csproj | 106 -------------- .../ProtocolBuffersLite.SL20.csproj | 4 +- .../ProtocolBuffersLite.SL30.csproj | 4 +- .../ProtocolBuffersLite.SL40.csproj | 4 +- 8 files changed, 18 insertions(+), 274 deletions(-) delete mode 100644 src/ProtocolBuffers/ProtocolBuffers(Silverlight).csproj delete mode 100644 src/ProtocolBuffers/ProtocolBuffersLite(Silverlight).csproj (limited to 'src/ProtocolBuffers') diff --git a/src/ProtocolBuffers/ProtocolBuffers(Silverlight).csproj b/src/ProtocolBuffers/ProtocolBuffers(Silverlight).csproj deleted file mode 100644 index c539c68f..00000000 --- a/src/ProtocolBuffers/ProtocolBuffers(Silverlight).csproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {7E4E681E-5D09-43FB-8D9E-35A454730A85} - Library - Properties - Google.ProtocolBuffers - Google.ProtocolBuffers - v2.0 - 512 - true - ..\..\keys\Google.ProtocolBuffers.snk - 3.5 - {A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - v3.5 - false - true - true - v2.0 - - - true - full - false - bin\Debug_Silverlight\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - DEBUG;TRACE;SILVERLIGHT - prompt - 4 - true - - - pdbonly - true - bin\Release_Silverlight\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - TRACE;SILVERLIGHT - prompt - 4 - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/ProtocolBuffers/ProtocolBuffers.SL20.csproj b/src/ProtocolBuffers/ProtocolBuffers.SL20.csproj index e3b618f8..10fc8283 100644 --- a/src/ProtocolBuffers/ProtocolBuffers.SL20.csproj +++ b/src/ProtocolBuffers/ProtocolBuffers.SL20.csproj @@ -153,7 +153,9 @@ - + + OfflineApplication + 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 @@ - + + OfflineApplication + diff --git a/src/ProtocolBuffers/ProtocolBuffers.SL40.csproj b/src/ProtocolBuffers/ProtocolBuffers.SL40.csproj index 3da6d7c6..3664e473 100644 --- a/src/ProtocolBuffers/ProtocolBuffers.SL40.csproj +++ b/src/ProtocolBuffers/ProtocolBuffers.SL40.csproj @@ -155,7 +155,9 @@ - + + OfflineApplication + diff --git a/src/ProtocolBuffers/ProtocolBuffersLite(Silverlight).csproj b/src/ProtocolBuffers/ProtocolBuffersLite(Silverlight).csproj deleted file mode 100644 index 7e2dc298..00000000 --- a/src/ProtocolBuffers/ProtocolBuffersLite(Silverlight).csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {2275EE6B-195B-485C-B6F6-CCA01C1B5AE0} - Library - Properties - Google.ProtocolBuffers - Google.ProtocolBuffersLite - v2.0 - 512 - true - ..\..\keys\Google.ProtocolBuffers.snk - 3.5 - {A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - v3.5 - false - true - true - v2.0 - - - true - full - false - bin\Debug_Silverlight\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - DEBUG;TRACE;SILVERLIGHT;LITE - prompt - 4 - true - - - pdbonly - true - bin\Release_Silverlight\ - $(OutputPath)\$(AssemblyName).xml - 1591, 1570, 1571, 1572, 1573, 1574 - TRACE;SILVERLIGHT;LITE - prompt - 4 - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.SL20.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.SL20.csproj index f26ee609..1bbad180 100644 --- a/src/ProtocolBuffers/ProtocolBuffersLite.SL20.csproj +++ b/src/ProtocolBuffers/ProtocolBuffersLite.SL20.csproj @@ -98,7 +98,9 @@ - + + OfflineApplication + diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.SL30.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.SL30.csproj index 43029c0a..ab0e809b 100644 --- a/src/ProtocolBuffers/ProtocolBuffersLite.SL30.csproj +++ b/src/ProtocolBuffers/ProtocolBuffersLite.SL30.csproj @@ -99,7 +99,9 @@ - + + OfflineApplication + diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.SL40.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.SL40.csproj index 3303c31f..42e5be18 100644 --- a/src/ProtocolBuffers/ProtocolBuffersLite.SL40.csproj +++ b/src/ProtocolBuffers/ProtocolBuffersLite.SL40.csproj @@ -100,7 +100,9 @@ - + + OfflineApplication + -- cgit v1.2.3