-
Notifications
You must be signed in to change notification settings - Fork 7
/
RAFTiNG.sln
34 lines (34 loc) · 1.67 KB
/
RAFTiNG.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAFTiNG", "RAFTiNG\RAFTiNG.csproj", "{F0A62C0E-9C49-470D-AC27-3E28808B93C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAFTiNG.Tests", "RAFTiNG.Tests\RAFTiNG.Tests.csproj", "{8769B6FC-8580-47BA-8279-14C8F3B30FF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7340327F-5CCF-4EFE-8E96-23957CCF92E6}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
OpenQuestions.md = OpenQuestions.md
ReadMe.md = ReadMe.md
Specifications.pdf = Specifications.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0A62C0E-9C49-470D-AC27-3E28808B93C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0A62C0E-9C49-470D-AC27-3E28808B93C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0A62C0E-9C49-470D-AC27-3E28808B93C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0A62C0E-9C49-470D-AC27-3E28808B93C7}.Release|Any CPU.Build.0 = Release|Any CPU
{8769B6FC-8580-47BA-8279-14C8F3B30FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8769B6FC-8580-47BA-8279-14C8F3B30FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8769B6FC-8580-47BA-8279-14C8F3B30FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8769B6FC-8580-47BA-8279-14C8F3B30FF5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal