forked from Blinue/Magpie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Magpie.sln
54 lines (54 loc) · 2.96 KB
/
Magpie.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Magpie", "Magpie\Magpie.csproj", "{D6BDD49C-C10A-4298-9718-EB4DF0AD9BAD}"
ProjectSection(ProjectDependencies) = postProject
{00AE9B14-C920-46D3-86F2-37CCCDBE8451} = {00AE9B14-C920-46D3-86F2-37CCCDBE8451}
{8FC22A64-6D09-478B-9980-608D27601EF2} = {8FC22A64-6D09-478B-9980-608D27601EF2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Runtime", "Runtime\Runtime.vcxproj", "{8FC22A64-6D09-478B-9980-608D27601EF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{651769E5-E8D5-4347-92E2-9EFFB46D9C16}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CONAN_INSTALL", "CONAN_INSTALL\CONAN_INSTALL.vcxproj", "{456CCAE4-2C51-4CF2-8D3A-1EFCE8C41A2D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Effects", "Effects\Effects.vcxproj", "{00AE9B14-C920-46D3-86F2-37CCCDBE8451}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DEPLOY", "DEPLOY\DEPLOY.vcxproj", "{B7512D05-CC38-4736-9B1F-C3A4A335BFD4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6BDD49C-C10A-4298-9718-EB4DF0AD9BAD}.Debug|x64.ActiveCfg = Debug|x64
{D6BDD49C-C10A-4298-9718-EB4DF0AD9BAD}.Debug|x64.Build.0 = Debug|x64
{D6BDD49C-C10A-4298-9718-EB4DF0AD9BAD}.Release|x64.ActiveCfg = Release|x64
{D6BDD49C-C10A-4298-9718-EB4DF0AD9BAD}.Release|x64.Build.0 = Release|x64
{8FC22A64-6D09-478B-9980-608D27601EF2}.Debug|x64.ActiveCfg = Debug|x64
{8FC22A64-6D09-478B-9980-608D27601EF2}.Debug|x64.Build.0 = Debug|x64
{8FC22A64-6D09-478B-9980-608D27601EF2}.Release|x64.ActiveCfg = Release|x64
{8FC22A64-6D09-478B-9980-608D27601EF2}.Release|x64.Build.0 = Release|x64
{456CCAE4-2C51-4CF2-8D3A-1EFCE8C41A2D}.Debug|x64.ActiveCfg = Debug|x64
{456CCAE4-2C51-4CF2-8D3A-1EFCE8C41A2D}.Release|x64.ActiveCfg = Release|x64
{00AE9B14-C920-46D3-86F2-37CCCDBE8451}.Debug|x64.ActiveCfg = Debug|x64
{00AE9B14-C920-46D3-86F2-37CCCDBE8451}.Debug|x64.Build.0 = Debug|x64
{00AE9B14-C920-46D3-86F2-37CCCDBE8451}.Release|x64.ActiveCfg = Release|x64
{00AE9B14-C920-46D3-86F2-37CCCDBE8451}.Release|x64.Build.0 = Release|x64
{B7512D05-CC38-4736-9B1F-C3A4A335BFD4}.Debug|x64.ActiveCfg = Debug|x64
{B7512D05-CC38-4736-9B1F-C3A4A335BFD4}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63EF2070-2182-44B1-AEA1-0B48F5096846}
RESX_SortFileContentOnSave = True
EndGlobalSection
EndGlobal