-
Notifications
You must be signed in to change notification settings - Fork 19
/
Microsoft.Dism.sln
49 lines (49 loc) · 2.28 KB
/
Microsoft.Dism.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
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
azure-pipelines.yml = azure-pipelines.yml
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
stylecop.json = stylecop.json
version.json = version.json
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(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A844DBE-71FE-49A4-B896-C1E8B07EEDEC}
EndGlobalSection
EndGlobal