-
Notifications
You must be signed in to change notification settings - Fork 3
/
ManagedWimLib.sln
36 lines (36 loc) · 1.82 KB
/
ManagedWimLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedWimLib", "ManagedWimLib\ManagedWimLib.csproj", "{73BDCA22-081D-489E-95E7-A02A6778BB7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedWimLib.Tests", "ManagedWimLib.Tests\ManagedWimLib.Tests.csproj", "{83E13236-FE14-47BA-BA3C-9028597FAEDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14D989FD-A32C-444F-8729-B96D46E33691}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73BDCA22-081D-489E-95E7-A02A6778BB7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73BDCA22-081D-489E-95E7-A02A6778BB7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73BDCA22-081D-489E-95E7-A02A6778BB7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73BDCA22-081D-489E-95E7-A02A6778BB7C}.Release|Any CPU.Build.0 = Release|Any CPU
{83E13236-FE14-47BA-BA3C-9028597FAEDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83E13236-FE14-47BA-BA3C-9028597FAEDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83E13236-FE14-47BA-BA3C-9028597FAEDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83E13236-FE14-47BA-BA3C-9028597FAEDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C87E3DD-CEA9-4AF4-9BCD-8CF2390E9F4B}
EndGlobalSection
EndGlobal