forked from OsirisTerje/GetChanges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GetChanges.sln
43 lines (43 loc) · 1.93 KB
/
GetChanges.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.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GetChanges", "GetChanges\GetChanges.csproj", "{54859C70-4E82-457D-8B67-CF9DB47AFD24}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13DFF4A5-E490-4EC9-AA94-9CF236E3D291}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{A964032E-D5A7-4978-B682-E95394D6C01D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{7D20F7B8-5291-44EB-AF9E-0DAEF733CE37}"
ProjectSection(SolutionItems) = preProject
.github\workflows\continuous_integration.yml = .github\workflows\continuous_integration.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54859C70-4E82-457D-8B67-CF9DB47AFD24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54859C70-4E82-457D-8B67-CF9DB47AFD24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54859C70-4E82-457D-8B67-CF9DB47AFD24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54859C70-4E82-457D-8B67-CF9DB47AFD24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7D20F7B8-5291-44EB-AF9E-0DAEF733CE37} = {A964032E-D5A7-4978-B682-E95394D6C01D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62010E50-1BAC-41D2-8965-A819740EBA60}
EndGlobalSection
EndGlobal