-
Notifications
You must be signed in to change notification settings - Fork 0
/
Yaapii.Xambly.sln
48 lines (48 loc) · 2.36 KB
/
Yaapii.Xambly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{BCF93090-CFF8-4CA1-B760-5CE870BC865E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Yaapii.Xambly", "tests\Test.Yaapii.Xambly\Test.Yaapii.Xambly.csproj", "{5BECECA3-37DB-46E1-8913-6C16708111F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yaapii.Xambly", "src\Yaapii.Xambly\Yaapii.Xambly.csproj", "{110B6BA7-96D4-4F68-A4BD-26995117D64B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{EE773EF2-F4F0-4254-8150-063CCB0031BA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
LICENSE = LICENSE
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BECECA3-37DB-46E1-8913-6C16708111F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BECECA3-37DB-46E1-8913-6C16708111F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BECECA3-37DB-46E1-8913-6C16708111F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BECECA3-37DB-46E1-8913-6C16708111F5}.Release|Any CPU.Build.0 = Release|Any CPU
{110B6BA7-96D4-4F68-A4BD-26995117D64B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{110B6BA7-96D4-4F68-A4BD-26995117D64B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{110B6BA7-96D4-4F68-A4BD-26995117D64B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{110B6BA7-96D4-4F68-A4BD-26995117D64B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5BECECA3-37DB-46E1-8913-6C16708111F5} = {BCF93090-CFF8-4CA1-B760-5CE870BC865E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADD664F2-D61C-4A08-914B-3C627EA219D6}
EndGlobalSection
EndGlobal