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