-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNukeDemo.sln
46 lines (46 loc) · 2.48 KB
/
NukeDemo.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 Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "App\App.csproj", "{B0255C6F-2B40-4008-9D20-7854AC387FB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lib", "Lib\Lib.csproj", "{4B9FB505-5DF8-43F6-BD3F-7FF9E4C13245}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{E7526BD9-9708-4D51-BCCB-0078545838B2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{996134CD-3E78-45E5-86C8-A03797EAE3EB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Devops", "Devops\Devops.csproj", "{0D0B0958-7BCA-47AC-ACD7-A49754E68DE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D0B0958-7BCA-47AC-ACD7-A49754E68DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D0B0958-7BCA-47AC-ACD7-A49754E68DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0255C6F-2B40-4008-9D20-7854AC387FB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0255C6F-2B40-4008-9D20-7854AC387FB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0255C6F-2B40-4008-9D20-7854AC387FB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0255C6F-2B40-4008-9D20-7854AC387FB3}.Release|Any CPU.Build.0 = Release|Any CPU
{4B9FB505-5DF8-43F6-BD3F-7FF9E4C13245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B9FB505-5DF8-43F6-BD3F-7FF9E4C13245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B9FB505-5DF8-43F6-BD3F-7FF9E4C13245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B9FB505-5DF8-43F6-BD3F-7FF9E4C13245}.Release|Any CPU.Build.0 = Release|Any CPU
{E7526BD9-9708-4D51-BCCB-0078545838B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7526BD9-9708-4D51-BCCB-0078545838B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7526BD9-9708-4D51-BCCB-0078545838B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7526BD9-9708-4D51-BCCB-0078545838B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69970690-537B-4E00-B1F1-428A6B1852C2}
EndGlobalSection
EndGlobal