-
Notifications
You must be signed in to change notification settings - Fork 12
/
dotnetCampus.SourceYard.sln
46 lines (46 loc) · 2.3 KB
/
dotnetCampus.SourceYard.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.SourceYard", "src\dotnetCampus.SourceYard\dotnetCampus.SourceYard.csproj", "{E0E10F18-8AB9-4DC5-A68C-17726D619F24}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{075C3F7B-E00A-49D7-9D48-7F7DE6E2D4BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{75DA54C8-4888-4347-AF63-8E4C2CFB4D2C}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
build\Version.props = build\Version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.SourceYard.Tests", "tests\dotnetCampus.SourceYard.Tests\dotnetCampus.SourceYard.Tests.csproj", "{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0E10F18-8AB9-4DC5-A68C-17726D619F24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0E10F18-8AB9-4DC5-A68C-17726D619F24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0E10F18-8AB9-4DC5-A68C-17726D619F24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0E10F18-8AB9-4DC5-A68C-17726D619F24}.Release|Any CPU.Build.0 = Release|Any CPU
{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE} = {075C3F7B-E00A-49D7-9D48-7F7DE6E2D4BC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7117963B-299E-4A6F-AFC6-D82B83656776}
EndGlobalSection
EndGlobal