개정판 74b0f4b1
VersionChange.ps1 추가
Change-Id: I38bb789e821a5f7bc559af23e62938d2f41d8b28
MarkusAutoUpdate/SetupWix/SetupWix.wixproj | ||
---|---|---|
23 | 23 |
<SuppressValidation>True</SuppressValidation> |
24 | 24 |
</PropertyGroup> |
25 | 25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
26 |
<DefineConstants>Debug</DefineConstants> |
|
26 |
<DefineConstants> |
|
27 |
</DefineConstants> |
|
27 | 28 |
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
28 | 29 |
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
30 |
<WixVariables> |
|
31 |
</WixVariables> |
|
29 | 32 |
</PropertyGroup> |
30 | 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
31 | 34 |
<SuppressValidation>True</SuppressValidation> |
32 | 35 |
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
33 | 36 |
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
37 |
<WixVariables>Version="1.2.1"</WixVariables> |
|
38 |
<DefineConstants> |
|
39 |
</DefineConstants> |
|
34 | 40 |
</PropertyGroup> |
35 | 41 |
<ItemGroup> |
36 | 42 |
<Compile Include="Product.wxs" /> |
내보내기 Unified diff