-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRene.Utils.Core.sln
52 lines (52 loc) · 2.6 KB
/
Rene.Utils.Core.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
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rene.Utils.Core", "src\Rene.Utils.Core\Rene.Utils.Core.csproj", "{C79F6350-F304-4135-9420-4D67A6B26099}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{31B4CDDD-AD8B-4451-8EB9-CEECC82EF427}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{617699DC-DFE8-47F1-9046-D61781992DB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rene.Utils.Core.UnitTest", "tests\Rene.Utils.Core.UnitTest\Rene.Utils.Core.UnitTest.csproj", "{2855A8F9-0854-48B3-96C2-3C75807C8B94}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB8AC0A8-62A5-49A0-BE22-CA7DA5A2C77B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
dependencies.props = dependencies.props
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.config\dotnet-tools.json = .config\dotnet-tools.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C79F6350-F304-4135-9420-4D67A6B26099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C79F6350-F304-4135-9420-4D67A6B26099}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C79F6350-F304-4135-9420-4D67A6B26099}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C79F6350-F304-4135-9420-4D67A6B26099}.Release|Any CPU.Build.0 = Release|Any CPU
{2855A8F9-0854-48B3-96C2-3C75807C8B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2855A8F9-0854-48B3-96C2-3C75807C8B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2855A8F9-0854-48B3-96C2-3C75807C8B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2855A8F9-0854-48B3-96C2-3C75807C8B94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C79F6350-F304-4135-9420-4D67A6B26099} = {31B4CDDD-AD8B-4451-8EB9-CEECC82EF427}
{2855A8F9-0854-48B3-96C2-3C75807C8B94} = {617699DC-DFE8-47F1-9046-D61781992DB0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1D89955-ED8F-41C4-8EEA-C435C108999B}
EndGlobalSection
EndGlobal