-
Notifications
You must be signed in to change notification settings - Fork 1
/
Voxel2Pixel.sln
62 lines (62 loc) · 3.55 KB
/
Voxel2Pixel.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
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voxel2Pixel", "Voxel2Pixel\Voxel2Pixel.csproj", "{F0AD51BA-C906-43B0-AC33-81E5690740BB}"
ProjectSection(ProjectDependencies) = postProject
{41CCCF39-5215-4FA5-8323-3F9612C8FCC9} = {41CCCF39-5215-4FA5-8323-3F9612C8FCC9}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D083844-ED6D-4EB5-822F-E01AA866DD6E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voxel2Pixel.Test", "Voxel2Pixel.Test\Voxel2Pixel.Test.csproj", "{66179810-638E-4ECA-898D-56B1D0F5C048}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voxel2Pixel.Web", "Voxel2Pixel.Web\Voxel2Pixel.Web.csproj", "{FB1124CE-D530-4BAF-AE34-7B8143D376BB}"
ProjectSection(ProjectDependencies) = postProject
{41CCCF39-5215-4FA5-8323-3F9612C8FCC9} = {41CCCF39-5215-4FA5-8323-3F9612C8FCC9}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenVoxel", "BenVoxel\BenVoxel.csproj", "{41CCCF39-5215-4FA5-8323-3F9612C8FCC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenVoxel.Test", "BenVoxel.Test\BenVoxel.Test.csproj", "{DC4184BC-E4C9-4CA4-988F-4BB239C4913A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0AD51BA-C906-43B0-AC33-81E5690740BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0AD51BA-C906-43B0-AC33-81E5690740BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0AD51BA-C906-43B0-AC33-81E5690740BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0AD51BA-C906-43B0-AC33-81E5690740BB}.Release|Any CPU.Build.0 = Release|Any CPU
{66179810-638E-4ECA-898D-56B1D0F5C048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66179810-638E-4ECA-898D-56B1D0F5C048}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66179810-638E-4ECA-898D-56B1D0F5C048}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66179810-638E-4ECA-898D-56B1D0F5C048}.Release|Any CPU.Build.0 = Release|Any CPU
{FB1124CE-D530-4BAF-AE34-7B8143D376BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB1124CE-D530-4BAF-AE34-7B8143D376BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB1124CE-D530-4BAF-AE34-7B8143D376BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB1124CE-D530-4BAF-AE34-7B8143D376BB}.Release|Any CPU.Build.0 = Release|Any CPU
{41CCCF39-5215-4FA5-8323-3F9612C8FCC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41CCCF39-5215-4FA5-8323-3F9612C8FCC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41CCCF39-5215-4FA5-8323-3F9612C8FCC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41CCCF39-5215-4FA5-8323-3F9612C8FCC9}.Release|Any CPU.Build.0 = Release|Any CPU
{DC4184BC-E4C9-4CA4-988F-4BB239C4913A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC4184BC-E4C9-4CA4-988F-4BB239C4913A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC4184BC-E4C9-4CA4-988F-4BB239C4913A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC4184BC-E4C9-4CA4-988F-4BB239C4913A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B425482-87B2-45E8-8D4C-F8501A342E21}
EndGlobalSection
EndGlobal