-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathOperation.sln
46 lines (46 loc) · 2.29 KB
/
Operation.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
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{28601411-6B83-4FE5-8DD0-F6A9C60559C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{139E940F-CEEE-42C5-A627-C5E2CF9DCBBB}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
Changelog.md = Changelog.md
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Operation", "src\Operation\Operation.csproj", "{19B61102-2672-4429-96C8-D60FAEA34A88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{497C936C-DAFA-4A50-9B9F-0CB02D6AD26F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "test\Tests\Tests.csproj", "{7E284F74-CED3-41C3-B109-839D41ADFA81}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19B61102-2672-4429-96C8-D60FAEA34A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19B61102-2672-4429-96C8-D60FAEA34A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19B61102-2672-4429-96C8-D60FAEA34A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19B61102-2672-4429-96C8-D60FAEA34A88}.Release|Any CPU.Build.0 = Release|Any CPU
{7E284F74-CED3-41C3-B109-839D41ADFA81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E284F74-CED3-41C3-B109-839D41ADFA81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E284F74-CED3-41C3-B109-839D41ADFA81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E284F74-CED3-41C3-B109-839D41ADFA81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{19B61102-2672-4429-96C8-D60FAEA34A88} = {28601411-6B83-4FE5-8DD0-F6A9C60559C1}
{7E284F74-CED3-41C3-B109-839D41ADFA81} = {497C936C-DAFA-4A50-9B9F-0CB02D6AD26F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F43CD339-09EC-4B43-9B16-F187BA45327E}
EndGlobalSection
EndGlobal