forked from Beatthezombie/HaloShaderGenerator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHaloShaderGenerator.sln
44 lines (44 loc) · 2.31 KB
/
HaloShaderGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HaloShaderGenerator", "HaloShaderGenerator\HaloShaderGenerator.csproj", "{17BFEFFB-1619-4647-BA40-3CD1D87FD774}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HaloShaderGeneratorTest", "HaloShaderGeneratorTest\HaloShaderGeneratorTest.csproj", "{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}"
ProjectSection(ProjectDependencies) = postProject
{17BFEFFB-1619-4647-BA40-3CD1D87FD774} = {17BFEFFB-1619-4647-BA40-3CD1D87FD774}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Debug|x64.ActiveCfg = Debug|x64
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Debug|x64.Build.0 = Debug|x64
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Debug|x86.ActiveCfg = Debug|x86
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Debug|x86.Build.0 = Debug|x86
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Release|x64.ActiveCfg = Release|x64
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Release|x64.Build.0 = Release|x64
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Release|x86.ActiveCfg = Release|x86
{17BFEFFB-1619-4647-BA40-3CD1D87FD774}.Release|x86.Build.0 = Release|x86
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Debug|x64.ActiveCfg = Debug|x64
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Debug|x64.Build.0 = Debug|x64
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Debug|x86.ActiveCfg = Debug|x86
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Debug|x86.Build.0 = Debug|x86
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Release|x64.ActiveCfg = Release|x64
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Release|x64.Build.0 = Release|x64
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Release|x86.ActiveCfg = Release|x86
{CC8C6886-E1C0-41D6-AD74-A194CA0D841A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27441D28-D38D-42A8-A775-0C7ADA9564DB}
EndGlobalSection
EndGlobal