-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathMicrosoft.Dism.sln
More file actions
65 lines (65 loc) · 3.11 KB
/
Copy pathMicrosoft.Dism.sln
File metadata and controls
65 lines (65 loc) · 3.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11214.30
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Dism", "src\Microsoft.Dism\Microsoft.Dism.csproj", "{E6831090-F1C2-4619-9AB2-01D29272357A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Dism.Tests", "src\Microsoft.Dism.Tests\Microsoft.Dism.Tests.csproj", "{B117C151-941D-4158-AAA2-0B058380988E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2173DC1F-7069-4707-963D-04DCF86C4976}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
.github\dependabot.yml = .github\dependabot.yml
Directory.Build.props = Directory.Build.props
Directory.Build.rsp = Directory.Build.rsp
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
dismapi.h = dismapi.h
key.snk = key.snk
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1483DB81-3F7C-439E-B515-B997F598F311}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B399C06F-65F4-4650-B869-ABAF2B97F296}"
ProjectSection(SolutionItems) = preProject
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\copilot-setup-steps.yml = .github\workflows\copilot-setup-steps.yml
.github\workflows\Official.yml = .github\workflows\Official.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6831090-F1C2-4619-9AB2-01D29272357A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6831090-F1C2-4619-9AB2-01D29272357A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6831090-F1C2-4619-9AB2-01D29272357A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6831090-F1C2-4619-9AB2-01D29272357A}.Release|Any CPU.Build.0 = Release|Any CPU
{B117C151-941D-4158-AAA2-0B058380988E}.Debug|Any CPU.ActiveCfg = Debug|x64
{B117C151-941D-4158-AAA2-0B058380988E}.Debug|Any CPU.Build.0 = Debug|x64
{B117C151-941D-4158-AAA2-0B058380988E}.Release|Any CPU.ActiveCfg = Release|x64
{B117C151-941D-4158-AAA2-0B058380988E}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1483DB81-3F7C-439E-B515-B997F598F311} = {2173DC1F-7069-4707-963D-04DCF86C4976}
{B399C06F-65F4-4650-B869-ABAF2B97F296} = {1483DB81-3F7C-439E-B515-B997F598F311}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A844DBE-71FE-49A4-B896-C1E8B07EEDEC}
EndGlobalSection
EndGlobal