forked from SilksPlugins/UnturnedImages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnturnedImages.sln
52 lines (52 loc) · 3.2 KB
/
UnturnedImages.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 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnturnedImages", "UnturnedImages\UnturnedImages.csproj", "{56D5D007-255A-4851-A805-F088F86A0A9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{F9DF115E-D094-4388-9C13-0D3F1610ABB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnturnedImages.Example", "samples\UnturnedImages.Example\UnturnedImages.Example.csproj", "{A3E1EC1E-454D-4A36-8933-D6D976976C1F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{8F39A452-EEEB-479C-AB11-70D316527677}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnturnedImages.Module", "tools\UnturnedImages.Module\UnturnedImages.Module.csproj", "{D31F2008-B089-48B2-8ABE-654D021B20EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnturnedImages.Module.Bootstrapper", "tools\UnturnedImages.Module.Bootstrapper\UnturnedImages.Module.Bootstrapper.csproj", "{7C87E6A2-ECAD-4298-B6B2-A02AEB4DEDC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56D5D007-255A-4851-A805-F088F86A0A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56D5D007-255A-4851-A805-F088F86A0A9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56D5D007-255A-4851-A805-F088F86A0A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56D5D007-255A-4851-A805-F088F86A0A9E}.Release|Any CPU.Build.0 = Release|Any CPU
{A3E1EC1E-454D-4A36-8933-D6D976976C1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3E1EC1E-454D-4A36-8933-D6D976976C1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3E1EC1E-454D-4A36-8933-D6D976976C1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3E1EC1E-454D-4A36-8933-D6D976976C1F}.Release|Any CPU.Build.0 = Release|Any CPU
{D31F2008-B089-48B2-8ABE-654D021B20EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D31F2008-B089-48B2-8ABE-654D021B20EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D31F2008-B089-48B2-8ABE-654D021B20EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D31F2008-B089-48B2-8ABE-654D021B20EB}.Release|Any CPU.Build.0 = Release|Any CPU
{7C87E6A2-ECAD-4298-B6B2-A02AEB4DEDC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C87E6A2-ECAD-4298-B6B2-A02AEB4DEDC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C87E6A2-ECAD-4298-B6B2-A02AEB4DEDC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C87E6A2-ECAD-4298-B6B2-A02AEB4DEDC9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A3E1EC1E-454D-4A36-8933-D6D976976C1F} = {F9DF115E-D094-4388-9C13-0D3F1610ABB8}
{D31F2008-B089-48B2-8ABE-654D021B20EB} = {8F39A452-EEEB-479C-AB11-70D316527677}
{7C87E6A2-ECAD-4298-B6B2-A02AEB4DEDC9} = {8F39A452-EEEB-479C-AB11-70D316527677}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A87AE27-079D-4959-BD79-3964316105CE}
EndGlobalSection
EndGlobal