-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScript_Enchanting.vcxproj
More file actions
120 lines (120 loc) · 5.76 KB
/
Script_Enchanting.vcxproj
File metadata and controls
120 lines (120 loc) · 5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{2646516C-77E0-45A0-BD2F-7B986171B28F}</ProjectGuid>
<RootNamespace>Script_Enchanting</RootNamespace>
<ProjectName>Script_Enchanting</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\GothicScriptsRelease.props" />
<Import Project="..\..\Shared\Asmjit\Asmjit.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\GothicScriptsDebug.props" />
<Import Project="..\..\Shared\Asmjit\Asmjit.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>E:\SteamLibrary\steamapps\common\Gothic 3 mod\scripts</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>.\;..\..\Shared\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<ExceptionHandling />
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>.\;..\..\Shared\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<ExceptionHandling />
</ClCompile>
<Link>
<GenerateDebugInformation>false</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\Shared\gui\ge_hudstaticnpc.cpp" />
<ClCompile Include="..\..\Shared\util\AsmjitUtil.cpp" />
<ClCompile Include="..\..\Shared\util\Debug.cpp" />
<ClCompile Include="..\..\Shared\util\Hook.cpp" />
<ClCompile Include="..\..\Shared\util\Logging.cpp" />
<ClCompile Include="..\..\Shared\util\Memory.cpp" />
<ClCompile Include="..\..\Shared\util\ScriptUtil.cpp" />
<ClCompile Include="..\..\Shared\util\Util.cpp" />
<ClCompile Include="Script_Enchanting.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Shared\gui\ge_hudstaticnpc.h" />
<ClInclude Include="..\..\Shared\util\AsmjitUtil.h" />
<ClInclude Include="..\..\Shared\util\Debug.h" />
<ClInclude Include="..\..\Shared\util\Hook.h" />
<ClInclude Include="..\..\Shared\util\Logging.h" />
<ClInclude Include="..\..\Shared\util\Memory.h" />
<ClInclude Include="..\..\Shared\util\ScriptUtil.h" />
<ClInclude Include="..\..\Shared\util\Util.h" />
<ClInclude Include="Script_Enchanting.h" />
<ClInclude Include="zSpy.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Shared\util\Logging.inl" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Engine.vcxproj">
<Project>{f385328b-69b2-4e58-b520-9562efd53ad8}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\Game.vcxproj">
<Project>{f74f8efb-8610-40f4-bfec-03fb5d4190d7}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\GFC.vcxproj">
<Project>{84e2573c-0d33-417f-a740-b42636728abc}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\Importer.vcxproj">
<Project>{23213cda-14e6-4ee1-b018-995d09ae753d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\Script.vcxproj">
<Project>{df45b4ac-7fd2-4c19-9e70-6ee4dc96b604}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\SharedBase.vcxproj">
<Project>{7823c28a-70f8-484e-a6dc-ccefebc34c03}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\Shared\Asmjit\Asmjit.vcxproj">
<Project>{32a1be07-45f2-4b54-9cf0-992dffc8d06a}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>