* TextControl.cs: When formatting text, compute the adjusted tag
[mono-project.git] / mcs / gmcs / gmcs.csproj
blob14ad5e05ddb731edb1100172f75c16c123fc61af
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;GMCS_SOURCE</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="..\mcs\AssemblyInfo.cs">\r
55       <Link>AssemblyInfo.cs</Link>\r
56     </Compile>\r
57     <Compile Include="..\mcs\anonymous.cs">\r
58       <Link>anonymous.cs</Link>\r
59     </Compile>\r
60     <Compile Include="..\mcs\assign.cs">\r
61       <Link>assign.cs</Link>\r
62     </Compile>\r
63     <Compile Include="..\mcs\attribute.cs">\r
64       <Link>attribute.cs</Link>\r
65     </Compile>\r
66     <Compile Include="..\mcs\cfold.cs">\r
67       <Link>cfold.cs</Link>\r
68     </Compile>\r
69     <Compile Include="..\mcs\class.cs">\r
70       <Link>class.cs</Link>\r
71     </Compile>\r
72     <Compile Include="..\mcs\codegen.cs">\r
73       <Link>codegen.cs</Link>\r
74     </Compile>\r
75     <Compile Include="..\mcs\const.cs">\r
76       <Link>const.cs</Link>\r
77     </Compile>\r
78     <Compile Include="..\mcs\constant.cs">\r
79       <Link>constant.cs</Link>\r
80     </Compile>\r
81     <Compile Include="..\mcs\convert.cs">\r
82       <Link>convert.cs</Link>\r
83     </Compile>\r
84     <Compile Include="cs-parser.cs" />\r
85     <Compile Include="cs-tokenizer.cs" />\r
86     <Compile Include="..\mcs\decl.cs">\r
87       <Link>decl.cs</Link>\r
88     </Compile>\r
89     <Compile Include="..\mcs\delegate.cs">\r
90       <Link>delegate.cs</Link>\r
91     </Compile>\r
92     <Compile Include="..\mcs\doc.cs">\r
93       <Link>doc.cs</Link>\r
94     </Compile>\r
95     <Compile Include="..\mcs\driver.cs">\r
96       <Link>driver.cs</Link>\r
97     </Compile>\r
98     <Compile Include="..\mcs\ecore.cs">\r
99       <Link>ecore.cs</Link>\r
100     </Compile>\r
101     <Compile Include="..\mcs\enum.cs">\r
102       <Link>enum.cs</Link>\r
103     </Compile>\r
104     <Compile Include="..\mcs\expression.cs">\r
105       <Link>expression.cs</Link>\r
106     </Compile>\r
107     <Compile Include="..\mcs\flowanalysis.cs">\r
108       <Link>flowanalysis.cs</Link>\r
109     </Compile>\r
110     <Compile Include="generic.cs" />\r
111     <Compile Include="..\mcs\iterators.cs">\r
112       <Link>iterators.cs</Link>\r
113     </Compile>\r
114     <Compile Include="..\mcs\literal.cs">\r
115       <Link>literal.cs</Link>\r
116     </Compile>\r
117     <Compile Include="..\mcs\location.cs">\r
118       <Link>location.cs</Link>\r
119     </Compile>\r
120     <Compile Include="..\mcs\modifiers.cs">\r
121       <Link>modifiers.cs</Link>\r
122     </Compile>\r
123     <Compile Include="..\mcs\namespace.cs">\r
124       <Link>namespace.cs</Link>\r
125     </Compile>\r
126     <Compile Include="..\mcs\parameter.cs">\r
127       <Link>parameter.cs</Link>\r
128     </Compile>\r
129     <Compile Include="..\mcs\pending.cs">\r
130       <Link>pending.cs</Link>\r
131     </Compile>\r
132     <Compile Include="..\mcs\report.cs">\r
133       <Link>report.cs</Link>\r
134     </Compile>\r
135     <Compile Include="..\mcs\rootcontext.cs">\r
136       <Link>rootcontext.cs</Link>\r
137     </Compile>\r
138     <Compile Include="..\mcs\roottypes.cs">\r
139       <Link>roottypes.cs</Link>\r
140     </Compile>\r
141     <Compile Include="..\mcs\statement.cs">\r
142       <Link>statement.cs</Link>\r
143     </Compile>\r
144     <Compile Include="..\mcs\support.cs">\r
145       <Link>support.cs</Link>\r
146     </Compile>\r
147     <Compile Include="..\mcs\symbolwriter.cs">\r
148       <Link>symbolwriter.cs</Link>\r
149     </Compile>\r
150     <Compile Include="..\mcs\typemanager.cs">\r
151       <Link>typemanager.cs</Link>\r
152     </Compile>\r
153   </ItemGroup>\r
154   <ItemGroup>\r
155     <Folder Include="Properties\" />\r
156   </ItemGroup>\r
157   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
158   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
159        Other similar extension points exist, see Microsoft.Common.targets.\r
160   <Target Name="BeforeBuild">\r
161   </Target>\r
162   <Target Name="AfterBuild">\r
163   </Target>\r
164   -->\r
165 </Project>