generated from dailydevops/dotnet-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Extensions.Tasks.sln
55 lines (55 loc) · 2.76 KB
/
Extensions.Tasks.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
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC3B5322-047D-4210-9399-B1D172EC4B22}"
ProjectSection(SolutionItems) = preProject
.csharpierignore = .csharpierignore
.editorconfig = .editorconfig
.filenesting.json = .filenesting.json
.gitignore = .gitignore
.gitmodules = .gitmodules
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
Directory.Solution.props = Directory.Solution.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
new-project.ps1 = new-project.ps1
nuget.config = nuget.config
README.md = README.md
update-solution.ps1 = update-solution.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DD5E93D8-B646-4133-88CE-E37C05013D7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEvolve.Extensions.Tasks", "src\NetEvolve.Extensions.Tasks\NetEvolve.Extensions.Tasks.csproj", "{32A5B638-F470-49B4-A31E-F70D99A5DE6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A15FBA8C-C726-421D-BF95-9049DCA65D35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEvolve.Extensions.Tasks.Tests.Unit", "tests\NetEvolve.Extensions.Tasks.Tests.Unit\NetEvolve.Extensions.Tasks.Tests.Unit.csproj", "{69E45641-51C4-4708-8F10-9AE297C34235}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32A5B638-F470-49B4-A31E-F70D99A5DE6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A5B638-F470-49B4-A31E-F70D99A5DE6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A5B638-F470-49B4-A31E-F70D99A5DE6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A5B638-F470-49B4-A31E-F70D99A5DE6B}.Release|Any CPU.Build.0 = Release|Any CPU
{69E45641-51C4-4708-8F10-9AE297C34235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69E45641-51C4-4708-8F10-9AE297C34235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69E45641-51C4-4708-8F10-9AE297C34235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69E45641-51C4-4708-8F10-9AE297C34235}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{32A5B638-F470-49B4-A31E-F70D99A5DE6B} = {DD5E93D8-B646-4133-88CE-E37C05013D7C}
{69E45641-51C4-4708-8F10-9AE297C34235} = {A15FBA8C-C726-421D-BF95-9049DCA65D35}
EndGlobalSection
EndGlobal