-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DynamicDiToolkit.sln
43 lines (43 loc) · 2 KB
/
DynamicDiToolkit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1A59296A-18CF-4272-A9CB-04CCCD18F460}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C1B38C9A-65EC-42E7-90A9-5B6EA55C6B4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FCF0E238-EED0-482A-9ACC-650693578B59}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
Directory.Packages.props = Directory.Packages.props
DynamicDiToolkit.nuspec = DynamicDiToolkit.nuspec
.github\workflows\nuget-publish.yml = .github\workflows\nuget-publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicDiToolkit", "src\DynamicDiToolkit\DynamicDiToolkit.csproj", "{072876FE-DDD8-43EB-8FD4-C11B840DB63F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{072876FE-DDD8-43EB-8FD4-C11B840DB63F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{072876FE-DDD8-43EB-8FD4-C11B840DB63F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{072876FE-DDD8-43EB-8FD4-C11B840DB63F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{072876FE-DDD8-43EB-8FD4-C11B840DB63F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{072876FE-DDD8-43EB-8FD4-C11B840DB63F} = {1A59296A-18CF-4272-A9CB-04CCCD18F460}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F8D7AF9-01CD-4A86-88AF-2770F7FBC902}
EndGlobalSection
EndGlobal