-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathP3.Logic.Operations.sln
More file actions
36 lines (36 loc) · 2.01 KB
/
P3.Logic.Operations.sln
File metadata and controls
36 lines (36 loc) · 2.01 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P3.Logic.Operations", "P3.Logic.Operations\P3.Logic.Operations.csproj", "{6888202B-8BB1-403B-8A92-AC2D204071CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P3.Logic.Operations.Tests", "P3.Logic.Operations.Tests\P3.Logic.Operations.Tests.csproj", "{872FB579-E7DE-4BAE-B361-17D81B4D6EC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugLocal|Any CPU = DebugLocal|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6888202B-8BB1-403B-8A92-AC2D204071CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6888202B-8BB1-403B-8A92-AC2D204071CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6888202B-8BB1-403B-8A92-AC2D204071CA}.DebugLocal|Any CPU.ActiveCfg = DebugLocal|Any CPU
{6888202B-8BB1-403B-8A92-AC2D204071CA}.DebugLocal|Any CPU.Build.0 = DebugLocal|Any CPU
{6888202B-8BB1-403B-8A92-AC2D204071CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6888202B-8BB1-403B-8A92-AC2D204071CA}.Release|Any CPU.Build.0 = Release|Any CPU
{872FB579-E7DE-4BAE-B361-17D81B4D6EC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{872FB579-E7DE-4BAE-B361-17D81B4D6EC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{872FB579-E7DE-4BAE-B361-17D81B4D6EC3}.DebugLocal|Any CPU.ActiveCfg = DebugLocal|Any CPU
{872FB579-E7DE-4BAE-B361-17D81B4D6EC3}.DebugLocal|Any CPU.Build.0 = DebugLocal|Any CPU
{872FB579-E7DE-4BAE-B361-17D81B4D6EC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{872FB579-E7DE-4BAE-B361-17D81B4D6EC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49165754-61FA-482A-92BF-78E3800AB322}
EndGlobalSection
EndGlobal