Changeset 4149
- Timestamp:
- 08/04/10 15:30:18 (14 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/ConfigMerger/ConfigMerger.csproj
r2260 r4149 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> … … 16 16 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 17 17 <StartupObject>HeuristicLab.Tools.ConfigMerger.ConfigMerger</StartupObject> 18 <FileUpgradeFlags> 19 </FileUpgradeFlags> 20 <OldToolsVersion>3.5</OldToolsVersion> 21 <UpgradeBackupLocation /> 22 <PublishUrl>publish\</PublishUrl> 23 <Install>true</Install> 24 <InstallFrom>Disk</InstallFrom> 25 <UpdateEnabled>false</UpdateEnabled> 26 <UpdateMode>Foreground</UpdateMode> 27 <UpdateInterval>7</UpdateInterval> 28 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 29 <UpdatePeriodically>false</UpdatePeriodically> 30 <UpdateRequired>false</UpdateRequired> 31 <MapFileExtensions>true</MapFileExtensions> 32 <ApplicationRevision>0</ApplicationRevision> 33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 34 <IsWebBootstrapper>false</IsWebBootstrapper> 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <BootstrapperEnabled>true</BootstrapperEnabled> 18 37 </PropertyGroup> 19 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 25 44 <ErrorReport>prompt</ErrorReport> 26 45 <WarningLevel>4</WarningLevel> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 27 47 </PropertyGroup> 28 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 54 <WarningLevel>4</WarningLevel> 35 55 <DocumentationFile>bin\Release\ConfigMerger.XML</DocumentationFile> 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 57 </PropertyGroup> 37 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 42 63 <PlatformTarget>x86</PlatformTarget> 43 64 <ErrorReport>prompt</ErrorReport> 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 44 66 </PropertyGroup> 45 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 51 73 <PlatformTarget>x86</PlatformTarget> 52 74 <ErrorReport>prompt</ErrorReport> 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 53 76 </PropertyGroup> 54 77 <ItemGroup> … … 74 97 <None Include="Properties\AssemblyInfo.frame" /> 75 98 </ItemGroup> 99 <ItemGroup> 100 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 101 <Visible>False</Visible> 102 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 103 <Install>false</Install> 104 </BootstrapperPackage> 105 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 106 <Visible>False</Visible> 107 <ProductName>.NET Framework 3.5 SP1</ProductName> 108 <Install>true</Install> 109 </BootstrapperPackage> 110 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 111 <Visible>False</Visible> 112 <ProductName>Windows Installer 3.1</ProductName> 113 <Install>true</Install> 114 </BootstrapperPackage> 115 </ItemGroup> 76 116 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 77 117 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/tools/Tools.sln
r3587 r4149 1 1 2 Microsoft Visual Studio Solution File, Format Version 10.00 3 # Visual Studio 2008 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigMerger", "ConfigMerger\ConfigMerger.csproj", "{E94C5E71-3F29-408D-BCDF-23E096CA84CA}" 5 EndProject 2 Microsoft Visual Studio Solution File, Format Version 11.00 3 # Visual Studio 2010 6 4 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B61EDC99-07A3-4B84-9174-06D8549963D0}" 7 5 ProjectSection(SolutionItems) = preProject … … 9 7 PreBuildEvent.cmd = PreBuildEvent.cmd 10 8 EndProjectSection 9 EndProject 10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigMerger", "ConfigMerger\ConfigMerger.csproj", "{E94C5E71-3F29-408D-BCDF-23E096CA84CA}" 11 11 EndProject 12 12 Global
Note: See TracChangeset
for help on using the changeset viewer.