-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRheo.sln
More file actions
53 lines (53 loc) · 2.78 KB
/
Copy pathRheo.sln
File metadata and controls
53 lines (53 loc) · 2.78 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
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rheo.Storage", "Rheo.Storage\Rheo.Storage.csproj", "{9E1CBA1B-A477-9DC6-F224-5F882A2A57D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rheo.Storage.Test", "Rheo.Storage.Test\Rheo.Storage.Test.csproj", "{21A0ED6A-2949-5887-11B8-37663534CE30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC2B166F-750B-4D72-B3E3-5BF70E1E60B6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rheo.Storage.DefinitionsBuilder", "Rheo.Storage.DefinitionsBuilder\Rheo.Storage.DefinitionsBuilder.csproj", "{D56CC344-B474-40A4-9E2E-16476D357427}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{69AC9D7F-06F4-43BD-A3FF-BF7A920F108F}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
DotEnvLoader.psm1 = DotEnvLoader.psm1
.github\workflows\nuget-publish-storage.yml = .github\workflows\nuget-publish-storage.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E1CBA1B-A477-9DC6-F224-5F882A2A57D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E1CBA1B-A477-9DC6-F224-5F882A2A57D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E1CBA1B-A477-9DC6-F224-5F882A2A57D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E1CBA1B-A477-9DC6-F224-5F882A2A57D0}.Release|Any CPU.Build.0 = Release|Any CPU
{21A0ED6A-2949-5887-11B8-37663534CE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21A0ED6A-2949-5887-11B8-37663534CE30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21A0ED6A-2949-5887-11B8-37663534CE30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21A0ED6A-2949-5887-11B8-37663534CE30}.Release|Any CPU.Build.0 = Release|Any CPU
{D56CC344-B474-40A4-9E2E-16476D357427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D56CC344-B474-40A4-9E2E-16476D357427}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D56CC344-B474-40A4-9E2E-16476D357427}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D56CC344-B474-40A4-9E2E-16476D357427}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17B85777-6BCE-4AE5-97AF-9D8542AAE7A4}
EndGlobalSection
EndGlobal