2006-07-08 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / gmcs / gmcs.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>\r
8     <OutputType>Exe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>gmcs</RootNamespace>\r
11     <AssemblyName>gmcs</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>.\</OutputPath>\r
18     <DefineConstants>TRACE;DEBUG;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21     <UseVSHostingProcess>false</UseVSHostingProcess>\r
22     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
23     <NoStdLib>false</NoStdLib>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>.\</OutputPath>\r
29     <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Data" />\r
36     <Reference Include="System.Xml" />\r
37   </ItemGroup>\r
38   <ItemGroup>\r
39     <Compile Include="..\build\common\Consts.cs">\r
40       <Link>Consts.cs</Link>\r
41     </Compile>\r
42     <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">\r
43       <Link>CryptoConvert.cs</Link>\r
44     </Compile>\r
45     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">\r
46       <Link>MonoSymbolFile.cs</Link>\r
47     </Compile>\r
48     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">\r
49       <Link>MonoSymbolTable.cs</Link>\r
50     </Compile>\r
51     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs">\r
52       <Link>MonoSymbolWriter.cs</Link>\r
53     </Compile>\r
54     <Compile Include="anonymous.cs" />\r
55     <Compile Include="AssemblyInfo.cs" />\r
56     <Compile Include="assign.cs" />\r
57     <Compile Include="attribute.cs" />\r
58     <Compile Include="cfold.cs" />\r
59     <Compile Include="class.cs" />\r
60     <Compile Include="codegen.cs" />\r
61     <Compile Include="const.cs" />\r
62     <Compile Include="constant.cs" />\r
63     <Compile Include="convert.cs" />\r
64     <Compile Include="cs-parser.cs" />\r
65     <Compile Include="cs-tokenizer.cs" />\r
66     <Compile Include="decl.cs" />\r
67     <Compile Include="delegate.cs" />\r
68     <Compile Include="doc.cs" />\r
69     <Compile Include="driver.cs" />\r
70     <Compile Include="ecore.cs" />\r
71     <Compile Include="enum.cs" />\r
72     <Compile Include="expression.cs" />\r
73     <Compile Include="flowanalysis.cs" />\r
74     <Compile Include="generic.cs" />\r
75     <Compile Include="iterators.cs" />\r
76     <Compile Include="literal.cs" />\r
77     <Compile Include="location.cs" />\r
78     <Compile Include="modifiers.cs" />\r
79     <Compile Include="namespace.cs" />\r
80     <Compile Include="parameter.cs" />\r
81     <Compile Include="pending.cs" />\r
82     <Compile Include="report.cs" />\r
83     <Compile Include="rootcontext.cs" />\r
84     <Compile Include="statement.cs" />\r
85     <Compile Include="support.cs" />\r
86     <Compile Include="symbolwriter.cs" />\r
87     <Compile Include="tree.cs" />\r
88     <Compile Include="typemanager.cs" />\r
89   </ItemGroup>\r
90   <ItemGroup>\r
91     <Folder Include="Properties\" />\r
92   </ItemGroup>\r
93   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
94   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
95        Other similar extension points exist, see Microsoft.Common.targets.\r
96   <Target Name="BeforeBuild">\r
97   </Target>\r
98   <Target Name="AfterBuild">\r
99   </Target>\r
100   -->\r
101 </Project>\r