e840482bcfe2e5e02e83c6e8e9760b0165c7c20f
[mono.git] / mcs / mcs / gmcs.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.20404</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     <FileUpgradeFlags>\r
13     </FileUpgradeFlags>\r
14     <OldToolsVersion>2.0</OldToolsVersion>\r
15     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
16     <UpgradeBackupLocation>\r
17     </UpgradeBackupLocation>\r
18   </PropertyGroup>\r
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
20     <DebugSymbols>true</DebugSymbols>\r
21     <DebugType>full</DebugType>\r
22     <Optimize>false</Optimize>\r
23     <OutputPath>.\</OutputPath>\r
24     <DefineConstants>TRACE;DEBUG;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>\r
25     <ErrorReport>prompt</ErrorReport>\r
26     <WarningLevel>4</WarningLevel>\r
27     <UseVSHostingProcess>false</UseVSHostingProcess>\r
28     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
29     <NoStdLib>false</NoStdLib>\r
30     <OutputType>Exe</OutputType>\r
31     <AssemblyName>gmcs</AssemblyName>\r
32     <RootNamespace>gmcs</RootNamespace>\r
33     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
34   </PropertyGroup>\r
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
36     <DebugType>pdbonly</DebugType>\r
37     <Optimize>true</Optimize>\r
38     <OutputPath>.\</OutputPath>\r
39     <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>\r
40     <ErrorReport>prompt</ErrorReport>\r
41     <WarningLevel>4</WarningLevel>\r
42     <OutputType>Exe</OutputType>\r
43     <AssemblyName>gmcs</AssemblyName>\r
44     <DebugSymbols>true</DebugSymbols>\r
45     <RootNamespace>gmcs</RootNamespace>\r
46     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
47     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
48   </PropertyGroup>\r
49   <ItemGroup>\r
50     <Reference Include="System" />\r
51     <Reference Include="System.Data" />\r
52     <Reference Include="System.Xml" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <Compile Include="..\build\common\Consts.cs">\r
56     </Compile>\r
57     <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">\r
58       <Link>CryptoConvert.cs</Link>\r
59     </Compile>\r
60     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">\r
61       <Link>MonoSymbolFile.cs</Link>\r
62     </Compile>\r
63     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">\r
64       <Link>MonoSymbolTable.cs</Link>\r
65     </Compile>\r
66     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs">\r
67       <Link>MonoSymbolWriter.cs</Link>\r
68     </Compile>\r
69     <Compile Include="AssemblyInfo.cs">\r
70     </Compile>\r
71     <Compile Include="anonymous.cs">\r
72     </Compile>\r
73     <Compile Include="assign.cs">\r
74     </Compile>\r
75     <Compile Include="attribute.cs">\r
76     </Compile>\r
77     <Compile Include="cfold.cs">\r
78     </Compile>\r
79     <Compile Include="class.cs">\r
80     </Compile>\r
81     <Compile Include="codegen.cs">\r
82     </Compile>\r
83     <Compile Include="const.cs">\r
84     </Compile>\r
85     <Compile Include="constant.cs">\r
86     </Compile>\r
87     <Compile Include="convert.cs">\r
88     </Compile>\r
89     <Compile Include="lambda.cs">\r
90     </Compile>\r
91     <Compile Include="gcs-parser.cs" />\r
92     <Compile Include="cs-tokenizer.cs">\r
93     </Compile>\r
94     <Compile Include="decl.cs">\r
95     </Compile>\r
96     <Compile Include="delegate.cs">\r
97     </Compile>\r
98     <Compile Include="doc.cs">\r
99     </Compile>\r
100     <Compile Include="driver.cs">\r
101     </Compile>\r
102     <Compile Include="ecore.cs">\r
103     </Compile>\r
104     <Compile Include="enum.cs">\r
105     </Compile>\r
106     <Compile Include="expression.cs">\r
107     </Compile>\r
108     <Compile Include="flowanalysis.cs">\r
109     </Compile>\r
110     <Compile Include="generic.cs" />\r
111     <Compile Include="iterators.cs">\r
112     </Compile>\r
113     <Compile Include="literal.cs">\r
114     </Compile>\r
115     <Compile Include="location.cs">\r
116     </Compile>\r
117     <Compile Include="modifiers.cs">\r
118     </Compile>\r
119     <Compile Include="namespace.cs">\r
120     </Compile>\r
121     <Compile Include="parameter.cs">\r
122     </Compile>\r
123     <Compile Include="pending.cs">\r
124     </Compile>\r
125     <Compile Include="report.cs">\r
126     </Compile>\r
127     <Compile Include="rootcontext.cs">\r
128     </Compile>\r
129     <Compile Include="roottypes.cs">\r
130     </Compile>\r
131     <Compile Include="statement.cs">\r
132     </Compile>\r
133     <Compile Include="support.cs">\r
134     </Compile>\r
135     <Compile Include="symbolwriter.cs">\r
136     </Compile>\r
137     <Compile Include="typemanager.cs">\r
138     </Compile>\r
139     <Compile Include="linq.cs" />\r
140   </ItemGroup>\r
141   <ItemGroup>\r
142     <Folder Include="Properties\" />\r
143   </ItemGroup>\r
144   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
145   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
146        Other similar extension points exist, see Microsoft.Common.targets.\r
147   <Target Name="BeforeBuild">\r
148   </Target>\r
149   <Target Name="AfterBuild">\r
150   </Target>\r
151   -->\r
152 </Project>