|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|Win32"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>Win32</Platform> |
7 | | - </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Release|Win32"> |
9 | | - <Configuration>Release</Configuration> |
10 | | - <Platform>Win32</Platform> |
11 | | - </ProjectConfiguration> |
12 | 4 | <ProjectConfiguration Include="Debug|x64"> |
13 | 5 | <Configuration>Debug</Configuration> |
14 | 6 | <Platform>x64</Platform> |
|
25 | 17 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
26 | 18 | </PropertyGroup> |
27 | 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | | - <ConfigurationType>Application</ConfigurationType> |
30 | | - <UseDebugLibraries>true</UseDebugLibraries> |
31 | | - <PlatformToolset>v142</PlatformToolset> |
32 | | - <CharacterSet>Unicode</CharacterSet> |
33 | | - </PropertyGroup> |
34 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
35 | | - <ConfigurationType>Application</ConfigurationType> |
36 | | - <UseDebugLibraries>false</UseDebugLibraries> |
37 | | - <PlatformToolset>v142</PlatformToolset> |
38 | | - <WholeProgramOptimization>false</WholeProgramOptimization> |
39 | | - <CharacterSet>Unicode</CharacterSet> |
40 | | - </PropertyGroup> |
41 | 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
42 | 21 | <ConfigurationType>Application</ConfigurationType> |
43 | 22 | <UseDebugLibraries>true</UseDebugLibraries> |
|
56 | 35 | </ImportGroup> |
57 | 36 | <ImportGroup Label="Shared"> |
58 | 37 | </ImportGroup> |
59 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
60 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
61 | | - </ImportGroup> |
62 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
63 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 | | - </ImportGroup> |
65 | 38 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
66 | 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
67 | 40 | </ImportGroup> |
68 | 41 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
69 | 42 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
70 | 43 | </ImportGroup> |
71 | 44 | <PropertyGroup Label="UserMacros" /> |
72 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
73 | | - <LinkIncremental>false</LinkIncremental> |
74 | | - <IncludePath>..\commonItems;..\googletest\googlemock\include;..\googletest\googlemock;..\googletest\googletest\include;..\googletest\googletest;..\googletest;$(IncludePath)</IncludePath> |
75 | | - <OutDir>$(ProjectDir)$(Configuration)\</OutDir> |
76 | | - </PropertyGroup> |
77 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
78 | | - <LinkIncremental>true</LinkIncremental> |
79 | | - <IncludePath>..\commonItems;..\googletest\googlemock\include;..\googletest\googlemock;..\googletest\googletest\include;..\googletest\googletest;..\googletest;$(IncludePath)</IncludePath> |
80 | | - </PropertyGroup> |
81 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
82 | 46 | <LinkIncremental>true</LinkIncremental> |
83 | 47 | <IntDir>$(Configuration)\</IntDir> |
|
90 | 54 | <IntDir>$(Configuration)\</IntDir> |
91 | 55 | <IncludePath>..\commonItems;..\googletest\googlemock\include;..\googletest\googlemock;..\googletest\googletest\include;..\googletest\googletest;..\googletest;$(IncludePath)</IncludePath> |
92 | 56 | </PropertyGroup> |
93 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
94 | | - <ClCompile> |
95 | | - <WarningLevel>Level3</WarningLevel> |
96 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
97 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
98 | | - <SDLCheck>true</SDLCheck> |
99 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
100 | | - <ConformanceMode>false</ConformanceMode> |
101 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
102 | | - <AdditionalIncludeDirectories>..\cpp-base64;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
103 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
104 | | - <Optimization>Disabled</Optimization> |
105 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
106 | | - <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> |
107 | | - <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
108 | | - </ClCompile> |
109 | | - <Link> |
110 | | - <SubSystem>Console</SubSystem> |
111 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
112 | | - <OptimizeReferences>true</OptimizeReferences> |
113 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
114 | | - <OutputFile>$(ProjectDir)$(Configuration)\$(TargetName)$(TargetExt)</OutputFile> |
115 | | - </Link> |
116 | | - </ItemDefinitionGroup> |
117 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
118 | | - <ClCompile> |
119 | | - <WarningLevel>Level3</WarningLevel> |
120 | | - <SDLCheck>true</SDLCheck> |
121 | | - <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
122 | | - <ConformanceMode>true</ConformanceMode> |
123 | | - <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
124 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
125 | | - </ClCompile> |
126 | | - <Link> |
127 | | - <SubSystem>Console</SubSystem> |
128 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
129 | | - <OutputFile>$(ProjectDir)$(Configuration)\$(TargetName)$(TargetExt)</OutputFile> |
130 | | - </Link> |
131 | | - </ItemDefinitionGroup> |
132 | 57 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
133 | 58 | <ClCompile> |
134 | 59 | <WarningLevel>Level3</WarningLevel> |
|
173 | 98 | <ClCompile Include="..\commonItems\OSCommonLayer.cpp" /> |
174 | 99 | <ClCompile Include="..\commonItems\StringUtils.cpp" /> |
175 | 100 | <ClCompile Include="..\cpp-base64\base64.cpp" /> |
| 101 | + <ClCompile Include="..\ImperatorToCK3\Source\CK3Outputter\outCharacter.cpp" /> |
| 102 | + <ClCompile Include="..\ImperatorToCK3\Source\CK3\Character\CK3Character.cpp" /> |
176 | 103 | <ClCompile Include="..\ImperatorToCK3\Source\CK3\Dynasties\Dynasty.cpp" /> |
177 | 104 | <ClCompile Include="..\ImperatorToCK3\Source\CK3\Province\CK3Province.cpp" /> |
178 | 105 | <ClCompile Include="..\ImperatorToCK3\Source\CK3\Province\CK3ProvinceMappings.cpp" /> |
|
0 commit comments