-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSharpLibTemplateRepo.sln
41 lines (41 loc) · 2.2 KB
/
CSharpLibTemplateRepo.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpLibTemplateRepo", "CSharpLibTemplateRepo\CSharpLibTemplateRepo.csproj", "{7858F8F1-497A-4261-94D7-339442B09494}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpLibTemplateRepoTests", "Testing\CSharpLibTemplateRepoTests\CSharpLibTemplateRepoTests.csproj", "{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{E204672C-F241-4BB7-AAE4-5147BC5B4FF5}"
ProjectSection(SolutionItems) = preProject
Testing\.editorconfig = Testing\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67F82AED-1502-4803-855A-CDB26DC685B4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{8518113E-D0C3-4E63-8F2E-542EB6D1CCE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7858F8F1-497A-4261-94D7-339442B09494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7858F8F1-497A-4261-94D7-339442B09494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7858F8F1-497A-4261-94D7-339442B09494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7858F8F1-497A-4261-94D7-339442B09494}.Release|Any CPU.Build.0 = Release|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C} = {E204672C-F241-4BB7-AAE4-5147BC5B4FF5}
{8518113E-D0C3-4E63-8F2E-542EB6D1CCE9} = {67F82AED-1502-4803-855A-CDB26DC685B4}
EndGlobalSection
EndGlobal