-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gem.sln
40 lines (40 loc) · 2.15 KB
/
Gem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gem", "Gem\Gem.csproj", "{CED27B4C-BA84-4657-9583-F8938E362827}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GemGui", "GemGui\GemGui.csproj", "{62B57759-42F2-464C-8C49-4D26B03CBA7F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3FA5296C-44D9-4F18-A9D2-453E90B56080}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
InternaReadMe.txt = InternaReadMe.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelperGui", "HelperGui\HelperGui.csproj", "{7470EC8E-8904-4BFD-AD03-B5A14D0FAA5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CED27B4C-BA84-4657-9583-F8938E362827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CED27B4C-BA84-4657-9583-F8938E362827}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CED27B4C-BA84-4657-9583-F8938E362827}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CED27B4C-BA84-4657-9583-F8938E362827}.Release|Any CPU.Build.0 = Release|Any CPU
{62B57759-42F2-464C-8C49-4D26B03CBA7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62B57759-42F2-464C-8C49-4D26B03CBA7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62B57759-42F2-464C-8C49-4D26B03CBA7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62B57759-42F2-464C-8C49-4D26B03CBA7F}.Release|Any CPU.Build.0 = Release|Any CPU
{7470EC8E-8904-4BFD-AD03-B5A14D0FAA5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7470EC8E-8904-4BFD-AD03-B5A14D0FAA5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7470EC8E-8904-4BFD-AD03-B5A14D0FAA5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7470EC8E-8904-4BFD-AD03-B5A14D0FAA5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal