forked from shadowmage45/TexturesUnlimited
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTexturesUnlimited.sln
52 lines (52 loc) · 2.94 KB
/
TexturesUnlimited.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TexturesUnlimited", "Source\TexturesUnlimited\TexturesUnlimited.csproj", "{90C22D61-2261-4B94-844C-59536357B09D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlendshapeModelLoader", "Source\BlendshapeModelLoader\BlendshapeModelLoader.csproj", "{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GameData", "GameData", "{6B4586B8-2289-4E94-9DC2-2127CEDEAEAB}"
ProjectSection(SolutionItems) = preProject
GameData\000_TexturesUnlimited\TexturesUnlimited.version = GameData\000_TexturesUnlimited\TexturesUnlimited.version
GameData\000_TexturesUnlimited\TexturesUnlimited.version.versiontemplate = GameData\000_TexturesUnlimited\TexturesUnlimited.version.versiontemplate
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{91717E17-66E0-4445-86B9-290225528841}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90C22D61-2261-4B94-844C-59536357B09D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90C22D61-2261-4B94-844C-59536357B09D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90C22D61-2261-4B94-844C-59536357B09D}.Debug|x64.ActiveCfg = Debug|x64
{90C22D61-2261-4B94-844C-59536357B09D}.Debug|x64.Build.0 = Debug|x64
{90C22D61-2261-4B94-844C-59536357B09D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90C22D61-2261-4B94-844C-59536357B09D}.Release|Any CPU.Build.0 = Release|Any CPU
{90C22D61-2261-4B94-844C-59536357B09D}.Release|x64.ActiveCfg = Release|x64
{90C22D61-2261-4B94-844C-59536357B09D}.Release|x64.Build.0 = Release|x64
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Debug|x64.ActiveCfg = Debug|Any CPU
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Debug|x64.Build.0 = Debug|Any CPU
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Release|Any CPU.Build.0 = Release|Any CPU
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Release|x64.ActiveCfg = Release|Any CPU
{FB1CEB5D-5E0B-49AD-B2F2-57EFBD1C1922}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D68CAD2-2CDD-4EF4-856D-5F30EB56ECDF}
EndGlobalSection
EndGlobal