Merge pull request #260 from pcc/topmost
[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.0</TargetFrameworkVersion>\r
11     <TargetFrameworkProfile>\r
12     </TargetFrameworkProfile>\r
13     <FileAlignment>512</FileAlignment>\r
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
16     <DebugSymbols>true</DebugSymbols>\r
17     <DebugType>full</DebugType>\r
18     <Optimize>false</Optimize>\r
19     <OutputPath>bin\Debug\</OutputPath>\r
20     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
21     <ErrorReport>prompt</ErrorReport>\r
22     <WarningLevel>4</WarningLevel>\r
23     <PlatformTarget>x86</PlatformTarget>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32     <PlatformTarget>x86</PlatformTarget>\r
33   </PropertyGroup>\r
34   <PropertyGroup>\r
35     <RootNamespace>Mono.Tools.LocaleBuilder</RootNamespace>\r
36   </PropertyGroup>\r
37   <ItemGroup>\r
38     <Reference Include="Microsoft.CSharp" />\r
39     <Reference Include="System" />\r
40     <Reference Include="System.Core" />\r
41     <Reference Include="System.Data" />\r
42     <Reference Include="System.Data.DataSetExtensions" />\r
43     <Reference Include="System.Xml" />\r
44     <Reference Include="System.Xml.Linq" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <None Include="README" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <Compile Include="CalendarType.cs" />\r
51     <Compile Include="Constants.cs" />\r
52     <Compile Include="CultureInfoEntry.cs" />\r
53     <Compile Include="DateTimeFormatEntry.cs" />\r
54     <Compile Include="Driver.cs" />\r
55     <Compile Include="Entry.cs" />\r
56     <Compile Include="NumberFormatEntry.cs" />\r
57     <Compile Include="Patterns.cs" />\r
58     <Compile Include="RegionInfoEntry.cs" />\r
59     <Compile Include="TextInfoEntry.cs" />\r
60   </ItemGroup>\r
61   <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />\r
62   <ProjectExtensions>\r
63     <VisualStudio AllowExistingFolder="true" />\r
64   </ProjectExtensions>\r
65 </Project>