-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSharpRomans.sln
34 lines (34 loc) · 1.72 KB
/
SharpRomans.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 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRomans.Tests", "src\SharpRomans.Tests\SharpRomans.Tests.csproj", "{5404BF41-F6A4-4E24-959C-5D0C34AF770F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17765643-9606-44C2-B338-369C55AED6B0}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
SharpRomans.build.ps1 = SharpRomans.build.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpRomans", "src\SharpRomans\SharpRomans.csproj", "{6D6A2DF9-D389-4FAD-A937-748D729F3C0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5404BF41-F6A4-4E24-959C-5D0C34AF770F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5404BF41-F6A4-4E24-959C-5D0C34AF770F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5404BF41-F6A4-4E24-959C-5D0C34AF770F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5404BF41-F6A4-4E24-959C-5D0C34AF770F}.Release|Any CPU.Build.0 = Release|Any CPU
{6D6A2DF9-D389-4FAD-A937-748D729F3C0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D6A2DF9-D389-4FAD-A937-748D729F3C0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D6A2DF9-D389-4FAD-A937-748D729F3C0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D6A2DF9-D389-4FAD-A937-748D729F3C0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal