Merge pull request #1899 from saper/resgencond
[mono.git] / mcs / class / I18N / CJK / I18N.CJK-net_4_x.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>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{4742C0FA-2C03-4598-A3F2-4E7D9CDFF81B}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../../class/lib/net_4_x</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>I18N.CJK</AssemblyName>\r
19     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   \r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>TRACE;DISABLE_UNSAFE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
33     <DebugType>pdbonly</DebugType>\r
34     <NoWarn>1699</NoWarn>\r
35     <Optimize>true</Optimize>\r
36     <DefineConstants>DISABLE_UNSAFE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>\r
37     <ErrorReport>prompt</ErrorReport>\r
38     <WarningLevel>4</WarningLevel>\r
39   </PropertyGroup>\r
40   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
41   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
42   is a problem to compile the Mono mscorlib.dll -->\r
43   <PropertyGroup>\r
44     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
45   </PropertyGroup>\r
46   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
47   <ItemGroup>\r
48     <Compile Include="..\..\..\build\common\Consts.cs" />\r
49     <Compile Include="..\Assembly\AssemblyInfo.cs" />\r
50     <Compile Include="CodeTable.cs" />\r
51     <Compile Include="CP51932.cs" />\r
52     <Compile Include="CP932.cs" />\r
53     <Compile Include="CP936.cs" />\r
54     <Compile Include="CP949.cs" />\r
55     <Compile Include="CP950.cs" />\r
56     <Compile Include="DbcsConvert.cs" />\r
57     <Compile Include="DbcsEncoding.cs" />\r
58     <Compile Include="GB18030Encoding.cs" />\r
59     <Compile Include="GB18030Source.cs" />\r
60     <Compile Include="ISO2022JP.cs" />\r
61     <Compile Include="JISConvert.cs" />\r  </ItemGroup>\r
62   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
63        Other similar extension points exist, see Microsoft.Common.targets.\r
64   <Target Name="BeforeBuild">\r
65   </Target>\r
66   <Target Name="AfterBuild">\r
67   </Target>\r
68   -->\r
69   <PropertyGroup>\r
70     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
71 \r
72     </PreBuildEvent>\r
73     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
74 \r
75     </PreBuildEvent>\r
76 \r
77     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
78 \r
79     </PostBuildEvent>\r
80     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
81 \r
82     </PostBuildEvent>\r
83   </PropertyGroup>\r
84   <ItemGroup>\r
85     <ProjectReference Include="../../corlib/corlib-net_4_x.csproj">\r
86       <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>\r
87       <Name>corlib-net_4_x</Name>\r
88     </ProjectReference>\r
89     <ProjectReference Include="../Common/I18N-net_4_x.csproj">\r
90       <Project>{E831A310-28EE-4433-B916-FF38A0FCDBE6}</Project>\r
91       <Name>I18N-net_4_x</Name>\r
92     </ProjectReference>\r
93   </ItemGroup>\r
94   <ItemGroup>\r
95     <Folder Include="Properties\" />\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <EmbeddedResource Include="big5.table">\r
99       <LogicalName>big5.table</LogicalName>\r
100     </EmbeddedResource>\r
101     <EmbeddedResource Include="gb2312.table">\r
102       <LogicalName>gb2312.table</LogicalName>\r
103     </EmbeddedResource>\r
104     <EmbeddedResource Include="jis.table">\r
105       <LogicalName>jis.table</LogicalName>\r
106     </EmbeddedResource>\r
107     <EmbeddedResource Include="ks.table">\r
108       <LogicalName>ks.table</LogicalName>\r
109     </EmbeddedResource>\r
110     <EmbeddedResource Include="gb18030.table">\r
111       <LogicalName>gb18030.table</LogicalName>\r
112     </EmbeddedResource>\r
113   </ItemGroup>\r
114 </Project>\r
115