This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
forked from allengblack/rave-dot-net
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrave-dotnet.sln
50 lines (50 loc) · 2.85 KB
/
rave-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaveDotNet", "Rave\RaveDotNet.csproj", "{6779BD88-43FC-49F0-8A3D-5A91AD01A422}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rave.Tests", "Rave.Tests\Rave.Tests.csproj", "{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Debug|x64.ActiveCfg = Debug|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Debug|x64.Build.0 = Debug|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Debug|x86.ActiveCfg = Debug|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Debug|x86.Build.0 = Debug|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Release|Any CPU.Build.0 = Release|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Release|x64.ActiveCfg = Release|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Release|x64.Build.0 = Release|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Release|x86.ActiveCfg = Release|Any CPU
{6779BD88-43FC-49F0-8A3D-5A91AD01A422}.Release|x86.Build.0 = Release|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Debug|x64.ActiveCfg = Debug|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Debug|x64.Build.0 = Debug|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Debug|x86.ActiveCfg = Debug|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Debug|x86.Build.0 = Debug|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Release|x64.ActiveCfg = Release|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Release|x64.Build.0 = Release|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Release|x86.ActiveCfg = Release|Any CPU
{5DE7EC8A-341C-426A-BDD7-4F7C759F6754}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95E93115-B396-4991-841D-6D809CF38410}
EndGlobalSection
EndGlobal