-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathViewDivert.sln
More file actions
60 lines (60 loc) · 3.22 KB
/
ViewDivert.sln
File metadata and controls
60 lines (60 loc) · 3.22 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{E9754587-13F5-4E3A-9F3F-71C98EF97990}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
global.json = global.json
.github\workflows\nuget.yml = .github\workflows\nuget.yml
README.md = README.md
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{6E6B9D58-9128-47E7-956E-8DB335D2247E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "samples\Demo\Demo.csproj", "{B23ACD52-B120-4F87-A4C0-2E99B61ABB72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewDivert", "src\ViewDivert\ViewDivert.csproj", "{754720F3-0D8A-4A3E-B946-BD4F18ADB6FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "test\UnitTest\UnitTest.csproj", "{141FFC74-FCA1-4D16-892D-9D9E0D108869}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B23ACD52-B120-4F87-A4C0-2E99B61ABB72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B23ACD52-B120-4F87-A4C0-2E99B61ABB72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B23ACD52-B120-4F87-A4C0-2E99B61ABB72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B23ACD52-B120-4F87-A4C0-2E99B61ABB72}.Release|Any CPU.Build.0 = Release|Any CPU
{754720F3-0D8A-4A3E-B946-BD4F18ADB6FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{754720F3-0D8A-4A3E-B946-BD4F18ADB6FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{754720F3-0D8A-4A3E-B946-BD4F18ADB6FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{754720F3-0D8A-4A3E-B946-BD4F18ADB6FC}.Release|Any CPU.Build.0 = Release|Any CPU
{141FFC74-FCA1-4D16-892D-9D9E0D108869}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{141FFC74-FCA1-4D16-892D-9D9E0D108869}.Debug|Any CPU.Build.0 = Debug|Any CPU
{141FFC74-FCA1-4D16-892D-9D9E0D108869}.Release|Any CPU.ActiveCfg = Release|Any CPU
{141FFC74-FCA1-4D16-892D-9D9E0D108869}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B23ACD52-B120-4F87-A4C0-2E99B61ABB72} = {6E6B9D58-9128-47E7-956E-8DB335D2247E}
{754720F3-0D8A-4A3E-B946-BD4F18ADB6FC} = {672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}
{141FFC74-FCA1-4D16-892D-9D9E0D108869} = {73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {11F10665-D73D-4FD2-AC2A-756FEB3AE0C8}
EndGlobalSection
EndGlobal