importing messaging-2008 branch to trunk.
[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="AssemblyInfo.cs">\r
56     </Compile>\r
57     <Compile Include="anonymous.cs">\r
58     </Compile>\r
59     <Compile Include="assign.cs">\r
60     </Compile>\r
61     <Compile Include="attribute.cs">\r
62     </Compile>\r
63     <Compile Include="cfold.cs">\r
64     </Compile>\r
65     <Compile Include="class.cs">\r
66     </Compile>\r
67     <Compile Include="codegen.cs">\r
68     </Compile>\r
69     <Compile Include="const.cs">\r
70     </Compile>\r
71     <Compile Include="constant.cs">\r
72     </Compile>\r
73     <Compile Include="convert.cs">\r
74     </Compile>\r
75     <Compile Include="eval.cs" />\r
76     <Compile Include="lambda.cs">\r
77     </Compile>\r
78     <Compile Include="cs-parser.cs" />\r
79     <Compile Include="cs-tokenizer.cs">\r
80     </Compile>\r
81     <Compile Include="decl.cs">\r
82     </Compile>\r
83     <Compile Include="delegate.cs">\r
84     </Compile>\r
85     <Compile Include="doc.cs">\r
86     </Compile>\r
87     <Compile Include="driver.cs">\r
88     </Compile>\r
89     <Compile Include="ecore.cs">\r
90     </Compile>\r
91     <Compile Include="enum.cs">\r
92     </Compile>\r
93     <Compile Include="expression.cs">\r
94     </Compile>\r
95     <Compile Include="flowanalysis.cs">\r
96     </Compile>\r
97     <Compile Include="generic.cs" />\r
98     <Compile Include="iterators.cs">\r
99     </Compile>\r
100     <Compile Include="literal.cs">\r
101     </Compile>\r
102     <Compile Include="location.cs">\r
103     </Compile>\r
104     <Compile Include="modifiers.cs">\r
105     </Compile>\r
106     <Compile Include="namespace.cs">\r
107     </Compile>\r
108     <Compile Include="nullable.cs">\r
109     </Compile>\r
110     <Compile Include="..\tools\monop\outline.cs">\r
111       <Link>outline.cs</Link>\r
112     </Compile>\r
113     <Compile Include="parameter.cs">\r
114     </Compile>\r
115     <Compile Include="pending.cs">\r
116     </Compile>\r
117     <Compile Include="report.cs">\r
118     </Compile>\r
119     <Compile Include="rootcontext.cs">\r
120     </Compile>\r
121     <Compile Include="roottypes.cs">\r
122     </Compile>\r
123     <Compile Include="statement.cs">\r
124     </Compile>\r
125     <Compile Include="support.cs">\r
126     </Compile>\r
127     <Compile Include="symbolwriter.cs">\r
128     </Compile>\r
129     <Compile Include="typemanager.cs">\r
130     </Compile>\r
131     <Compile Include="linq.cs" />\r
132   </ItemGroup>\r
133   <ItemGroup>\r
134     <Folder Include="Properties\" />\r
135   </ItemGroup>\r
136   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
137   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
138        Other similar extension points exist, see Microsoft.Common.targets.\r
139   <Target Name="BeforeBuild">\r
140   </Target>\r
141   <Target Name="AfterBuild">\r
142   </Target>\r
143   -->\r
144 </Project>