Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tools / compiler-tester / CompilerTester.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{DBC05DF8-EDCC-4CCE-BE9F-01FC2D566D72}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <RootNamespace>CompilerTester</RootNamespace>\r
11     <AssemblyName>CompilerTester</AssemblyName>\r
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
13     <FileUpgradeFlags>\r
14     </FileUpgradeFlags>\r
15     <OldToolsVersion>3.5</OldToolsVersion>\r
16     <UpgradeBackupLocation />\r
17     <PublishUrl>publish\</PublishUrl>\r
18     <Install>true</Install>\r
19     <InstallFrom>Disk</InstallFrom>\r
20     <UpdateEnabled>false</UpdateEnabled>\r
21     <UpdateMode>Foreground</UpdateMode>\r
22     <UpdateInterval>7</UpdateInterval>\r
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
24     <UpdatePeriodically>false</UpdatePeriodically>\r
25     <UpdateRequired>false</UpdateRequired>\r
26     <MapFileExtensions>true</MapFileExtensions>\r
27     <ApplicationRevision>0</ApplicationRevision>\r
28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
29     <IsWebBootstrapper>false</IsWebBootstrapper>\r
30     <UseApplicationTrust>false</UseApplicationTrust>\r
31     <BootstrapperEnabled>true</BootstrapperEnabled>\r
32     <TargetFrameworkProfile />\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
35     <DebugSymbols>true</DebugSymbols>\r
36     <DebugType>full</DebugType>\r
37     <Optimize>false</Optimize>\r
38     <OutputPath>bin\Debug</OutputPath>\r
39     <DefineConstants>DEBUG;</DefineConstants>\r
40     <ErrorReport>prompt</ErrorReport>\r
41     <WarningLevel>4</WarningLevel>\r
42     <Externalconsole>true</Externalconsole>\r
43     <PlatformTarget>x86</PlatformTarget>\r
44     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
45   </PropertyGroup>\r
46   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
47     <DebugType>none</DebugType>\r
48     <Optimize>false</Optimize>\r
49     <OutputPath>bin\Release</OutputPath>\r
50     <ErrorReport>prompt</ErrorReport>\r
51     <WarningLevel>4</WarningLevel>\r
52     <Externalconsole>true</Externalconsole>\r
53     <PlatformTarget>x86</PlatformTarget>\r
54     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
55   </PropertyGroup>\r
56   <ItemGroup>\r
57     <Reference Include="System" />\r
58     <Reference Include="System.XML" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
62       <Visible>False</Visible>\r
63       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
64       <Install>false</Install>\r
65     </BootstrapperPackage>\r
66     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
67       <Visible>False</Visible>\r
68       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
69       <Install>true</Install>\r
70     </BootstrapperPackage>\r
71     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
72       <Visible>False</Visible>\r
73       <ProductName>Windows Installer 3.1</ProductName>\r
74       <Install>true</Install>\r
75     </BootstrapperPackage>\r
76   </ItemGroup>\r
77   <ItemGroup>\r
78     <Compile Include="..\..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">\r
79       <Link>MonoSymbolFile.cs</Link>\r
80     </Compile>\r
81     <Compile Include="..\..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">\r
82       <Link>MonoSymbolTable.cs</Link>\r
83     </Compile>\r
84     <Compile Include="compiler-tester.cs" />\r
85     <Compile Include="xmldocdiff.cs" />\r
86   </ItemGroup>\r
87   <ItemGroup>\r
88     <None Include="App.config" />\r
89   </ItemGroup>\r
90   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
91 </Project>