Skip to content

Commit 37829da

Browse files
committed
- init
1 parent 27d6155 commit 37829da

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

MyLibrary.sln

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36408.4
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3335C1A3-582F-49A2-BEB5-06BFFDED6B5B}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{0C111405-B10C-4C80-81B7-575210C0BE47}"
11+
ProjectSection(SolutionItems) = preProject
12+
..\.github\workflows\ci.yml = ..\.github\workflows\ci.yml
13+
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
14+
EndProjectSection
15+
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{11FFA13F-539E-4B09-A2E2-4F80F4857F30}"
17+
ProjectSection(SolutionItems) = preProject
18+
..\.gitignore = ..\.gitignore
19+
..\Directory.Build.props = ..\Directory.Build.props
20+
..\GitVersion.yml = ..\GitVersion.yml
21+
..\LICENSE = ..\LICENSE
22+
..\nuget.config = ..\nuget.config
23+
..\README.md = ..\README.md
24+
EndProjectSection
25+
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyLibrary", "src\MyLibrary\MyLibrary.csproj", "{6C551900-944F-2C98-0A0F-F58A5DA9B2EF}"
27+
EndProject
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyLibrary.Tests", "tests\MyLibrary.Tests\MyLibrary.Tests.csproj", "{AE960517-0FA4-0267-2173-0D04C8D0C427}"
29+
EndProject
30+
Global
31+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
32+
Debug|Any CPU = Debug|Any CPU
33+
Release|Any CPU = Release|Any CPU
34+
EndGlobalSection
35+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
36+
{6C551900-944F-2C98-0A0F-F58A5DA9B2EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{6C551900-944F-2C98-0A0F-F58A5DA9B2EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{6C551900-944F-2C98-0A0F-F58A5DA9B2EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{6C551900-944F-2C98-0A0F-F58A5DA9B2EF}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{AE960517-0FA4-0267-2173-0D04C8D0C427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{AE960517-0FA4-0267-2173-0D04C8D0C427}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{AE960517-0FA4-0267-2173-0D04C8D0C427}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{AE960517-0FA4-0267-2173-0D04C8D0C427}.Release|Any CPU.Build.0 = Release|Any CPU
44+
EndGlobalSection
45+
GlobalSection(SolutionProperties) = preSolution
46+
HideSolutionNode = FALSE
47+
EndGlobalSection
48+
GlobalSection(NestedProjects) = preSolution
49+
{6C551900-944F-2C98-0A0F-F58A5DA9B2EF} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
50+
{AE960517-0FA4-0267-2173-0D04C8D0C427} = {3335C1A3-582F-49A2-BEB5-06BFFDED6B5B}
51+
EndGlobalSection
52+
GlobalSection(ExtensibilityGlobals) = postSolution
53+
SolutionGuid = {2F583806-7DCB-4F41-9ABC-1572C0A40C6B}
54+
EndGlobalSection
55+
EndGlobal

0 commit comments

Comments
 (0)