Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / msvc / scripts / genproj.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" 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)' == '' ">x86</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{DB7B5BA0-B562-4CFB-91F4-1B9547F95F54}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>genproj</RootNamespace>\r
12     <AssemblyName>genproj</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
15     <FileAlignment>512</FileAlignment>\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
18     <PlatformTarget>x86</PlatformTarget>\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>.</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
28     <PlatformTarget>x86</PlatformTarget>\r
29     <DebugType>pdbonly</DebugType>\r
30     <Optimize>true</Optimize>\r
31     <OutputPath>bin\Release\</OutputPath>\r
32     <DefineConstants>TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35   </PropertyGroup>\r
36   <ItemGroup>\r
37     <Reference Include="System" />\r
38     <Reference Include="System.Core" />\r
39     <Reference Include="System.Xml.Linq" />\r
40     <Reference Include="Microsoft.CSharp" />\r
41     <Reference Include="System.Xml" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Compile Include="genproj.cs" />\r
45   </ItemGroup>\r
46   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
47   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
48        Other similar extension points exist, see Microsoft.Common.targets.\r
49   <Target Name="BeforeBuild">\r
50   </Target>\r
51   <Target Name="AfterBuild">\r
52   </Target>\r
53   -->\r
54 </Project>