Merge pull request #4248 from Unity-Technologies/boehm-gc-alloc-fixed
[mono.git] / msvc / scripts / csproj.tmpl
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->\r
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <ProductVersion>9.0.30729</ProductVersion>\r
8     <SchemaVersion>2.0</SchemaVersion>\r
9     <ProjectGuid>@PROJECTGUID@</ProjectGuid>\r
10     <OutputType>@OUTPUTTYPE@</OutputType>\r
11     <NoWarn>@DISABLEDWARNINGS@</NoWarn>\r
12     <OutputPath>@OUTPUTDIR@</OutputPath>\r
13     <IntermediateOutputPath>obj-@OUTPUTSUFFIX@</IntermediateOutputPath>\r
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
15     @NOSTDLIB@\r
16     @STARTUPOBJECT@\r
17     @NOCONFIG@\r
18     @ALLOWUNSAFE@\r
19     <AppDesignerFolder>Properties</AppDesignerFolder>\r
20     <RootNamespace>\r
21     </RootNamespace>\r
22     <AssemblyName>@ASSEMBLYNAME@</AssemblyName>\r
23     <TargetFrameworkVersion>v@FX_VERSION</TargetFrameworkVersion>\r
24     <FileAlignment>512</FileAlignment>\r
25   </PropertyGroup>\r
26   @SIGNATURE@\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
28     <DebugSymbols>true</DebugSymbols>\r
29     <DebugType>full</DebugType>\r
30     <NoWarn>@DISABLEDWARNINGS@</NoWarn>\r
31     <Optimize>false</Optimize>\r
32     <DefineConstants>TRACE;@DEFINECONSTANTS@</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35   </PropertyGroup>\r
36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
37     <DebugType>pdbonly</DebugType>\r
38     <NoWarn>@DISABLEDWARNINGS@</NoWarn>\r
39     <Optimize>true</Optimize>\r
40     <DefineConstants>@DEFINECONSTANTS@</DefineConstants>\r
41     <ErrorReport>prompt</ErrorReport>\r
42     <WarningLevel>4</WarningLevel>\r
43   </PropertyGroup>\r
44   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
45   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
46   is a problem to compile the Mono mscorlib.dll -->\r
47   <PropertyGroup>\r
48     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
49   </PropertyGroup>\r
50   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
51   <ItemGroup>\r
52 @SOURCES@  </ItemGroup>\r
53   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
54        Other similar extension points exist, see Microsoft.Common.targets.\r
55   <Target Name="BeforeBuild">\r
56   </Target>\r
57   <Target Name="AfterBuild">\r
58   </Target>\r
59   -->\r
60   <PropertyGroup>\r
61 @PREBUILD@\r
62 @POSTBUILD@\r
63   </PropertyGroup>\r
64   <ItemGroup>\r
65 @REFERENCES@  </ItemGroup>\r
66   <ItemGroup>\r
67     <Folder Include="Properties\" />\r
68   </ItemGroup>\r
69 @RESOURCES@</Project>\r