-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRhythmBase.Addition.sln
More file actions
37 lines (37 loc) · 2.14 KB
/
RhythmBase.Addition.sln
File metadata and controls
37 lines (37 loc) · 2.14 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RhythmBase.Addition", "RhythmBase.Addition.csproj", "{E490E9C6-172C-4F8B-B7CC-039A21FE1A2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RhythmBase.Addition Tests", "..\RhythmToolkitAdditionTests\RhythmBase.Addition Tests.csproj", "{6A8D62FA-C407-4962-A1AD-7EAD1FB2966C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RhythmBase.Addition.GraphicsTest", "..\RhythmBase.Addition.GraphicsTest\RhythmBase.Addition.GraphicsTest.csproj", "{B1EEBA72-ECAC-4AF9-8337-B6B9ACBE279D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E490E9C6-172C-4F8B-B7CC-039A21FE1A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E490E9C6-172C-4F8B-B7CC-039A21FE1A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E490E9C6-172C-4F8B-B7CC-039A21FE1A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E490E9C6-172C-4F8B-B7CC-039A21FE1A2B}.Release|Any CPU.Build.0 = Release|Any CPU
{6A8D62FA-C407-4962-A1AD-7EAD1FB2966C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A8D62FA-C407-4962-A1AD-7EAD1FB2966C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A8D62FA-C407-4962-A1AD-7EAD1FB2966C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A8D62FA-C407-4962-A1AD-7EAD1FB2966C}.Release|Any CPU.Build.0 = Release|Any CPU
{B1EEBA72-ECAC-4AF9-8337-B6B9ACBE279D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1EEBA72-ECAC-4AF9-8337-B6B9ACBE279D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1EEBA72-ECAC-4AF9-8337-B6B9ACBE279D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1EEBA72-ECAC-4AF9-8337-B6B9ACBE279D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {633C4BCB-02B0-445B-9002-8E938EDE7499}
EndGlobalSection
EndGlobal