• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{F7659D77-09CF-4FE9-ACEE-927287AA9509}</ProjectGuid>
23    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseOfMfc>false</UseOfMfc>
29    <CharacterSet>MultiByte</CharacterSet>
30    <PlatformToolset>v140</PlatformToolset>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33    <ConfigurationType>Application</ConfigurationType>
34    <UseOfMfc>false</UseOfMfc>
35    <CharacterSet>MultiByte</CharacterSet>
36    <PlatformToolset>v140</PlatformToolset>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
39    <ConfigurationType>Application</ConfigurationType>
40    <UseOfMfc>false</UseOfMfc>
41    <CharacterSet>MultiByte</CharacterSet>
42    <PlatformToolset>v140</PlatformToolset>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
45    <ConfigurationType>Application</ConfigurationType>
46    <UseOfMfc>false</UseOfMfc>
47    <CharacterSet>MultiByte</CharacterSet>
48    <PlatformToolset>v140</PlatformToolset>
49  </PropertyGroup>
50  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51  <ImportGroup Label="ExtensionSettings">
52  </ImportGroup>
53  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
54    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
56  </ImportGroup>
57  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
60  </ImportGroup>
61  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
64  </ImportGroup>
65  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup>
71    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
73    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
74    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
75    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
78    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
79    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
80    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
81    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
82    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
83    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
84  </PropertyGroup>
85  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86    <Midl>
87      <TypeLibraryName>.\x86\Release/cal.tlb</TypeLibraryName>
88    </Midl>
89    <ClCompile>
90      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
91      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
92      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93      <StringPooling>true</StringPooling>
94      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
95      <FunctionLevelLinking>true</FunctionLevelLinking>
96      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
97      <PrecompiledHeader>
98      </PrecompiledHeader>
99      <PrecompiledHeaderOutputFile>.\x86\Release/cal.pch</PrecompiledHeaderOutputFile>
100      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
101      <ObjectFileName>.\x86\Release/</ObjectFileName>
102      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
103      <WarningLevel>Level3</WarningLevel>
104      <SuppressStartupBanner>true</SuppressStartupBanner>
105      <CompileAs>Default</CompileAs>
106    </ClCompile>
107    <ResourceCompile>
108      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109      <Culture>0x0409</Culture>
110    </ResourceCompile>
111    <Link>
112      <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
113      <OutputFile>.\x86\Release/cal.exe</OutputFile>
114      <SuppressStartupBanner>true</SuppressStartupBanner>
115      <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
116      <ProgramDatabaseFile>.\x86\Release/cal.pdb</ProgramDatabaseFile>
117      <SubSystem>Console</SubSystem>
118      <RandomizedBaseAddress>false</RandomizedBaseAddress>
119      <DataExecutionPrevention>
120      </DataExecutionPrevention>
121    </Link>
122  </ItemDefinitionGroup>
123  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
124    <Midl>
125      <TargetEnvironment>X64</TargetEnvironment>
126      <TypeLibraryName>.\x64\Release/cal.tlb</TypeLibraryName>
127    </Midl>
128    <ClCompile>
129      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
130      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
131      <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132      <StringPooling>true</StringPooling>
133      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
134      <FunctionLevelLinking>true</FunctionLevelLinking>
135      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
136      <PrecompiledHeader>
137      </PrecompiledHeader>
138      <PrecompiledHeaderOutputFile>.\x64\Release/cal.pch</PrecompiledHeaderOutputFile>
139      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
140      <ObjectFileName>.\x64\Release/</ObjectFileName>
141      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
142      <WarningLevel>Level3</WarningLevel>
143      <SuppressStartupBanner>true</SuppressStartupBanner>
144      <CompileAs>Default</CompileAs>
145    </ClCompile>
146    <ResourceCompile>
147      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148      <Culture>0x0409</Culture>
149    </ResourceCompile>
150    <Link>
151      <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
152      <OutputFile>.\x64\Release/cal.exe</OutputFile>
153      <SuppressStartupBanner>true</SuppressStartupBanner>
154      <AdditionalLibraryDirectories>../../../lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
155      <ProgramDatabaseFile>.\x64\Release/cal.pdb</ProgramDatabaseFile>
156      <SubSystem>Console</SubSystem>
157      <RandomizedBaseAddress>false</RandomizedBaseAddress>
158      <DataExecutionPrevention>
159      </DataExecutionPrevention>
160      <TargetMachine>MachineX64</TargetMachine>
161    </Link>
162  </ItemDefinitionGroup>
163  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
164    <Midl>
165      <TypeLibraryName>.\x86\Debug/cal.tlb</TypeLibraryName>
166    </Midl>
167    <ClCompile>
168      <Optimization>Disabled</Optimization>
169      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
170      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
171      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
172      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
173      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
174      <PrecompiledHeader>
175      </PrecompiledHeader>
176      <PrecompiledHeaderOutputFile>.\x86\Debug/cal.pch</PrecompiledHeaderOutputFile>
177      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
178      <ObjectFileName>.\x86\Debug/</ObjectFileName>
179      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
180      <BrowseInformation>true</BrowseInformation>
181      <WarningLevel>Level3</WarningLevel>
182      <SuppressStartupBanner>true</SuppressStartupBanner>
183      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
184      <CompileAs>Default</CompileAs>
185    </ClCompile>
186    <ResourceCompile>
187      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188      <Culture>0x0409</Culture>
189    </ResourceCompile>
190    <Link>
191      <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
192      <OutputFile>.\x86\Debug/cal.exe</OutputFile>
193      <SuppressStartupBanner>true</SuppressStartupBanner>
194      <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
195      <GenerateDebugInformation>true</GenerateDebugInformation>
196      <ProgramDatabaseFile>.\x86\Debug/cal.pdb</ProgramDatabaseFile>
197      <SubSystem>Console</SubSystem>
198      <RandomizedBaseAddress>false</RandomizedBaseAddress>
199      <DataExecutionPrevention>
200      </DataExecutionPrevention>
201    </Link>
202  </ItemDefinitionGroup>
203  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
204    <Midl>
205      <TargetEnvironment>X64</TargetEnvironment>
206      <TypeLibraryName>.\x64\Debug/cal.tlb</TypeLibraryName>
207    </Midl>
208    <ClCompile>
209      <Optimization>Disabled</Optimization>
210      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
211      <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
212      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
213      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
214      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
215      <PrecompiledHeader>
216      </PrecompiledHeader>
217      <PrecompiledHeaderOutputFile>.\x64\Debug/cal.pch</PrecompiledHeaderOutputFile>
218      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
219      <ObjectFileName>.\x64\Debug/</ObjectFileName>
220      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
221      <BrowseInformation>true</BrowseInformation>
222      <WarningLevel>Level3</WarningLevel>
223      <SuppressStartupBanner>true</SuppressStartupBanner>
224      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
225      <CompileAs>Default</CompileAs>
226    </ClCompile>
227    <ResourceCompile>
228      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
229      <Culture>0x0409</Culture>
230    </ResourceCompile>
231    <Link>
232      <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
233      <OutputFile>.\x64\Debug/cal.exe</OutputFile>
234      <SuppressStartupBanner>true</SuppressStartupBanner>
235      <AdditionalLibraryDirectories>../../../lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
236      <GenerateDebugInformation>true</GenerateDebugInformation>
237      <ProgramDatabaseFile>.\x64\Debug/cal.pdb</ProgramDatabaseFile>
238      <SubSystem>Console</SubSystem>
239      <RandomizedBaseAddress>false</RandomizedBaseAddress>
240      <DataExecutionPrevention>
241      </DataExecutionPrevention>
242      <TargetMachine>MachineX64</TargetMachine>
243    </Link>
244  </ItemDefinitionGroup>
245  <ItemGroup>
246    <ClCompile Include="cal.c">
247      <DisableLanguageExtensions>false</DisableLanguageExtensions>
248    </ClCompile>
249    <ClCompile Include="uprint.c">
250      <DisableLanguageExtensions>false</DisableLanguageExtensions>
251    </ClCompile>
252  </ItemGroup>
253  <ItemGroup>
254    <ClInclude Include="uprint.h" />
255  </ItemGroup>
256  <ItemGroup>
257    <ProjectReference Include="..\..\common\common.vcxproj">
258      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
259      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
260    </ProjectReference>
261    <ProjectReference Include="..\..\i18n\i18n.vcxproj">
262      <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
263      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
264    </ProjectReference>
265  </ItemGroup>
266  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
267  <ImportGroup Label="ExtensionTargets">
268  </ImportGroup>
269</Project>