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