-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNET-Transforming.sln
More file actions
71 lines (71 loc) · 3.75 KB
/
NET-Transforming.sln
File metadata and controls
71 lines (71 loc) · 3.75 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{5C1DEFC8-6A9B-405B-95B5-14F4FC9C4B6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{95CA0B56-C465-4DCF-ACC6-B7B136EB2FFC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Build-and-test.yml = .github\workflows\Build-and-test.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{FB1FE6E7-F626-4740-9996-73BBCDB5CC2C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
License = License
NuGet.config = NuGet.config
ReadMe.md = ReadMe.md
StrongName.Development.snk = StrongName.Development.snk
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{87A3062B-04F2-499E-BB7C-77A5FF39FF1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{83613992-9741-4479-A247-4427759F91AE}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
Tests\Directory.Build.props = Tests\Directory.Build.props
Tests\Directory.Build.targets = Tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project", "Source\Project\Project.csproj", "{A5434081-87FA-44A5-846C-1814628DDBC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Integration-tests", "Tests\Integration-tests\Integration-tests.csproj", "{8255B796-2C4B-477A-B14D-10AB830DF051}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unit-tests", "Tests\Unit-tests\Unit-tests.csproj", "{48E195C1-62D0-4805-AEA9-9C744446C653}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5434081-87FA-44A5-846C-1814628DDBC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5434081-87FA-44A5-846C-1814628DDBC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5434081-87FA-44A5-846C-1814628DDBC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5434081-87FA-44A5-846C-1814628DDBC2}.Release|Any CPU.Build.0 = Release|Any CPU
{8255B796-2C4B-477A-B14D-10AB830DF051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8255B796-2C4B-477A-B14D-10AB830DF051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8255B796-2C4B-477A-B14D-10AB830DF051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8255B796-2C4B-477A-B14D-10AB830DF051}.Release|Any CPU.Build.0 = Release|Any CPU
{48E195C1-62D0-4805-AEA9-9C744446C653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48E195C1-62D0-4805-AEA9-9C744446C653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48E195C1-62D0-4805-AEA9-9C744446C653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48E195C1-62D0-4805-AEA9-9C744446C653}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{95CA0B56-C465-4DCF-ACC6-B7B136EB2FFC} = {5C1DEFC8-6A9B-405B-95B5-14F4FC9C4B6D}
{A5434081-87FA-44A5-846C-1814628DDBC2} = {87A3062B-04F2-499E-BB7C-77A5FF39FF1B}
{8255B796-2C4B-477A-B14D-10AB830DF051} = {83613992-9741-4479-A247-4427759F91AE}
{48E195C1-62D0-4805-AEA9-9C744446C653} = {83613992-9741-4479-A247-4427759F91AE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEFB899D-853C-4336-8F00-AFCC15228D63}
EndGlobalSection
EndGlobal