-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSharedLib.Core.sln
41 lines (41 loc) · 2.24 KB
/
SharedLib.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedLib.Core", "src\SharedLib.Core.csproj", "{D338244B-965A-4EFA-9780-8EB3234ED624}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedLibTests", "tests\SharedLibTests\SharedLibTests.csproj", "{F7A98626-BBBC-46D4-BE32-579B80EF12AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7EE2EF42-9F11-4B01-8CEB-AD09627AA567}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedLib.Core.Win", "WindowsOnly\SharedLib.Core.Win.csproj", "{EE356A75-6164-4918-A8A5-6113C67F2B16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D338244B-965A-4EFA-9780-8EB3234ED624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D338244B-965A-4EFA-9780-8EB3234ED624}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D338244B-965A-4EFA-9780-8EB3234ED624}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D338244B-965A-4EFA-9780-8EB3234ED624}.Release|Any CPU.Build.0 = Release|Any CPU
{F7A98626-BBBC-46D4-BE32-579B80EF12AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7A98626-BBBC-46D4-BE32-579B80EF12AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7A98626-BBBC-46D4-BE32-579B80EF12AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE356A75-6164-4918-A8A5-6113C67F2B16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE356A75-6164-4918-A8A5-6113C67F2B16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE356A75-6164-4918-A8A5-6113C67F2B16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE356A75-6164-4918-A8A5-6113C67F2B16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93CD97F0-673F-4B80-A946-9651DD929FD4}
EndGlobalSection
EndGlobal