Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Fredrik Roubert | 64339d3 | 2016-10-21 19:43:16 +0200 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
Fredrik Roubert | 8785a57 | 2018-03-26 20:54:58 +0200 | [diff] [blame] | 3 | <PropertyGroup Label="Configuration"> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 4 | <ConfigurationType>Application</ConfigurationType> |
| 5 | <UseOfMfc>false</UseOfMfc> |
| 6 | <CharacterSet>MultiByte</CharacterSet> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 7 | </PropertyGroup> |
Nikita Iashchenko | da0990f | 2019-06-13 19:36:45 +0100 | [diff] [blame] | 8 | <PropertyGroup Label="Globals"> |
| 9 | <ProjectGuid>{F7659D77-09CF-4FE9-ACEE-927287AA9509}</ProjectGuid> |
| 10 | </PropertyGroup> |
| 11 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 12 | <!-- The following import will include the 'default' configuration options for VS projects. --> |
| 13 | <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" /> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 14 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 15 | <ImportGroup Label="ExtensionSettings"> |
| 16 | </ImportGroup> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 17 | <PropertyGroup Label="UserMacros" /> |
| 18 | <PropertyGroup> |
| 19 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 20 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> |
| 21 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> |
| 22 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
| 23 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> |
| 24 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> |
| 25 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
| 26 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> |
| 27 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> |
| 28 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 29 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> |
| 30 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> |
| 31 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
| 32 | </PropertyGroup> |
Fredrik Roubert | 8785a57 | 2018-03-26 20:54:58 +0200 | [diff] [blame] | 33 | <!-- Options that are common to *all* project configurations --> |
| 34 | <ItemDefinitionGroup> |
| 35 | <ClCompile> |
| 36 | <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 37 | <WarningLevel>Level3</WarningLevel> |
| 38 | <DisableLanguageExtensions>false</DisableLanguageExtensions> |
| 39 | </ClCompile> |
| 40 | </ItemDefinitionGroup> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 41 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 42 | <Midl> |
| 43 | <TypeLibraryName>.\x86\Release/cal.tlb</TypeLibraryName> |
| 44 | </Midl> |
| 45 | <ClCompile> |
| 46 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 47 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 48 | <FunctionLevelLinking>true</FunctionLevelLinking> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 49 | <PrecompiledHeader> |
| 50 | </PrecompiledHeader> |
| 51 | <PrecompiledHeaderOutputFile>.\x86\Release/cal.pch</PrecompiledHeaderOutputFile> |
| 52 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> |
| 53 | <ObjectFileName>.\x86\Release/</ObjectFileName> |
| 54 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 55 | <CompileAs>Default</CompileAs> |
| 56 | </ClCompile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 57 | <Link> |
| 58 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 59 | <OutputFile>.\x86\Release/cal.exe</OutputFile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 60 | <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 61 | <ProgramDatabaseFile>.\x86\Release/cal.pdb</ProgramDatabaseFile> |
| 62 | <SubSystem>Console</SubSystem> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 63 | <DataExecutionPrevention> |
| 64 | </DataExecutionPrevention> |
| 65 | </Link> |
| 66 | </ItemDefinitionGroup> |
| 67 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 68 | <Midl> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 69 | <TypeLibraryName>.\x64\Release/cal.tlb</TypeLibraryName> |
| 70 | </Midl> |
| 71 | <ClCompile> |
| 72 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 73 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 74 | <FunctionLevelLinking>true</FunctionLevelLinking> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 75 | <PrecompiledHeader> |
| 76 | </PrecompiledHeader> |
| 77 | <PrecompiledHeaderOutputFile>.\x64\Release/cal.pch</PrecompiledHeaderOutputFile> |
| 78 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> |
| 79 | <ObjectFileName>.\x64\Release/</ObjectFileName> |
| 80 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 81 | <CompileAs>Default</CompileAs> |
| 82 | </ClCompile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 83 | <Link> |
| 84 | <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 85 | <OutputFile>.\x64\Release/cal.exe</OutputFile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 86 | <AdditionalLibraryDirectories>../../../lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 87 | <ProgramDatabaseFile>.\x64\Release/cal.pdb</ProgramDatabaseFile> |
| 88 | <SubSystem>Console</SubSystem> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 89 | <DataExecutionPrevention> |
| 90 | </DataExecutionPrevention> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 91 | </Link> |
| 92 | </ItemDefinitionGroup> |
| 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 94 | <Midl> |
| 95 | <TypeLibraryName>.\x86\Debug/cal.tlb</TypeLibraryName> |
| 96 | </Midl> |
| 97 | <ClCompile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 98 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 99 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 100 | <PrecompiledHeader> |
| 101 | </PrecompiledHeader> |
| 102 | <PrecompiledHeaderOutputFile>.\x86\Debug/cal.pch</PrecompiledHeaderOutputFile> |
| 103 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> |
| 104 | <ObjectFileName>.\x86\Debug/</ObjectFileName> |
| 105 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> |
| 106 | <BrowseInformation>true</BrowseInformation> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 107 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 108 | <CompileAs>Default</CompileAs> |
| 109 | </ClCompile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 110 | <Link> |
| 111 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 112 | <OutputFile>.\x86\Debug/cal.exe</OutputFile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 113 | <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 114 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 115 | <ProgramDatabaseFile>.\x86\Debug/cal.pdb</ProgramDatabaseFile> |
| 116 | <SubSystem>Console</SubSystem> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 117 | <DataExecutionPrevention> |
| 118 | </DataExecutionPrevention> |
| 119 | </Link> |
| 120 | </ItemDefinitionGroup> |
| 121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 122 | <Midl> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 123 | <TypeLibraryName>.\x64\Debug/cal.tlb</TypeLibraryName> |
| 124 | </Midl> |
| 125 | <ClCompile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 126 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 127 | <PrecompiledHeader> |
| 128 | </PrecompiledHeader> |
| 129 | <PrecompiledHeaderOutputFile>.\x64\Debug/cal.pch</PrecompiledHeaderOutputFile> |
| 130 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> |
| 131 | <ObjectFileName>.\x64\Debug/</ObjectFileName> |
| 132 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> |
| 133 | <BrowseInformation>true</BrowseInformation> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 134 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 135 | <CompileAs>Default</CompileAs> |
| 136 | </ClCompile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 137 | <Link> |
| 138 | <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 139 | <OutputFile>.\x64\Debug/cal.exe</OutputFile> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 140 | <AdditionalLibraryDirectories>../../../lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 141 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 142 | <ProgramDatabaseFile>.\x64\Debug/cal.pdb</ProgramDatabaseFile> |
| 143 | <SubSystem>Console</SubSystem> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 144 | <DataExecutionPrevention> |
| 145 | </DataExecutionPrevention> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 146 | </Link> |
| 147 | </ItemDefinitionGroup> |
| 148 | <ItemGroup> |
Fredrik Roubert | 8785a57 | 2018-03-26 20:54:58 +0200 | [diff] [blame] | 149 | <ClCompile Include="cal.c" /> |
| 150 | <ClCompile Include="uprint.c" /> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 151 | </ItemGroup> |
| 152 | <ItemGroup> |
| 153 | <ClInclude Include="uprint.h" /> |
| 154 | </ItemGroup> |
Fredrik Roubert | c14898b | 2015-09-28 19:31:03 +0200 | [diff] [blame] | 155 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 156 | <ImportGroup Label="ExtensionTargets"> |
| 157 | </ImportGroup> |
Fredrik Roubert | 8785a57 | 2018-03-26 20:54:58 +0200 | [diff] [blame] | 158 | </Project> |