Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / tools / locale-builder / locale-builder.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)' == '' ">x86</Platform>\r
6     <ProjectGuid>{A57C517C-9795-471D-B510-DD9659096CAB}</ProjectGuid>\r
7     <OutputType>Exe</OutputType>\r
8     <NoStandardLibraries>false</NoStandardLibraries>\r
9     <AssemblyName>ConsoleApplication</AssemblyName>\r
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
11     <TargetFrameworkProfile>\r
12     </TargetFrameworkProfile>\r
13     <FileAlignment>512</FileAlignment>\r
14     <ProductVersion>8.0.30703</ProductVersion>\r
15     <SchemaVersion>2.0</SchemaVersion>\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
18     <DebugSymbols>true</DebugSymbols>\r
19     <DebugType>full</DebugType>\r
20     <Optimize>false</Optimize>\r
21     <OutputPath>bin\Debug\</OutputPath>\r
22     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
23     <ErrorReport>prompt</ErrorReport>\r
24     <WarningLevel>4</WarningLevel>\r
25     <PlatformTarget>x86</PlatformTarget>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
28     <DebugType>pdbonly</DebugType>\r
29     <Optimize>true</Optimize>\r
30     <OutputPath>bin\Release\</OutputPath>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34     <PlatformTarget>x86</PlatformTarget>\r
35   </PropertyGroup>\r
36   <PropertyGroup>\r
37     <RootNamespace>Mono.Tools.LocaleBuilder</RootNamespace>\r
38   </PropertyGroup>\r
39   <ItemGroup>\r
40     <Reference Include="Microsoft.CSharp" />\r
41     <Reference Include="System" />\r
42     <Reference Include="System.Core" />\r
43     <Reference Include="System.Data" />\r
44     <Reference Include="System.Data.DataSetExtensions" />\r
45     <Reference Include="System.Xml" />\r
46     <Reference Include="System.Xml.Linq" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <None Include="README" />\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <Compile Include="CalendarType.cs" />\r
53     <Compile Include="Constants.cs" />\r
54     <Compile Include="CultureInfoEntry.cs" />\r
55     <Compile Include="DateTimeFormatEntry.cs" />\r
56     <Compile Include="Driver.cs" />\r
57     <Compile Include="Entry.cs" />\r
58     <Compile Include="NumberFormatEntry.cs" />\r
59     <Compile Include="Patterns.cs" />\r
60     <Compile Include="RegionInfoEntry.cs" />\r
61     <Compile Include="TextInfoEntry.cs" />\r
62   </ItemGroup>\r
63   <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />\r
64   <ProjectExtensions>\r
65     <VisualStudio AllowExistingFolder="true" />\r
66   </ProjectExtensions>\r
67 </Project>