forked from NETMF/netmf-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NETMF#187 from smaillet-ms/Add-WindowsDevices-SDK
Updated SDK installer to include Windows.Devices support
- Loading branch information
Showing
4 changed files
with
15 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<Include> | ||
<DirectoryRef Id="TARGETDIR"> | ||
<Merge Id="CRT90" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC90_CRT_x86.msm" DiskId="1" /> | ||
<Merge Id="CRT100" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC100_CRT_x86.msm" DiskId="1" /> | ||
<Merge Id="CRT110" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC110_CRT_x86.msm" DiskId="1" /> | ||
<!--Merge Id="CRT Policy" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\policy_9_0_Microsoft_VC90_CRT_x86.msm" DiskId="1" /--> | ||
<Merge Id="ATL90" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC90_ATL_x86.msm" DiskId="1" /> | ||
<Merge Id="ATL100" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC100_ATL_x86.msm" DiskId="1" /> | ||
<Merge Id="ATL110" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC110_ATL_x86.msm" DiskId="1" /> | ||
<!-- Merge Id="ATL Policy" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\policy_9_0_Microsoft_VC90_ATL_x86.msm" DiskId="1" /--> | ||
|
||
<Merge Id="CRT140" Language="0" SourceFile="$(env.CommonProgramFiles(x86))\Merge Modules\Microsoft_VC140_CRT_x86.msm" DiskId="1" /> | ||
|
||
<!-- Debug modules are not redistributable, but are useful during development and early testing --> | ||
<?if $(var.BuildFlavor) = "Debug"?> | ||
<Merge Id="Debug CRT90" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC90_DebugCRT_x86.msm" DiskId="1" /> | ||
<Merge Id="Debug CRT100" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC100_DebugCRT_x86.msm" DiskId="1" /> | ||
<Merge Id="Debug CRT110" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\Microsoft_VC110_DebugCRT_x86.msm" DiskId="1" /> | ||
<!-- Merge Id="Debug CRT Policy" Language="0" SourceFile="$(env.SPOROOT)\bin\vcmergemodules\policy_9_0_Microsoft_VC90_DebugCRT_x86.msm" DiskId="1" /--> | ||
<Merge Id="Debug CRT140" Language="0" SourceFile="$(env.CommonProgramFiles(x86))\Merge Modules\Microsoft_VC140_DebugCRT_x86.msm" DiskId="1" /> | ||
<!-- Merge Id="Debug CRT Policy" Language="0" SourceFile="$(env.CommonProgramFiles(x86))\Merge Modules\policy_9_0_Microsoft_VC90_DebugCRT_x86.msm" DiskId="1" /--> | ||
<?endif?> | ||
</DirectoryRef> | ||
</Include> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters