-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathP3.Logic.Math.BasicOperations.sln
More file actions
36 lines (36 loc) · 2.06 KB
/
Copy pathP3.Logic.Math.BasicOperations.sln
File metadata and controls
36 lines (36 loc) · 2.06 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 15
VisualStudioVersion = 15.0.28124.53
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P3.Logic.Math.BasicOperations", "P3.Logic.Math.BasicOperations\P3.Logic.Math.BasicOperations.csproj", "{BC33F198-0D4F-4EDD-B53B-9E357ED72711}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P3.Logic.Math.BasicOperations.Tests", "P3.Logic.Math.BasicOperations.Test\P3.Logic.Math.BasicOperations.Tests.csproj", "{3A112362-6B42-4832-81F1-F3507E19A166}"
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
{BC33F198-0D4F-4EDD-B53B-9E357ED72711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC33F198-0D4F-4EDD-B53B-9E357ED72711}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC33F198-0D4F-4EDD-B53B-9E357ED72711}.DebugLocal|Any CPU.ActiveCfg = DebugLocal|Any CPU
{BC33F198-0D4F-4EDD-B53B-9E357ED72711}.DebugLocal|Any CPU.Build.0 = DebugLocal|Any CPU
{BC33F198-0D4F-4EDD-B53B-9E357ED72711}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC33F198-0D4F-4EDD-B53B-9E357ED72711}.Release|Any CPU.Build.0 = Release|Any CPU
{3A112362-6B42-4832-81F1-F3507E19A166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A112362-6B42-4832-81F1-F3507E19A166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A112362-6B42-4832-81F1-F3507E19A166}.DebugLocal|Any CPU.ActiveCfg = DebugLocal|Any CPU
{3A112362-6B42-4832-81F1-F3507E19A166}.DebugLocal|Any CPU.Build.0 = DebugLocal|Any CPU
{3A112362-6B42-4832-81F1-F3507E19A166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A112362-6B42-4832-81F1-F3507E19A166}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E47FB62-F843-4615-B36A-C8DFC40A3191}
EndGlobalSection
EndGlobal