-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAmethyst.sln
More file actions
44 lines (44 loc) · 2.35 KB
/
Amethyst.sln
File metadata and controls
44 lines (44 loc) · 2.35 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36119.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amethyst", "Amethyst\Amethyst.csproj", "{4782AAF2-D7E3-2796-8E47-55FC2AFD5E77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amethyst.Desktop", "Amethyst.Desktop\Amethyst.Desktop.csproj", "{7D7D8ED2-ACB8-6BB7-ED9E-1DE839B17E36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amethyst.Contract", "Amethyst.Contract\Amethyst.Contract.csproj", "{44BA76A4-E5D3-4414-A06C-DC45D5234CC4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4782AAF2-D7E3-2796-8E47-55FC2AFD5E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4782AAF2-D7E3-2796-8E47-55FC2AFD5E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4782AAF2-D7E3-2796-8E47-55FC2AFD5E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4782AAF2-D7E3-2796-8E47-55FC2AFD5E77}.Release|Any CPU.Build.0 = Release|Any CPU
{7D7D8ED2-ACB8-6BB7-ED9E-1DE839B17E36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D7D8ED2-ACB8-6BB7-ED9E-1DE839B17E36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D7D8ED2-ACB8-6BB7-ED9E-1DE839B17E36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D7D8ED2-ACB8-6BB7-ED9E-1DE839B17E36}.Release|Any CPU.Build.0 = Release|Any CPU
{44BA76A4-E5D3-4414-A06C-DC45D5234CC4}.Debug|Any CPU.ActiveCfg = Debug|x64
{44BA76A4-E5D3-4414-A06C-DC45D5234CC4}.Debug|Any CPU.Build.0 = Debug|x64
{44BA76A4-E5D3-4414-A06C-DC45D5234CC4}.Release|Any CPU.ActiveCfg = Release|x64
{44BA76A4-E5D3-4414-A06C-DC45D5234CC4}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {699FFEA5-B2B9-4581-B32D-70CE35BE692E}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal