-
Notifications
You must be signed in to change notification settings - Fork 0
/
HotRS.ToolsCore.sln
44 lines (44 loc) · 2.46 KB
/
HotRS.ToolsCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotRS.Tools.Core", "HotRS.Tools.Core\HotRS.Tools.Core.csproj", "{69F42C77-B67D-4049-B207-341138C2DDA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C374AEC-18D2-4DE0-9FAA-AC54B734B9DE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CoverageNoParallel1.runsettings = CoverageNoParallel1.runsettings
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotRS.Tools.Core.Tests", "HotRS.Tools.Core.Tests\HotRS.Tools.Core.Tests.csproj", "{C6EA77ED-9EAD-4143-8388-BE58E16D9367}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotRS.Tools.Core.IntegrationTsts", "HotRS.Tools.Core.IntegrationTsts\HotRS.Tools.Core.IntegrationTsts.csproj", "{478E8A2D-80C6-49D9-B174-95552D3CC123}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69F42C77-B67D-4049-B207-341138C2DDA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69F42C77-B67D-4049-B207-341138C2DDA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69F42C77-B67D-4049-B207-341138C2DDA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69F42C77-B67D-4049-B207-341138C2DDA2}.Release|Any CPU.Build.0 = Release|Any CPU
{C6EA77ED-9EAD-4143-8388-BE58E16D9367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6EA77ED-9EAD-4143-8388-BE58E16D9367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6EA77ED-9EAD-4143-8388-BE58E16D9367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6EA77ED-9EAD-4143-8388-BE58E16D9367}.Release|Any CPU.Build.0 = Release|Any CPU
{478E8A2D-80C6-49D9-B174-95552D3CC123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{478E8A2D-80C6-49D9-B174-95552D3CC123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{478E8A2D-80C6-49D9-B174-95552D3CC123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{478E8A2D-80C6-49D9-B174-95552D3CC123}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10130939-D434-49E2-8846-A30D3691B5C1}
EndGlobalSection
EndGlobal