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