aboutsummaryrefslogtreecommitdiff
path: root/csharp/csproj_templates/SL30.csproj
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-04-28 17:00:42 +0100
committerJon Skeet <jonskeet@google.com>2015-04-29 06:55:51 +0100
commite8310aa25940f9e062b8352e1d485bb804aba714 (patch)
tree9bfe0ad720b79c6a08911feb46039a1069124e11 /csharp/csproj_templates/SL30.csproj
parent5ca6dd76fb39d7f76297f6a2a95466bbc8d5b691 (diff)
downloadprotobuf-e8310aa25940f9e062b8352e1d485bb804aba714.tar.gz
protobuf-e8310aa25940f9e062b8352e1d485bb804aba714.tar.bz2
protobuf-e8310aa25940f9e062b8352e1d485bb804aba714.zip
Remove a bunch of files which are no longer relevant:
1) Project files for different configurations - we're going to look at all this again, ideally to just have a single PCL-compatible build 2) ProtoGen - the C++ generator is now the only one we care about 3) Proto files - these are mostly duplicates (or older versions) of the ones in the common directories
Diffstat (limited to 'csharp/csproj_templates/SL30.csproj')
-rw-r--r--csharp/csproj_templates/SL30.csproj47
1 files changed, 0 insertions, 47 deletions
diff --git a/csharp/csproj_templates/SL30.csproj b/csharp/csproj_templates/SL30.csproj
deleted file mode 100644
index 82ea9a8e..00000000
--- a/csharp/csproj_templates/SL30.csproj
+++ /dev/null
@@ -1,47 +0,0 @@
-<Project ToolsVersion="3.5" DefaultTargets="Build"
- xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
- xmlns:cs="urn:schemas-csharp-project:template">
- <PropertyGroup>
- <EnvironmentFlavor>SILVERLIGHT</EnvironmentFlavor>
- <EnvironmentTemplate>SL30</EnvironmentTemplate>
- <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <SilverlightApplication>false</SilverlightApplication>
- <ValidateXaml>false</ValidateXaml>
- <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>bin\SL30\Debug</OutputPath>
- <IntermediateOutputPath>obj\SL30\Debug\</IntermediateOutputPath>
- <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
- <NoConfig>true</NoConfig>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\SL30\Release</OutputPath>
- <IntermediateOutputPath>obj\SL30\Release\</IntermediateOutputPath>
- <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
- <NoConfig>true</NoConfig>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System.Core" />
- </ItemGroup>
- <!-- Preprocess include of silverlight testing -->
- <cs:Import Project="SLTest.targets" cs:Precondition=" '$(EnvironmentProjectType)' == 'TEST' " />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
- <SilverlightProjectProperties>
- <StartAction>OfflineApplication</StartAction>
- </SilverlightProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
-</Project> \ No newline at end of file