]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | <?xml version="1.0" encoding="utf-8"?> |
f3c0d7a5 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
0f5d89e8 A |
3 | <!-- The following import will include the 'default' configuration options for VS projects. --> |
4 | <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
5 | ||
2ca993e8 A |
6 | <PropertyGroup Label="Globals"> |
7 | <ProjectGuid>{F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C}</ProjectGuid> | |
8 | </PropertyGroup> | |
9 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
0f5d89e8 | 10 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
11 | <ConfigurationType>Application</ConfigurationType> |
12 | <UseOfMfc>false</UseOfMfc> | |
13 | <CharacterSet>MultiByte</CharacterSet> | |
2ca993e8 A |
14 | </PropertyGroup> |
15 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
16 | <ImportGroup Label="ExtensionSettings"> | |
17 | </ImportGroup> | |
18 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
19 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
20 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
21 | </ImportGroup> | |
22 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
23 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
24 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
25 | </ImportGroup> | |
26 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
27 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
28 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
29 | </ImportGroup> | |
30 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
31 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
32 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
33 | </ImportGroup> | |
34 | <PropertyGroup Label="UserMacros" /> | |
35 | <PropertyGroup> | |
36 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
37 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
38 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
39 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
40 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> | |
41 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
42 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
43 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
44 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
45 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
46 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
47 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
48 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
49 | </PropertyGroup> | |
0f5d89e8 A |
50 | <!-- Options that are common to *all* project configurations --> |
51 | <ItemDefinitionGroup> | |
52 | <ClCompile> | |
53 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
54 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
55 | <WarningLevel>Level3</WarningLevel> | |
56 | </ClCompile> | |
57 | </ItemDefinitionGroup> | |
2ca993e8 A |
58 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
59 | <CustomBuildStep> | |
60 | <Command>copy "$(TargetPath)" ..\..\..\bin | |
61 | </Command> | |
62 | <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> | |
63 | </CustomBuildStep> | |
64 | <Midl> | |
65 | <TypeLibraryName>.\x86\Debug/makeconv.tlb</TypeLibraryName> | |
66 | </Midl> | |
67 | <ClCompile> | |
2ca993e8 | 68 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 A |
69 | <PrecompiledHeaderOutputFile>.\x86\Debug/makeconv.pch</PrecompiledHeaderOutputFile> |
70 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
71 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
72 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
73 | <BrowseInformation>true</BrowseInformation> | |
2ca993e8 A |
74 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
75 | <CompileAs>Default</CompileAs> | |
76 | </ClCompile> | |
2ca993e8 A |
77 | <Link> |
78 | <OutputFile>.\x86\Debug/makeconv.exe</OutputFile> | |
0f5d89e8 A |
79 | <AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> |
80 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
81 | <ProgramDatabaseFile>.\x86\Debug/makeconv.pdb</ProgramDatabaseFile> |
82 | <SubSystem>Console</SubSystem> | |
83 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
84 | <DataExecutionPrevention> | |
85 | </DataExecutionPrevention> | |
86 | </Link> | |
87 | </ItemDefinitionGroup> | |
88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
89 | <CustomBuildStep> | |
90 | <Command>copy "$(TargetPath)" ..\..\..\bin | |
91 | </Command> | |
92 | <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> | |
93 | </CustomBuildStep> | |
94 | <Midl> | |
95 | <TypeLibraryName>.\x86\Release/makeconv.tlb</TypeLibraryName> | |
96 | </Midl> | |
97 | <ClCompile> | |
2ca993e8 | 98 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
2ca993e8 A |
99 | <PrecompiledHeaderOutputFile>.\x86\Release/makeconv.pch</PrecompiledHeaderOutputFile> |
100 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
101 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
102 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
103 | <CompileAs>Default</CompileAs> |
104 | </ClCompile> | |
2ca993e8 A |
105 | <Link> |
106 | <OutputFile>.\x86\Release/makeconv.exe</OutputFile> | |
0f5d89e8 A |
107 | <AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> |
108 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
109 | <ProgramDatabaseFile>.\x86\Release/makeconv.pdb</ProgramDatabaseFile> |
110 | <SubSystem>Console</SubSystem> | |
111 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
112 | <DataExecutionPrevention> | |
113 | </DataExecutionPrevention> | |
114 | </Link> | |
115 | </ItemDefinitionGroup> | |
116 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
117 | <CustomBuildStep> | |
118 | <Command>copy "$(TargetPath)" ..\..\..\bin64 | |
119 | </Command> | |
120 | <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> | |
121 | </CustomBuildStep> | |
122 | <Midl> | |
2ca993e8 A |
123 | <TypeLibraryName>.\x64\Debug/makeconv.tlb</TypeLibraryName> |
124 | </Midl> | |
125 | <ClCompile> | |
2ca993e8 | 126 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
2ca993e8 A |
127 | <PrecompiledHeaderOutputFile>.\x64\Debug/makeconv.pch</PrecompiledHeaderOutputFile> |
128 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
129 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
130 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
131 | <BrowseInformation>true</BrowseInformation> | |
2ca993e8 A |
132 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
133 | <CompileAs>Default</CompileAs> | |
134 | </ClCompile> | |
2ca993e8 A |
135 | <Link> |
136 | <OutputFile>.\x64\Debug/makeconv.exe</OutputFile> | |
0f5d89e8 A |
137 | <AdditionalDependencies>icuucd.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> |
138 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
139 | <ProgramDatabaseFile>.\x64\Debug/makeconv.pdb</ProgramDatabaseFile> |
140 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
141 | </Link> |
142 | </ItemDefinitionGroup> | |
143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
144 | <CustomBuildStep> | |
145 | <Command>copy "$(TargetPath)" ..\..\..\bin64 | |
146 | </Command> | |
147 | <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> | |
148 | </CustomBuildStep> | |
149 | <Midl> | |
2ca993e8 A |
150 | <TypeLibraryName>.\x64\Release/makeconv.tlb</TypeLibraryName> |
151 | </Midl> | |
152 | <ClCompile> | |
2ca993e8 | 153 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
2ca993e8 A |
154 | <PrecompiledHeaderOutputFile>.\x64\Release/makeconv.pch</PrecompiledHeaderOutputFile> |
155 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
156 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
157 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
2ca993e8 A |
158 | <CompileAs>Default</CompileAs> |
159 | </ClCompile> | |
2ca993e8 A |
160 | <Link> |
161 | <OutputFile>.\x64\Release/makeconv.exe</OutputFile> | |
0f5d89e8 A |
162 | <AdditionalDependencies>icuuc.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> |
163 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
164 | <ProgramDatabaseFile>.\x64\Release/makeconv.pdb</ProgramDatabaseFile> |
165 | <SubSystem>Console</SubSystem> | |
2ca993e8 A |
166 | </Link> |
167 | </ItemDefinitionGroup> | |
168 | <ItemGroup> | |
169 | <ClCompile Include="gencnvex.c" /> | |
170 | <ClCompile Include="genmbcs.cpp" /> | |
171 | <ClCompile Include="makeconv.cpp" /> | |
172 | <ClCompile Include="ucnvstat.c" /> | |
173 | </ItemGroup> | |
174 | <ItemGroup> | |
175 | <ClInclude Include="genmbcs.h" /> | |
176 | <ClInclude Include="makeconv.h" /> | |
177 | </ItemGroup> | |
2ca993e8 A |
178 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
179 | <ImportGroup Label="ExtensionTargets"> | |
180 | </ImportGroup> | |
0f5d89e8 | 181 | </Project> |