-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCiT.Common.sln
More file actions
33 lines (33 loc) · 1.61 KB
/
CiT.Common.sln
File metadata and controls
33 lines (33 loc) · 1.61 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CiT.Common", "src\CiT.Common\CiT.Common.csproj", "{BD003930-6CB1-44C2-AB41-BB8D6ED0789D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D505159-3280-4AD2-B60C-8607FC2A2363}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI Workflows", "CI Workflows", "{CA060EDE-92E3-40C7-B0D7-C4B30772DCF1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F5BCE47B-D019-402A-8D4A-7DFC547A518E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD003930-6CB1-44C2-AB41-BB8D6ED0789D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD003930-6CB1-44C2-AB41-BB8D6ED0789D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD003930-6CB1-44C2-AB41-BB8D6ED0789D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD003930-6CB1-44C2-AB41-BB8D6ED0789D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CA060EDE-92E3-40C7-B0D7-C4B30772DCF1} = {7D505159-3280-4AD2-B60C-8607FC2A2363}
{BD003930-6CB1-44C2-AB41-BB8D6ED0789D} = {F5BCE47B-D019-402A-8D4A-7DFC547A518E}
EndGlobalSection
EndGlobal