1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{01579160-3197-46CB-9663-9EB62EFDF62A}</ProjectGuid >
15+ <RootNamespace >Script_FontScale</RootNamespace >
16+ </PropertyGroup >
17+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
19+ <ConfigurationType >DynamicLibrary</ConfigurationType >
20+ <PlatformToolset >v120</PlatformToolset >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
23+ <ConfigurationType >DynamicLibrary</ConfigurationType >
24+ <PlatformToolset >v120</PlatformToolset >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
27+ <ImportGroup Label =" ExtensionSettings" >
28+ </ImportGroup >
29+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
30+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
31+ <Import Project =" ..\..\GothicScriptsRelease.props" />
32+ <Import Project =" ..\..\Shared\Asmjit\Asmjit.props" />
33+ </ImportGroup >
34+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
35+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36+ <Import Project =" ..\..\GothicScriptsDebug.props" />
37+ <Import Project =" ..\..\Shared\Asmjit\Asmjit.props" />
38+ </ImportGroup >
39+ <PropertyGroup Label =" UserMacros" />
40+ <PropertyGroup >
41+ <_ProjectFileVersion >12.0.30501.0</_ProjectFileVersion >
42+ </PropertyGroup >
43+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
44+ <ClCompile >
45+ <AdditionalIncludeDirectories >.\;..\..\Shared\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
46+ <ExceptionHandling />
47+ </ClCompile >
48+ </ItemDefinitionGroup >
49+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
50+ <ClCompile >
51+ <AdditionalIncludeDirectories >.\;..\..\Shared\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
52+ <ExceptionHandling />
53+ </ClCompile >
54+ <Link />
55+ </ItemDefinitionGroup >
56+ <ItemGroup >
57+ <ClCompile Include =" ..\..\Shared\util\AsmjitUtil.cpp" />
58+ <ClCompile Include =" ..\..\Shared\util\Debug.cpp" />
59+ <ClCompile Include =" ..\..\Shared\util\Hook.cpp" />
60+ <ClCompile Include =" ..\..\Shared\util\Logging.cpp" />
61+ <ClCompile Include =" ..\..\Shared\util\Memory.cpp" />
62+ <ClCompile Include =" ..\..\Shared\util\Util.cpp" />
63+ <ClCompile Include =" Script_FontScale.cpp" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <ClInclude Include =" ..\..\Shared\util\AsmjitUtil.h" />
67+ <ClInclude Include =" ..\..\Shared\util\Debug.h" />
68+ <ClInclude Include =" ..\..\Shared\util\Hook.h" />
69+ <ClInclude Include =" ..\..\Shared\util\Logging.h" />
70+ <ClInclude Include =" ..\..\Shared\util\Memory.h" />
71+ <ClInclude Include =" ..\..\Shared\util\Util.h" />
72+ <ClInclude Include =" Script_FontScale.h" />
73+ </ItemGroup >
74+ <ItemGroup >
75+ <None Include =" ..\..\Shared\util\Logging.inl" />
76+ </ItemGroup >
77+ <ItemGroup >
78+ <ProjectReference Include =" ..\..\Engine.vcxproj" >
79+ <Project >{f385328b-69b2-4e58-b520-9562efd53ad8}</Project >
80+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
81+ </ProjectReference >
82+ <ProjectReference Include =" ..\..\Game.vcxproj" >
83+ <Project >{f74f8efb-8610-40f4-bfec-03fb5d4190d7}</Project >
84+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
85+ </ProjectReference >
86+ <ProjectReference Include =" ..\..\GFC.vcxproj" >
87+ <Project >{84e2573c-0d33-417f-a740-b42636728abc}</Project >
88+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
89+ </ProjectReference >
90+ <ProjectReference Include =" ..\..\Importer.vcxproj" >
91+ <Project >{23213cda-14e6-4ee1-b018-995d09ae753d}</Project >
92+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
93+ </ProjectReference >
94+ <ProjectReference Include =" ..\..\Script.vcxproj" >
95+ <Project >{df45b4ac-7fd2-4c19-9e70-6ee4dc96b604}</Project >
96+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
97+ </ProjectReference >
98+ <ProjectReference Include =" ..\..\SharedBase.vcxproj" >
99+ <Project >{7823c28a-70f8-484e-a6dc-ccefebc34c03}</Project >
100+ <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
101+ </ProjectReference >
102+ <ProjectReference Include =" ..\..\Shared\Asmjit\Asmjit.vcxproj" >
103+ <Project >{32a1be07-45f2-4b54-9cf0-992dffc8d06a}</Project >
104+ </ProjectReference >
105+ </ItemGroup >
106+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
107+ <ImportGroup Label =" ExtensionTargets" >
108+ </ImportGroup >
109+ </Project >
0 commit comments