2010-02-28 Zoltan Varga <vargaz@gmail.com>
[mono/afaerber.git] / msvc / scripts / csproj.tmpl
blob2679ab1d1ae501a4a57f9053b61f3c02ca204e3a
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <OutputPath>@OUTPUTDIR@</OutputPath>\r
11     <DefineConstants>@DEFINECONSTANTS@</DefineConstants>\r
12     <CscToolPath>@CSCTOOLPATH@</CscToolPath>\r
13     @NOSTDLIB@\r
14     @ALLOWUNSAFE@\r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>mscorlib</RootNamespace>\r
17     <AssemblyName>@ASSEMBLYNAME@</AssemblyName>\r
18     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
19     <FileAlignment>512</FileAlignment>\r
20     <StartupObject>\r
21     </StartupObject>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
24     <DebugSymbols>@DEBUG@</DebugSymbols>\r
25     <DebugType>@DEBUGTYPE@</DebugType>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>@DEFINECONSTANTS@</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <Optimize>true</Optimize>\r
34     <DefineConstants>@DEFINECONSTANTS@</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
39   <ItemGroup>\r
40 @SOURCES@\r
41   </ItemGroup>\r
42   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
43        Other similar extension points exist, see Microsoft.Common.targets.\r
44   <Target Name="BeforeBuild">\r
45   </Target>\r
46   <Target Name="AfterBuild">\r
47   </Target>\r
48   -->\r
49   <PropertyGroup>\r
50     <PreBuildEvent>@PREBUILD@</PreBuildEvent>\r
51   </PropertyGroup>\r
52   @REFERENCES@\r
53   <ItemGroup>\r
54     <Folder Include="Properties\" />\r
55   </ItemGroup>\r
56 </Project>\r