-
Notifications
You must be signed in to change notification settings - Fork 15
/
Rebracer.sln
39 lines (39 loc) · 1.9 KB
/
Rebracer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rebracer", "Rebracer\Rebracer.csproj", "{C7A5F6B2-0BB5-4123-B1C0-FD036A19E173}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rebracer.Tests", "Rebracer.Tests\Rebracer.Tests.csproj", "{155BC0BE-0735-4FA6-B926-76EC4BE9C8AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{09BE4DFB-7471-4DF6-9C57-A16367B20A27}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Security.md = Security.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4776A118-1FAE-4A49-941D-85266361807B}"
ProjectSection(SolutionItems) = preProject
Rebracer.xml = Rebracer.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7A5F6B2-0BB5-4123-B1C0-FD036A19E173}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7A5F6B2-0BB5-4123-B1C0-FD036A19E173}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7A5F6B2-0BB5-4123-B1C0-FD036A19E173}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7A5F6B2-0BB5-4123-B1C0-FD036A19E173}.Release|Any CPU.Build.0 = Release|Any CPU
{155BC0BE-0735-4FA6-B926-76EC4BE9C8AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{155BC0BE-0735-4FA6-B926-76EC4BE9C8AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{155BC0BE-0735-4FA6-B926-76EC4BE9C8AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{155BC0BE-0735-4FA6-B926-76EC4BE9C8AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal