-
Notifications
You must be signed in to change notification settings - Fork 5
/
covscript-bridge.sln
50 lines (50 loc) · 2.51 KB
/
covscript-bridge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "covscript-bridge", "covscript-bridge\covscript-bridge.vcxproj", "{C41CFD5A-0A97-4655-9284-CC83F64B595F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dism++SDK", "Dism++SDK\Dism++SDK.vcxitems", "{6AC0BD55-4D8E-4AE0-A10C-2A10A5F84460}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MSBuild", "MSBuild", "{C2A266C2-992A-462A-95ED-2135D1EB75D0}"
ProjectSection(SolutionItems) = preProject
MSBuild\AllReleaseTargets.props = MSBuild\AllReleaseTargets.props
MSBuild\AllTargets.props = MSBuild\AllTargets.props
MSBuild\VC-LTL.props = MSBuild\VC-LTL.props
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Dism++SDK\Dism++SDK.vcxitems*{6ac0bd55-4d8e-4ae0-a10c-2a10a5f84460}*SharedItemsImports = 9
Dism++SDK\Dism++SDK.vcxitems*{c41cfd5a-0a97-4655-9284-cc83f64b595f}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Debug|ARM64.ActiveCfg = Debug|ARM64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Debug|ARM64.Build.0 = Debug|ARM64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Debug|x64.ActiveCfg = Debug|x64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Debug|x64.Build.0 = Debug|x64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Debug|x86.ActiveCfg = Debug|Win32
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Debug|x86.Build.0 = Debug|Win32
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Release|ARM64.ActiveCfg = Release|ARM64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Release|ARM64.Build.0 = Release|ARM64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Release|x64.ActiveCfg = Release|x64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Release|x64.Build.0 = Release|x64
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Release|x86.ActiveCfg = Release|Win32
{C41CFD5A-0A97-4655-9284-CC83F64B595F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {803AA480-9622-479C-9B60-E087FB18A0B2}
EndGlobalSection
EndGlobal