-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetChris.Core.sln
More file actions
47 lines (47 loc) · 2.6 KB
/
NetChris.Core.sln
File metadata and controls
47 lines (47 loc) · 2.6 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{0B8D2CDC-5BCE-45C8-8928-4EFE52528923}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Directory.Build.props = Directory.Build.props
.github\.DS_Store = .github\.DS_Store
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetChris.Core", "NetChris.Core\NetChris.Core.csproj", "{24F1F7DC-1F68-4F45-BD2B-97CD9A1BF532}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetChris.Core.UnitTests", "NetChris.Core.UnitTests\NetChris.Core.UnitTests.csproj", "{18EFFC4F-2289-4469-B930-8E6F500F1BCE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{F173C738-53A9-459E-A0C9-DF7F791A3AE5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish-github-pre-release.yml = .github\workflows\publish-github-pre-release.yml
.github\workflows\publish-github-release.yml = .github\workflows\publish-github-release.yml
.github\workflows\publish-nuget-org-pre-release.yml = .github\workflows\publish-nuget-org-pre-release.yml
.github\workflows\publish-nuget-org-release.yml = .github\workflows\publish-nuget-org-release.yml
.github\workflows\push.yml = .github\workflows\push.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24F1F7DC-1F68-4F45-BD2B-97CD9A1BF532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24F1F7DC-1F68-4F45-BD2B-97CD9A1BF532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24F1F7DC-1F68-4F45-BD2B-97CD9A1BF532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24F1F7DC-1F68-4F45-BD2B-97CD9A1BF532}.Release|Any CPU.Build.0 = Release|Any CPU
{18EFFC4F-2289-4469-B930-8E6F500F1BCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18EFFC4F-2289-4469-B930-8E6F500F1BCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18EFFC4F-2289-4469-B930-8E6F500F1BCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18EFFC4F-2289-4469-B930-8E6F500F1BCE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F173C738-53A9-459E-A0C9-DF7F791A3AE5} = {0B8D2CDC-5BCE-45C8-8928-4EFE52528923}
EndGlobalSection
EndGlobal