1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <VCProjectVersion >16.0</VCProjectVersion >
15
+ <ProjectGuid >{AE0B7438-0B6E-497E-BE0C-117FE82D2770}</ProjectGuid >
16
+ <RootNamespace >gw2addon</RootNamespace >
17
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
18
+ </PropertyGroup >
19
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
21
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
22
+ <UseDebugLibraries >true</UseDebugLibraries >
23
+ <PlatformToolset >v142</PlatformToolset >
24
+ <CharacterSet >Unicode</CharacterSet >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
27
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
28
+ <UseDebugLibraries >false</UseDebugLibraries >
29
+ <PlatformToolset >v142</PlatformToolset >
30
+ <WholeProgramOptimization >true</WholeProgramOptimization >
31
+ <CharacterSet >Unicode</CharacterSet >
32
+ </PropertyGroup >
33
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
34
+ <ImportGroup Label =" ExtensionSettings" >
35
+ </ImportGroup >
36
+ <ImportGroup Label =" Shared" >
37
+ </ImportGroup >
38
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
39
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40
+ </ImportGroup >
41
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
42
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
43
+ </ImportGroup >
44
+ <PropertyGroup Label =" UserMacros" />
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
46
+ <LinkIncremental >true</LinkIncremental >
47
+ <TargetName >gw2addon_$(ProjectName)</TargetName >
48
+ <OutDir >$(SolutionDir)bin\$(Platform)\$(Configuration)\addons\$(ProjectName)\</OutDir >
49
+ <IncludePath >$(ProjectDir)\dep\imgui;$(ProjectDir)\src;$(IncludePath);$(ProjectDir)\dep</IncludePath >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
52
+ <LinkIncremental >false</LinkIncremental >
53
+ <TargetName >gw2addon_$(ProjectName)</TargetName >
54
+ <OutDir >$(SolutionDir)bin\$(Platform)\$(Configuration)\addons\$(ProjectName)\</OutDir >
55
+ <IncludePath >$(ProjectDir)\dep\imgui;$(ProjectDir)\src;$(IncludePath);$(ProjectDir)\dep</IncludePath >
56
+ </PropertyGroup >
57
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
58
+ <ClCompile >
59
+ <PrecompiledHeader >Use</PrecompiledHeader >
60
+ <WarningLevel >Level3</WarningLevel >
61
+ <Optimization >Disabled</Optimization >
62
+ <SDLCheck >true</SDLCheck >
63
+ <PreprocessorDefinitions >_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64
+ <ConformanceMode >true</ConformanceMode >
65
+ <ForcedIncludeFiles >stdafx.h</ForcedIncludeFiles >
66
+ </ClCompile >
67
+ <Link >
68
+ <SubSystem >Windows</SubSystem >
69
+ <GenerateDebugInformation >true</GenerateDebugInformation >
70
+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
71
+ </Link >
72
+ </ItemDefinitionGroup >
73
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
74
+ <ClCompile >
75
+ <PrecompiledHeader >Use</PrecompiledHeader >
76
+ <WarningLevel >Level3</WarningLevel >
77
+ <Optimization >MaxSpeed</Optimization >
78
+ <FunctionLevelLinking >true</FunctionLevelLinking >
79
+ <IntrinsicFunctions >true</IntrinsicFunctions >
80
+ <SDLCheck >true</SDLCheck >
81
+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82
+ <ConformanceMode >true</ConformanceMode >
83
+ <ForcedIncludeFiles >stdafx.h</ForcedIncludeFiles >
84
+ </ClCompile >
85
+ <Link >
86
+ <SubSystem >Windows</SubSystem >
87
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
88
+ <OptimizeReferences >true</OptimizeReferences >
89
+ <GenerateDebugInformation >true</GenerateDebugInformation >
90
+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
91
+ </Link >
92
+ </ItemDefinitionGroup >
93
+ <ItemGroup >
94
+ <ClInclude Include =" dep\imgui\imconfig.h" />
95
+ <ClInclude Include =" dep\imgui\imgui.h" />
96
+ <ClInclude Include =" dep\imgui\imgui_internal.h" />
97
+ <ClInclude Include =" src/stdafx.h" />
98
+ <ClInclude Include =" src/targetver.h" />
99
+ <ClInclude Include =" src\addon.h" />
100
+ <ClInclude Include =" src\Gui.h" />
101
+ <ClInclude Include =" src\Main.h" />
102
+ </ItemGroup >
103
+ <ItemGroup >
104
+ <ClCompile Include =" dep\imgui\imgui.cpp" />
105
+ <ClCompile Include =" dep\imgui\imgui_draw.cpp" />
106
+ <ClCompile Include =" src/stdafx.cpp" >
107
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
108
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
109
+ </ClCompile >
110
+ <ClCompile Include =" src\addon.cpp" />
111
+ <ClCompile Include =" src\Gui.cpp" />
112
+ <ClCompile Include =" src\Main.cpp" />
113
+ </ItemGroup >
114
+ <ItemGroup >
115
+ <None Include =" Source.def" />
116
+ </ItemGroup >
117
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
118
+ <ImportGroup Label =" ExtensionTargets" >
119
+ </ImportGroup >
120
+ </Project >
0 commit comments