Changeset 2320
- Timestamp:
- 10/29/2011 9:13:04 AM (19 months ago)
- Location:
- trunk/eraser
- Files:
-
- 8 added
- 2 deleted
- 11 edited
-
. (modified) (1 prop)
-
Eraser Native.props (added)
-
Eraser.BlackBox/Eraser.BlackBox.csproj (modified) (5 diffs)
-
Eraser.BlackBox/Properties/Resources.Designer.cs (modified) (2 diffs)
-
Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj (modified) (7 diffs)
-
Eraser.Manager/Eraser.Manager.csproj (modified) (7 diffs)
-
Eraser.Shell/ShellExt.vcproj (deleted)
-
Eraser.Shell/ShellExt.vcxproj (added)
-
Eraser.Shell/ShellExt.vcxproj.filters (added)
-
Eraser.Util.Native/Eraser.Util.Native.vcproj (deleted)
-
Eraser.Util.Native/Eraser.Util.Native.vcxproj (added)
-
Eraser.Util.Native/Eraser.Util.Native.vcxproj.filters (added)
-
Eraser.Util/Eraser.Util.csproj (modified) (7 diffs)
-
Eraser.Util/Migrated rules for Eraser.Util.ruleset (added)
-
Eraser.sln (modified) (2 diffs)
-
Eraser/Eraser.csproj (modified) (6 diffs)
-
Eraser/Properties/Resources.Designer.cs (modified) (2 diffs)
-
Eraser/Properties/Settings.Designer.cs (modified) (2 diffs)
-
Installer/Bootstrapper/Bootstrapper.vcxproj (added)
-
Installer/Bootstrapper/Bootstrapper.vcxproj.filters (added)
-
Installer/Installer.wixproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser
- Property svn:ignore
-
old new 7 7 Version.wxs 8 8 *.suo 9 *.ncb10 9 *.pfx 11 10 *.snk
-
- Property svn:ignore
-
trunk/eraser/Eraser.BlackBox/Eraser.BlackBox.csproj
r1994 r2320 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion=" 3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 11 11 <RootNamespace>Eraser.BlackBox</RootNamespace> 12 12 <AssemblyName>Eraser.BlackBox</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 17 <FileUpgradeFlags> 18 </FileUpgradeFlags> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <UpgradeBackupLocation /> 21 <PublishUrl>publish\</PublishUrl> 22 <Install>true</Install> 23 <InstallFrom>Disk</InstallFrom> 24 <UpdateEnabled>false</UpdateEnabled> 25 <UpdateMode>Foreground</UpdateMode> 26 <UpdateInterval>7</UpdateInterval> 27 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 28 <UpdatePeriodically>false</UpdatePeriodically> 29 <UpdateRequired>false</UpdateRequired> 30 <MapFileExtensions>true</MapFileExtensions> 31 <ApplicationRevision>0</ApplicationRevision> 32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper> 34 <UseApplicationTrust>false</UseApplicationTrust> 35 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <TargetFrameworkProfile /> 17 37 </PropertyGroup> 18 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 44 <ErrorReport>prompt</ErrorReport> 25 45 <WarningLevel>4</WarningLevel> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 47 </PropertyGroup> 27 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 53 <ErrorReport>prompt</ErrorReport> 33 54 <WarningLevel>4</WarningLevel> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 56 </PropertyGroup> 35 57 <ItemGroup> … … 121 143 </ProjectReference> 122 144 </ItemGroup> 145 <ItemGroup> 146 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 147 <Visible>False</Visible> 148 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 149 <Install>false</Install> 150 </BootstrapperPackage> 151 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 152 <Visible>False</Visible> 153 <ProductName>.NET Framework 3.5 SP1</ProductName> 154 <Install>true</Install> 155 </BootstrapperPackage> 156 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 157 <Visible>False</Visible> 158 <ProductName>Windows Installer 3.1</ProductName> 159 <Install>true</Install> 160 </BootstrapperPackage> 161 </ItemGroup> 123 162 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 124 163 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/eraser/Eraser.BlackBox/Properties/Resources.Designer.cs
r1973 r2320 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.49274 // Runtime Version:4.0.30319.237 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
trunk/eraser/Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj
r2192 r2320 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 12 13 <SignAssembly>true</SignAssembly> 13 14 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 14 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 15 16 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> 16 17 <PublishUrl>publish\</PublishUrl> … … 29 30 <UseApplicationTrust>false</UseApplicationTrust> 30 31 <BootstrapperEnabled>true</BootstrapperEnabled> 32 <TargetFrameworkProfile /> 31 33 </PropertyGroup> 32 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 38 40 <ErrorReport>prompt</ErrorReport> 39 41 <WarningLevel>4</WarningLevel> 42 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 40 43 </PropertyGroup> 41 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 46 49 <ErrorReport>prompt</ErrorReport> 47 50 <WarningLevel>4</WarningLevel> 51 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 52 </PropertyGroup> 49 53 <ItemGroup> … … 144 148 <Private>False</Private> 145 149 </ProjectReference> 146 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vc proj">150 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vcxproj"> 147 151 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project> 148 152 <Name>Eraser.Util.Native</Name> … … 221 225 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 222 226 <Visible>False</Visible> 223 <ProductName>.NET Framework Client Profile</ProductName>227 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 224 228 <Install>false</Install> 225 229 </BootstrapperPackage> -
trunk/eraser/Eraser.Manager/Eraser.Manager.csproj
r2055 r2320 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 13 14 <SignAssembly>true</SignAssembly> 14 15 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 15 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>16 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 16 17 <PublishUrl>publish\</PublishUrl> 17 18 <Install>true</Install> … … 29 30 <UseApplicationTrust>false</UseApplicationTrust> 30 31 <BootstrapperEnabled>true</BootstrapperEnabled> 32 <TargetFrameworkProfile /> 31 33 </PropertyGroup> 32 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 39 41 <WarningLevel>4</WarningLevel> 40 42 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 43 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 41 44 </PropertyGroup> 42 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 48 51 <WarningLevel>4</WarningLevel> 49 52 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 54 </PropertyGroup> 51 55 <ItemGroup> … … 83 87 </ItemGroup> 84 88 <ItemGroup> 85 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vc proj">89 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vcxproj"> 86 90 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project> 87 91 <Name>Eraser.Util.Native</Name> … … 113 117 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 114 118 <Visible>False</Visible> 115 <ProductName>.NET Framework Client Profile</ProductName>119 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 116 120 <Install>false</Install> 117 121 </BootstrapperPackage> -
trunk/eraser/Eraser.Util/Eraser.Util.csproj
r2283 r2320 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 12 13 <SignAssembly>true</SignAssembly> 13 14 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 14 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 15 16 <PublishUrl>publish\</PublishUrl> 16 17 <Install>true</Install> … … 28 29 <UseApplicationTrust>false</UseApplicationTrust> 29 30 <BootstrapperEnabled>true</BootstrapperEnabled> 31 <TargetFrameworkProfile /> 30 32 </PropertyGroup> 31 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 38 40 <WarningLevel>4</WarningLevel> 39 41 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 40 <CodeAnalysisRules>-Microsoft.Interoperability#CA1404;-Microsoft.Naming#CA1704;-Microsoft.Naming#CA1707</CodeAnalysisRules> 42 <CodeAnalysisRules> 43 </CodeAnalysisRules> 44 <CodeAnalysisRuleSet>Migrated rules for Eraser.Util.ruleset</CodeAnalysisRuleSet> 41 45 </PropertyGroup> 42 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 48 52 <WarningLevel>4</WarningLevel> 49 53 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 55 </PropertyGroup> 51 56 <ItemGroup> … … 132 137 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 133 138 <Visible>False</Visible> 134 <ProductName>.NET Framework Client Profile</ProductName>139 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 135 140 <Install>false</Install> 136 141 </BootstrapperPackage> … … 168 173 <EmbeddedResource Include="Strings.resx" /> 169 174 </ItemGroup> 175 <ItemGroup> 176 <None Include="Migrated rules for Eraser.Util.ruleset" /> 177 </ItemGroup> 170 178 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 171 179 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/eraser/Eraser.sln
r2006 r2320 1 1 2 Microsoft Visual Studio Solution File, Format Version 1 0.003 # Visual Studio 20 082 Microsoft Visual Studio Solution File, Format Version 11.00 3 # Visual Studio 2010 4 4 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AA1FBC2-DA5C-4204-B152-B5929516DC48}" 5 5 ProjectSection(SolutionItems) = preProject … … 39 39 EndProjectSection 40 40 EndProject 41 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Installer.Bootstrapper", "Installer\Bootstrapper\Bootstrapper.vcproj", "{4F6CD250-0A08-4DB8-8E07-848E4FF01C21}" 42 ProjectSection(ProjectDependencies) = postProject 43 {318964CF-278D-41B2-A825-B9A0D1F5D766} = {318964CF-278D-41B2-A825-B9A0D1F5D766} 44 EndProjectSection 41 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Installer.Bootstrapper", "Installer\Bootstrapper\Bootstrapper.vcxproj", "{4F6CD250-0A08-4DB8-8E07-848E4FF01C21}" 45 42 EndProject 46 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Shell", "Eraser.Shell\ShellExt.vc proj", "{738F455B-2220-4F8F-B87F-DA93F0B0F1BA}"43 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Shell", "Eraser.Shell\ShellExt.vcxproj", "{738F455B-2220-4F8F-B87F-DA93F0B0F1BA}" 47 44 EndProject 48 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util.Native", "Eraser.Util.Native\Eraser.Util.Native.vc proj", "{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}"45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util.Native", "Eraser.Util.Native\Eraser.Util.Native.vcxproj", "{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}" 49 46 EndProject 50 47 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eraser.BlackBox", "Eraser.BlackBox\Eraser.BlackBox.csproj", "{F8C3524E-B846-454B-BA41-5E2AA64BD56B}" -
trunk/eraser/Eraser/Eraser.csproj
r2276 r2320 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion=" 3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 11 11 <RootNamespace>Eraser</RootNamespace> 12 12 <AssemblyName>Eraser</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <ApplicationIcon>..\Resources\Eraser.ico</ApplicationIcon> … … 31 31 <UseApplicationTrust>false</UseApplicationTrust> 32 32 <BootstrapperEnabled>true</BootstrapperEnabled> 33 <TargetFrameworkProfile /> 33 34 </PropertyGroup> 34 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 41 42 <WarningLevel>4</WarningLevel> 42 43 <PlatformTarget>AnyCPU</PlatformTarget> 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 45 </PropertyGroup> 44 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 49 51 <ErrorReport>prompt</ErrorReport> 50 52 <WarningLevel>4</WarningLevel> 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 51 54 </PropertyGroup> 52 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 53 56 <PlatformTarget>x86</PlatformTarget> 54 57 <OutputPath>..\bin\Debug\</OutputPath> 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 55 59 </PropertyGroup> 56 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 57 61 <OutputPath>..\bin\Release\</OutputPath> 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 63 </PropertyGroup> 59 64 <ItemGroup> … … 381 386 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 382 387 <Visible>False</Visible> 383 <ProductName>.NET Framework Client Profile</ProductName>388 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 384 389 <Install>false</Install> 385 390 </BootstrapperPackage> -
trunk/eraser/Eraser/Properties/Resources.Designer.cs
r1974 r2320 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.49274 // Runtime Version:4.0.30319.237 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
trunk/eraser/Eraser/Properties/Settings.Designer.cs
r1359 r2320 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.14344 // Runtime Version:4.0.30319.237 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 8.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
trunk/eraser/Installer/Installer.wixproj
r2012 r2320 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 8 8 <OutputName>Eraser</OutputName> 9 9 <OutputType>Package</OutputType> 10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3. 0\Wix.targets</WixTargetsPath>10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> 11 11 </PropertyGroup> 12 12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 47 47 <WixExtension Include="WixUIExtension"> 48 48 <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> 49 <Name>WixUIExtension</Name> 49 50 </WixExtension> 50 51 <WixExtension Include="WixUtilExtension"> 51 52 <HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath> 53 <Name>WixUtilExtension</Name> 52 54 </WixExtension> 53 55 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.
