This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRadia.sln
More file actions
44 lines (44 loc) · 2.29 KB
/
Radia.sln
File metadata and controls
44 lines (44 loc) · 2.29 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Radia", "Radia\Radia.csproj", "{91F38FCC-BE8D-44EA-BBC4-BCE89F8CC501}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48367FA7-0114-4BCF-9320-42363FCFBD3B}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
tests.runsettings = tests.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Radia.Tests", "Radia.Tests\Radia.Tests.csproj", "{2A885D10-5B64-4B29-9023-02EA42862D16}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{9DD6C73D-8390-4523-9E77-C7361E49FE2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91F38FCC-BE8D-44EA-BBC4-BCE89F8CC501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91F38FCC-BE8D-44EA-BBC4-BCE89F8CC501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91F38FCC-BE8D-44EA-BBC4-BCE89F8CC501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91F38FCC-BE8D-44EA-BBC4-BCE89F8CC501}.Release|Any CPU.Build.0 = Release|Any CPU
{2A885D10-5B64-4B29-9023-02EA42862D16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A885D10-5B64-4B29-9023-02EA42862D16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A885D10-5B64-4B29-9023-02EA42862D16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A885D10-5B64-4B29-9023-02EA42862D16}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD6C73D-8390-4523-9E77-C7361E49FE2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD6C73D-8390-4523-9E77-C7361E49FE2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD6C73D-8390-4523-9E77-C7361E49FE2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD6C73D-8390-4523-9E77-C7361E49FE2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB6AFF2A-FC16-44FA-974D-CA4F54533977}
EndGlobalSection
EndGlobal