1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" 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 =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</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
+ <VCProjectVersion >17.0</VCProjectVersion >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <ProjectGuid >{0d10045f-a8d3-4f5f-8356-7e340b85a48c}</ProjectGuid >
25
+ <RootNamespace >CarbonTemplateGUI</RootNamespace >
26
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27
+ </PropertyGroup >
28
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31
+ <UseDebugLibraries >true</UseDebugLibraries >
32
+ <PlatformToolset >v143</PlatformToolset >
33
+ <CharacterSet >MultiByte</CharacterSet >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37
+ <UseDebugLibraries >false</UseDebugLibraries >
38
+ <PlatformToolset >v143</PlatformToolset >
39
+ <WholeProgramOptimization >true</WholeProgramOptimization >
40
+ <CharacterSet >MultiByte</CharacterSet >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44
+ <UseDebugLibraries >true</UseDebugLibraries >
45
+ <PlatformToolset >v143</PlatformToolset >
46
+ <CharacterSet >MultiByte</CharacterSet >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
50
+ <UseDebugLibraries >false</UseDebugLibraries >
51
+ <PlatformToolset >v143</PlatformToolset >
52
+ <WholeProgramOptimization >true</WholeProgramOptimization >
53
+ <CharacterSet >MultiByte</CharacterSet >
54
+ </PropertyGroup >
55
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56
+ <ImportGroup Label =" ExtensionSettings" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" Shared" >
59
+ </ImportGroup >
60
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65
+ </ImportGroup >
66
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <PropertyGroup Label =" UserMacros" />
73
+ <PropertyGroup Label =" Vcpkg" >
74
+ <VcpkgEnableManifest >true</VcpkgEnableManifest >
75
+ <VcpkgEnabled >true</VcpkgEnabled >
76
+ </PropertyGroup >
77
+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <VcpkgUseStatic >true</VcpkgUseStatic >
79
+ <VcpkgUseMD >true</VcpkgUseMD >
80
+ </PropertyGroup >
81
+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82
+ <VcpkgUseStatic >true</VcpkgUseStatic >
83
+ <VcpkgUseMD >true</VcpkgUseMD >
84
+ </PropertyGroup >
85
+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
86
+ <VcpkgUseStatic >true</VcpkgUseStatic >
87
+ <VcpkgUseMD >true</VcpkgUseMD >
88
+ </PropertyGroup >
89
+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
90
+ <VcpkgUseStatic >true</VcpkgUseStatic >
91
+ <VcpkgUseMD >true</VcpkgUseMD >
92
+ </PropertyGroup >
93
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
94
+ <ClCompile >
95
+ <WarningLevel >Level3</WarningLevel >
96
+ <SDLCheck >true</SDLCheck >
97
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98
+ <ConformanceMode >true</ConformanceMode >
99
+ <LanguageStandard >stdcpp20</LanguageStandard >
100
+ <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)include;$(ProjectDir)vendor</AdditionalIncludeDirectories >
101
+ <PrecompiledHeader >Use</PrecompiledHeader >
102
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
103
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
104
+ </ClCompile >
105
+ <Link >
106
+ <SubSystem >Windows</SubSystem >
107
+ <GenerateDebugInformation >true</GenerateDebugInformation >
108
+ </Link >
109
+ </ItemDefinitionGroup >
110
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
111
+ <ClCompile >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <FunctionLevelLinking >true</FunctionLevelLinking >
114
+ <IntrinsicFunctions >true</IntrinsicFunctions >
115
+ <SDLCheck >true</SDLCheck >
116
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
117
+ <ConformanceMode >true</ConformanceMode >
118
+ <LanguageStandard >stdcpp20</LanguageStandard >
119
+ <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)include;$(ProjectDir)vendor</AdditionalIncludeDirectories >
120
+ <PrecompiledHeader >Use</PrecompiledHeader >
121
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
122
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
123
+ </ClCompile >
124
+ <Link >
125
+ <SubSystem >Windows</SubSystem >
126
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
127
+ <OptimizeReferences >true</OptimizeReferences >
128
+ <GenerateDebugInformation >true</GenerateDebugInformation >
129
+ </Link >
130
+ </ItemDefinitionGroup >
131
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
132
+ <ClCompile >
133
+ <WarningLevel >Level3</WarningLevel >
134
+ <SDLCheck >true</SDLCheck >
135
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
136
+ <ConformanceMode >true</ConformanceMode >
137
+ <LanguageStandard >stdcpp20</LanguageStandard >
138
+ <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)include;$(ProjectDir)vendor</AdditionalIncludeDirectories >
139
+ <PrecompiledHeader >Use</PrecompiledHeader >
140
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
141
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
142
+ </ClCompile >
143
+ <Link >
144
+ <SubSystem >Windows</SubSystem >
145
+ <GenerateDebugInformation >true</GenerateDebugInformation >
146
+ </Link >
147
+ </ItemDefinitionGroup >
148
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
149
+ <ClCompile >
150
+ <WarningLevel >Level3</WarningLevel >
151
+ <FunctionLevelLinking >true</FunctionLevelLinking >
152
+ <IntrinsicFunctions >true</IntrinsicFunctions >
153
+ <SDLCheck >true</SDLCheck >
154
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
155
+ <ConformanceMode >true</ConformanceMode >
156
+ <LanguageStandard >stdcpp20</LanguageStandard >
157
+ <AdditionalIncludeDirectories >$(ProjectDir);$(ProjectDir)include;$(ProjectDir)vendor</AdditionalIncludeDirectories >
158
+ <PrecompiledHeader >Use</PrecompiledHeader >
159
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
160
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
161
+ </ClCompile >
162
+ <Link >
163
+ <SubSystem >Windows</SubSystem >
164
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
165
+ <OptimizeReferences >true</OptimizeReferences >
166
+ <GenerateDebugInformation >true</GenerateDebugInformation >
167
+ </Link >
168
+ </ItemDefinitionGroup >
169
+ <ItemGroup >
170
+ <ClCompile Include =" pch.cpp" >
171
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
172
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
173
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
174
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
175
+ </ClCompile >
176
+ <ClCompile Include =" src\dllmain.cpp" />
177
+ <ClCompile Include =" src\hook.cpp" />
178
+ <ClCompile Include =" src\main.cpp" />
179
+ <ClCompile Include =" vendor\kiero\kiero.cpp" />
180
+ </ItemGroup >
181
+ <ItemGroup >
182
+ <ClInclude Include =" include\hook.h" />
183
+ <ClInclude Include =" include\log.h" />
184
+ <ClInclude Include =" include\state.h" />
185
+ <ClInclude Include =" pch.h" />
186
+ <ClInclude Include =" vendor\carbon\console.h" />
187
+ <ClInclude Include =" vendor\carbon\contraption.h" />
188
+ <ClInclude Include =" vendor\carbon\lua\executor.h" />
189
+ <ClInclude Include =" vendor\carbon\lua\lauxlib.h" />
190
+ <ClInclude Include =" vendor\carbon\lua\lua.h" />
191
+ <ClInclude Include =" vendor\carbon\lua\lua.hpp" />
192
+ <ClInclude Include =" vendor\carbon\offsets.h" />
193
+ <ClInclude Include =" vendor\carbon\tools.h" />
194
+ <ClInclude Include =" vendor\carbon\utils.h" />
195
+ <ClInclude Include =" vendor\kiero\kiero.h" />
196
+ <ClInclude Include =" vendor\resources\font.h" />
197
+ </ItemGroup >
198
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
199
+ <ImportGroup Label =" ExtensionTargets" >
200
+ </ImportGroup >
201
+ </Project >
0 commit comments