-
Notifications
You must be signed in to change notification settings - Fork 0
/
RePraxis.sln
36 lines (36 loc) · 1.9 KB
/
RePraxis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{78B20369-3A58-4D1B-8BD2-72A8447198F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RePraxis", "src\RePraxis\RePraxis.csproj", "{C2E8AFAB-E13F-41E6-8FBF-F7B21F21EC00}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{44F13298-79C1-46F6-AADB-CF4EB057D74A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RePraxis.Tests", "tests\RePraxis.Tests\RePraxis.Tests.csproj", "{93EED5F0-5915-43C1-AB25-882FAF8D51F7}"
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
{C2E8AFAB-E13F-41E6-8FBF-F7B21F21EC00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2E8AFAB-E13F-41E6-8FBF-F7B21F21EC00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2E8AFAB-E13F-41E6-8FBF-F7B21F21EC00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2E8AFAB-E13F-41E6-8FBF-F7B21F21EC00}.Release|Any CPU.Build.0 = Release|Any CPU
{93EED5F0-5915-43C1-AB25-882FAF8D51F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93EED5F0-5915-43C1-AB25-882FAF8D51F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93EED5F0-5915-43C1-AB25-882FAF8D51F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93EED5F0-5915-43C1-AB25-882FAF8D51F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C2E8AFAB-E13F-41E6-8FBF-F7B21F21EC00} = {78B20369-3A58-4D1B-8BD2-72A8447198F8}
{93EED5F0-5915-43C1-AB25-882FAF8D51F7} = {44F13298-79C1-46F6-AADB-CF4EB057D74A}
EndGlobalSection
EndGlobal