提交 31a4a7f2 authored 作者: Jeff Lenk's avatar Jeff Lenk

oops

上级 1cabe883
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<!-- <Component Id="ProductComponent" Guid="6f1498a7-d029-430b-b9d9-fe12e17bdbab"> --> <!-- <Component Id="ProductComponent" Guid="6f1498a7-d029-430b-b9d9-fe12e17bdbab"> -->
<!-- TODO: Insert files, registry keys, and other resources here. --> <!-- TODO: Insert files, registry keys, and other resources here. -->
<!-- </Component> --> <!-- </Component> -->
<?if $(var.Platform) != x86 ?> <?if $(var.Platform) != x64 ?>
<Merge Id="CrtFiles_x86" <Merge Id="CrtFiles_x86"
SourceFile="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_x86.msm" SourceFile="$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC100_CRT_x86.msm"
DiskId="1" DiskId="1"
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. --> <!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. -->
<ComponentGroupRef Id="Product.Generated" /> <ComponentGroupRef Id="Product.Generated" />
<?if $(var.Platform) != x86 ?> <?if $(var.Platform) != x64 ?>
<MergeRef Id="CrtFiles_x86"/> <MergeRef Id="CrtFiles_x86"/>
<?endif ?> <?endif ?>
<?if $(var.Platform) = x64 ?> <?if $(var.Platform) = x64 ?>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论