This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
/
xtexconv.sln
33 lines (32 loc) · 1.68 KB
/
xtexconv.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xtexconv", "xtexconv.vcxproj", "{119CCACE-ACD8-4691-8665-FC78B9CE141D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex", "..\..\..\Kits\DirectXTex\DirectXTex_XboxOneXDK_PC_2017.vcxproj", "{9E4D1C18-9E5E-4B35-83BE-74830B9B3C34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Profile|x64 = Profile|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{119CCACE-ACD8-4691-8665-FC78B9CE141D}.Debug|x64.ActiveCfg = Debug|x64
{119CCACE-ACD8-4691-8665-FC78B9CE141D}.Debug|x64.Build.0 = Debug|x64
{119CCACE-ACD8-4691-8665-FC78B9CE141D}.Profile|x64.ActiveCfg = Release|x64
{119CCACE-ACD8-4691-8665-FC78B9CE141D}.Profile|x64.Build.0 = Release|x64
{119CCACE-ACD8-4691-8665-FC78B9CE141D}.Release|x64.ActiveCfg = Release|x64
{119CCACE-ACD8-4691-8665-FC78B9CE141D}.Release|x64.Build.0 = Release|x64
{9E4D1C18-9E5E-4B35-83BE-74830B9B3C34}.Debug|x64.ActiveCfg = Debug|x64
{9E4D1C18-9E5E-4B35-83BE-74830B9B3C34}.Debug|x64.Build.0 = Debug|x64
{9E4D1C18-9E5E-4B35-83BE-74830B9B3C34}.Profile|x64.ActiveCfg = Profile|x64
{9E4D1C18-9E5E-4B35-83BE-74830B9B3C34}.Profile|x64.Build.0 = Profile|x64
{9E4D1C18-9E5E-4B35-83BE-74830B9B3C34}.Release|x64.ActiveCfg = Release|x64
{9E4D1C18-9E5E-4B35-83BE-74830B9B3C34}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal