357a6d867a75bb0a6c4ea17965ef7c466bd57cfa
[mono.git] / mcs / tools / csharp / csharp.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{0831DD4E-B428-4D6C-90B1-2206DBD4F92E}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>csharp</RootNamespace>\r
12     <AssemblyName>csharp</AssemblyName>\r
13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <FileUpgradeFlags>\r
16     </FileUpgradeFlags>\r
17     <OldToolsVersion>3.5</OldToolsVersion>\r
18     <UpgradeBackupLocation />\r
19     <PublishUrl>publish\</PublishUrl>\r
20     <Install>true</Install>\r
21     <InstallFrom>Disk</InstallFrom>\r
22     <UpdateEnabled>false</UpdateEnabled>\r
23     <UpdateMode>Foreground</UpdateMode>\r
24     <UpdateInterval>7</UpdateInterval>\r
25     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
26     <UpdatePeriodically>false</UpdatePeriodically>\r
27     <UpdateRequired>false</UpdateRequired>\r
28     <MapFileExtensions>true</MapFileExtensions>\r
29     <ApplicationRevision>0</ApplicationRevision>\r
30     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
31     <IsWebBootstrapper>false</IsWebBootstrapper>\r
32     <UseApplicationTrust>false</UseApplicationTrust>\r
33     <BootstrapperEnabled>true</BootstrapperEnabled>\r
34     <TargetFrameworkProfile />\r
35   </PropertyGroup>\r
36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
37     <DebugSymbols>true</DebugSymbols>\r
38     <DebugType>full</DebugType>\r
39     <Optimize>false</Optimize>\r
40     <OutputPath>bin\Debug\</OutputPath>\r
41     <DefineConstants>TRACE;DEBUG;ON_DOTNET</DefineConstants>\r
42     <ErrorReport>prompt</ErrorReport>\r
43     <WarningLevel>4</WarningLevel>\r
44     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
45     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
46     <Externalconsole>true</Externalconsole>\r
47     <ExternalConsole>true</ExternalConsole>\r
48   </PropertyGroup>\r
49   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
50     <DebugType>pdbonly</DebugType>\r
51     <Optimize>true</Optimize>\r
52     <OutputPath>bin\Release\</OutputPath>\r
53     <DefineConstants>TRACE</DefineConstants>\r
54     <ErrorReport>prompt</ErrorReport>\r
55     <WarningLevel>4</WarningLevel>\r
56     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
57     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
58   </PropertyGroup>\r
59   <ItemGroup>\r
60     <Reference Include="System" />\r
61     <Reference Include="System.Core">\r
62     </Reference>\r
63   </ItemGroup>\r
64   <ItemGroup>\r
65     <Compile Include="..\..\class\corlib\Mono\DataConverter.cs">\r
66       <Link>DataConverter.cs</Link>\r
67     </Compile>\r
68     <Compile Include="getline.cs" />\r
69     <Compile Include="repl.cs" />\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <ProjectReference Include="..\..\class\Mono.CSharp\Mono.CSharp.csproj">\r
73       <Project>{817CE046-07E8-409D-84BF-A6EA4F2879DE}</Project>\r
74       <Name>Mono.CSharp</Name>\r
75     </ProjectReference>\r
76   </ItemGroup>\r
77   <ItemGroup>\r
78     <Folder Include="Properties\" />\r
79   </ItemGroup>\r
80   <ItemGroup>\r
81     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
82       <Visible>False</Visible>\r
83       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
84       <Install>false</Install>\r
85     </BootstrapperPackage>\r
86     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
87       <Visible>False</Visible>\r
88       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
89       <Install>true</Install>\r
90     </BootstrapperPackage>\r
91     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
92       <Visible>False</Visible>\r
93       <ProductName>Windows Installer 3.1</ProductName>\r
94       <Install>true</Install>\r
95     </BootstrapperPackage>\r
96   </ItemGroup>\r
97   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
98   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
99        Other similar extension points exist, see Microsoft.Common.targets.\r
100   <Target Name="BeforeBuild">\r
101   </Target>\r
102   <Target Name="AfterBuild">\r
103   </Target>\r
104   -->\r
105 </Project>