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|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
+ <ItemGroup >
22
+ <ClCompile Include =" pack.cpp" />
23
+ </ItemGroup >
24
+ <ItemGroup >
25
+ <ProjectReference Include =" ..\..\HydraAPI\clew\clew.vcxproj" >
26
+ <Project >{5f13e40f-c0f1-4ef4-a775-ab8bc703de88}</Project >
27
+ </ProjectReference >
28
+ <ProjectReference Include =" ..\..\HydraAPI\hydra_api\HydraNewAPI1.vcxproj" >
29
+ <Project >{c05ff9ea-3d61-48b7-abea-4353253691dc}</Project >
30
+ </ProjectReference >
31
+ <ProjectReference Include =" ..\hydra_drv\hydra_drv.vcxproj" >
32
+ <Project >{cb095789-f909-46dc-b9d6-9160ba7c508c}</Project >
33
+ </ProjectReference >
34
+ <ProjectReference Include =" ..\vsgl3\vsgl3.vcxproj" >
35
+ <Project >{2758dd4a-78f6-452f-bbf5-4e86b46bd2ea}</Project >
36
+ </ProjectReference >
37
+ </ItemGroup >
38
+ <PropertyGroup Label =" Globals" >
39
+ <VCProjectVersion >15.0</VCProjectVersion >
40
+ <ProjectGuid >{E0914440-7CB6-4D4F-84FD-49BD580663A3}</ProjectGuid >
41
+ <Keyword >Win32Proj</Keyword >
42
+ <RootNamespace >shaderpack2</RootNamespace >
43
+ <WindowsTargetPlatformVersion >10.0.16299.0</WindowsTargetPlatformVersion >
44
+ </PropertyGroup >
45
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >true</UseDebugLibraries >
49
+ <PlatformToolset >v141</PlatformToolset >
50
+ <CharacterSet >Unicode</CharacterSet >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
53
+ <ConfigurationType >Application</ConfigurationType >
54
+ <UseDebugLibraries >false</UseDebugLibraries >
55
+ <PlatformToolset >v141</PlatformToolset >
56
+ <WholeProgramOptimization >true</WholeProgramOptimization >
57
+ <CharacterSet >Unicode</CharacterSet >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
60
+ <ConfigurationType >Application</ConfigurationType >
61
+ <UseDebugLibraries >true</UseDebugLibraries >
62
+ <PlatformToolset >v141</PlatformToolset >
63
+ <CharacterSet >Unicode</CharacterSet >
64
+ </PropertyGroup >
65
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
66
+ <ConfigurationType >Application</ConfigurationType >
67
+ <UseDebugLibraries >false</UseDebugLibraries >
68
+ <PlatformToolset >v141</PlatformToolset >
69
+ <WholeProgramOptimization >true</WholeProgramOptimization >
70
+ <CharacterSet >Unicode</CharacterSet >
71
+ </PropertyGroup >
72
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
73
+ <ImportGroup Label =" ExtensionSettings" >
74
+ </ImportGroup >
75
+ <ImportGroup Label =" Shared" >
76
+ </ImportGroup >
77
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79
+ </ImportGroup >
80
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82
+ </ImportGroup >
83
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
85
+ </ImportGroup >
86
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
88
+ </ImportGroup >
89
+ <PropertyGroup Label =" UserMacros" />
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
91
+ <LinkIncremental >false</LinkIncremental >
92
+ </PropertyGroup >
93
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
94
+ <LinkIncremental >true</LinkIncremental >
95
+ </PropertyGroup >
96
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
97
+ <LinkIncremental >true</LinkIncremental >
98
+ </PropertyGroup >
99
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
100
+ <LinkIncremental >false</LinkIncremental >
101
+ </PropertyGroup >
102
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
103
+ <ClCompile >
104
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
105
+ <WarningLevel >Level3</WarningLevel >
106
+ <Optimization >MaxSpeed</Optimization >
107
+ <FunctionLevelLinking >true</FunctionLevelLinking >
108
+ <IntrinsicFunctions >true</IntrinsicFunctions >
109
+ <SDLCheck >true</SDLCheck >
110
+ <PreprocessorDefinitions >WIN32; NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
111
+ <ConformanceMode >true</ConformanceMode >
112
+ </ClCompile >
113
+ <Link >
114
+ <SubSystem >Console</SubSystem >
115
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
116
+ <OptimizeReferences >true</OptimizeReferences >
117
+ <GenerateDebugInformation >true</GenerateDebugInformation >
118
+ </Link >
119
+ </ItemDefinitionGroup >
120
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
121
+ <ClCompile >
122
+ <PrecompiledHeader >Use</PrecompiledHeader >
123
+ <WarningLevel >Level3</WarningLevel >
124
+ <Optimization >Disabled</Optimization >
125
+ <SDLCheck >true</SDLCheck >
126
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
127
+ <ConformanceMode >true</ConformanceMode >
128
+ </ClCompile >
129
+ <Link >
130
+ <SubSystem >Console</SubSystem >
131
+ <GenerateDebugInformation >true</GenerateDebugInformation >
132
+ </Link >
133
+ </ItemDefinitionGroup >
134
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
135
+ <ClCompile >
136
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
137
+ <WarningLevel >Level3</WarningLevel >
138
+ <Optimization >Disabled</Optimization >
139
+ <SDLCheck >true</SDLCheck >
140
+ <PreprocessorDefinitions >WIN32; _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
141
+ <ConformanceMode >true</ConformanceMode >
142
+ </ClCompile >
143
+ <Link >
144
+ <SubSystem >Console</SubSystem >
145
+ <GenerateDebugInformation >true</GenerateDebugInformation >
146
+ </Link >
147
+ </ItemDefinitionGroup >
148
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
149
+ <ClCompile >
150
+ <PrecompiledHeader >Use</PrecompiledHeader >
151
+ <WarningLevel >Level3</WarningLevel >
152
+ <Optimization >MaxSpeed</Optimization >
153
+ <FunctionLevelLinking >true</FunctionLevelLinking >
154
+ <IntrinsicFunctions >true</IntrinsicFunctions >
155
+ <SDLCheck >true</SDLCheck >
156
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
157
+ <ConformanceMode >true</ConformanceMode >
158
+ </ClCompile >
159
+ <Link >
160
+ <SubSystem >Console</SubSystem >
161
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
162
+ <OptimizeReferences >true</OptimizeReferences >
163
+ <GenerateDebugInformation >true</GenerateDebugInformation >
164
+ </Link >
165
+ </ItemDefinitionGroup >
166
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
167
+ <ImportGroup Label =" ExtensionTargets" >
168
+ </ImportGroup >
169
+ </Project >
0 commit comments