-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUbiety.Scram.Core.sln
43 lines (43 loc) · 2.19 KB
/
Ubiety.Scram.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28711.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACF872FA-8A1E-43F0-90A8-D2A292D1D0C1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{CFA17AE2-5A68-4E11-B239-E402E565CF33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ubiety.Scram.Core", "src\Ubiety.Scram.Core\Ubiety.Scram.Core.csproj", "{1A98D488-F5DE-4730-87FC-E9ED203E3DE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ubiety.Scram.Test", "tests\Ubiety.Scram.Test\Ubiety.Scram.Test.csproj", "{C1CDD304-3319-4040-B1F4-DD47F4B308C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFA17AE2-5A68-4E11-B239-E402E565CF33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFA17AE2-5A68-4E11-B239-E402E565CF33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A98D488-F5DE-4730-87FC-E9ED203E3DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A98D488-F5DE-4730-87FC-E9ED203E3DE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A98D488-F5DE-4730-87FC-E9ED203E3DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A98D488-F5DE-4730-87FC-E9ED203E3DE1}.Release|Any CPU.Build.0 = Release|Any CPU
{C1CDD304-3319-4040-B1F4-DD47F4B308C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1CDD304-3319-4040-B1F4-DD47F4B308C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1CDD304-3319-4040-B1F4-DD47F4B308C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1CDD304-3319-4040-B1F4-DD47F4B308C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8208C8CE-CE4B-4BB2-8AC9-5F39E8E12B1E}
EndGlobalSection
EndGlobal