-
Notifications
You must be signed in to change notification settings - Fork 0
/
OneWare.Vhdp.sln
52 lines (52 loc) · 2.77 KB
/
OneWare.Vhdp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneWare.Vhdp.UnitTests", "tests\OneWare.Vhdp.UnitTests\OneWare.Vhdp.UnitTests.csproj", "{CF9E9C7A-A4F7-442B-8015-58D4DA4C6837}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneWare.Vhdp", "src\OneWare.Vhdp\OneWare.Vhdp.csproj", "{393BAF19-4387-413C-AC2E-2D22577783FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Properties", "Properties", "{66B7CCEF-7704-488B-BB9F-300E9516AFD0}"
ProjectSection(SolutionItems) = preProject
Extension.md = Extension.md
License.md = License.md
oneware-extension.json = oneware-extension.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{123958C7-8BF6-43F2-BD3A-8AD304EBBF9B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VHDPlus.Analyzer", "src\VHDPlus.Analyzer\src\VHDPlus.Analyzer\VHDPlus.Analyzer.csproj", "{2C30F273-1918-4420-8EA2-8511A68AFE87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF9E9C7A-A4F7-442B-8015-58D4DA4C6837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF9E9C7A-A4F7-442B-8015-58D4DA4C6837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF9E9C7A-A4F7-442B-8015-58D4DA4C6837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF9E9C7A-A4F7-442B-8015-58D4DA4C6837}.Release|Any CPU.Build.0 = Release|Any CPU
{393BAF19-4387-413C-AC2E-2D22577783FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393BAF19-4387-413C-AC2E-2D22577783FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393BAF19-4387-413C-AC2E-2D22577783FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393BAF19-4387-413C-AC2E-2D22577783FE}.Release|Any CPU.Build.0 = Release|Any CPU
{2C30F273-1918-4420-8EA2-8511A68AFE87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C30F273-1918-4420-8EA2-8511A68AFE87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C30F273-1918-4420-8EA2-8511A68AFE87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C30F273-1918-4420-8EA2-8511A68AFE87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F01758F-FFEA-408A-B6CF-7135800E934C}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal