2010-06-15 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / I18N / CJK / I18N.CJK.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <OutputType>Library</OutputType>
5     <AssemblyName>$(MSBuildProjectName)</AssemblyName>
6     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
7     <NoConfig>true</NoConfig>
8     <CodePage>65001</CodePage>
9     <NoWarn>414</NoWarn>
10     <UseVSHostingProcess>false</UseVSHostingProcess>
11     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
14     <DefineConstants>NET_1_1,NET_2_0</DefineConstants>
15   </PropertyGroup>
16   <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
17     <Reference Include="I18N">
18       <HintPath>..\lib\net_2_0\I18N.dll</HintPath>
19     </Reference>
20   </ItemGroup>
21   <ItemGroup>
22     <EmbeddedResource Include="big5.table"/>
23     <EmbeddedResource Include="gb2312.table"/>
24     <EmbeddedResource Include="jis.table"/>
25     <EmbeddedResource Include="ks.table"/>
26     <EmbeddedResource Include="gb18030.table"/>
27   </ItemGroup>
28   <Import Project="$(MSBuildProjectDirectory)\..\..\..\build\msbuild\Mono.Common.targets"/>
29   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
30   <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
31   </Target>
32 </Project>