forked from frankgu98/Artemis-Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArtemis.sln
92 lines (92 loc) · 6.62 KB
/
Artemis.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.Engine", "Artemis.Engine\Artemis.Engine.csproj", "{82995A65-F12C-4737-99C1-93CCC29E5456}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.ApprovalTestTemplates.BasicTemplate", "Artemis.ApprovalTestTemplates\Artemis.ApprovalTestTemplates.BasicTemplate\Artemis.ApprovalTestTemplates.BasicTemplate.csproj", "{A084334F-2DFB-49DF-AB51-EEE961046166}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.ApprovalTestTemplates.MultiformTemplate", "Artemis.ApprovalTestTemplates\Artemis.ApprovalTestTemplates.MultiformTemplate\Artemis.ApprovalTestTemplates.MultiformTemplate.csproj", "{B8111ED2-2298-4034-AC6E-6518710E6109}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.Test", "Artemis.Tests\Artemis.Test.csproj", "{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.Editor", "Artemis.Editor\Artemis.Editor.csproj", "{60F8E30E-A114-40B0-9572-64318FB17AF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Farseer Physics MonoGame", "Farseer Physics Engine 3.5\Farseer Physics MonoGame.csproj", "{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82995A65-F12C-4737-99C1-93CCC29E5456}.Debug|Any CPU.ActiveCfg = Debug|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Debug|Mixed Platforms.Build.0 = Debug|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Debug|x86.ActiveCfg = Debug|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Debug|x86.Build.0 = Debug|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Release|Any CPU.ActiveCfg = Release|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Release|Mixed Platforms.ActiveCfg = Release|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Release|Mixed Platforms.Build.0 = Release|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Release|x86.ActiveCfg = Release|x86
{82995A65-F12C-4737-99C1-93CCC29E5456}.Release|x86.Build.0 = Release|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Debug|Any CPU.ActiveCfg = Debug|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Debug|Mixed Platforms.Build.0 = Debug|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Debug|x86.ActiveCfg = Debug|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Debug|x86.Build.0 = Debug|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Release|Any CPU.ActiveCfg = Release|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Release|Mixed Platforms.Build.0 = Release|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Release|x86.ActiveCfg = Release|x86
{A084334F-2DFB-49DF-AB51-EEE961046166}.Release|x86.Build.0 = Release|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Debug|Any CPU.ActiveCfg = Debug|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Debug|x86.ActiveCfg = Debug|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Debug|x86.Build.0 = Debug|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Release|Any CPU.ActiveCfg = Release|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Release|Mixed Platforms.Build.0 = Release|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Release|x86.ActiveCfg = Release|x86
{B8111ED2-2298-4034-AC6E-6518710E6109}.Release|x86.Build.0 = Release|x86
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Debug|x86.ActiveCfg = Debug|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Release|Any CPU.Build.0 = Release|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2E48BD63-0DAF-4E2E-99C4-1F0D6D8C03ED}.Release|x86.ActiveCfg = Release|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Debug|x86.ActiveCfg = Debug|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Release|Any CPU.Build.0 = Release|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{60F8E30E-A114-40B0-9572-64318FB17AF6}.Release|x86.ActiveCfg = Release|Any CPU
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Debug|Any CPU.ActiveCfg = Debug|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Debug|x86.ActiveCfg = Debug|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Debug|x86.Build.0 = Debug|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Release|Any CPU.ActiveCfg = Release|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Release|Mixed Platforms.Build.0 = Release|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Release|x86.ActiveCfg = Release|x86
{0AAD36E3-51A5-4A07-AB60-5C8A66BD38B7}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal