aboutsummaryrefslogtreecommitdiff
path: root/csproj_templates/SL40.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-15 21:29:17 -0500
committerrogerk <devnull@localhost>2012-10-15 21:29:17 -0500
commit3c491937d30cf250e0324038065802889740bc36 (patch)
treef61eb1b641f782baa148069fc853458018930f01 /csproj_templates/SL40.csproj
parent70cf2511627197ed38393f077c98e0827d588507 (diff)
downloadprotobuf-3c491937d30cf250e0324038065802889740bc36.tar.gz
protobuf-3c491937d30cf250e0324038065802889740bc36.tar.bz2
protobuf-3c491937d30cf250e0324038065802889740bc36.zip
Adding project templates and refactored build
Diffstat (limited to 'csproj_templates/SL40.csproj')
-rw-r--r--csproj_templates/SL40.csproj39
1 files changed, 39 insertions, 0 deletions
diff --git a/csproj_templates/SL40.csproj b/csproj_templates/SL40.csproj
new file mode 100644
index 00000000..144a689e
--- /dev/null
+++ b/csproj_templates/SL40.csproj
@@ -0,0 +1,39 @@
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <EnvironmentFlavor>SILVERLIGHT</EnvironmentFlavor>
+ <EnvironmentTemplate>SL40</EnvironmentTemplate>
+ <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <SilverlightApplication>false</SilverlightApplication>
+ <ValidateXaml>false</ValidateXaml>
+ <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
+ <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <OutputPath>bin\SL40\Debug</OutputPath>
+ <IntermediateOutputPath>obj\SL40\Debug\</IntermediateOutputPath>
+ <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
+ <NoConfig>true</NoConfig>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <OutputPath>bin\SL40\Release</OutputPath>
+ <IntermediateOutputPath>obj\SL40\Release\</IntermediateOutputPath>
+ <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
+ <NoConfig>true</NoConfig>
+ </PropertyGroup>
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\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 />
+ </FlavorProperties>
+ </VisualStudio>
+ </ProjectExtensions>
+</Project> \ No newline at end of file