|
18 | 18 | <SccLocalPath>Svn</SccLocalPath> |
19 | 19 | <SccAuxPath>Svn</SccAuxPath> |
20 | 20 | <SccProvider>SubversionScc</SccProvider> |
| 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> |
21 | 36 | </PropertyGroup> |
22 | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
23 | 38 | <DebugSymbols>true</DebugSymbols> |
|
27 | 42 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
28 | 43 | <ErrorReport>prompt</ErrorReport> |
29 | 44 | <WarningLevel>4</WarningLevel> |
| 45 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
30 | 46 | </PropertyGroup> |
31 | 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
32 | 48 | <DebugType>pdbonly</DebugType> |
|
35 | 51 | <DefineConstants>TRACE</DefineConstants> |
36 | 52 | <ErrorReport>prompt</ErrorReport> |
37 | 53 | <WarningLevel>4</WarningLevel> |
| 54 | + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
38 | 55 | </PropertyGroup> |
39 | 56 | <ItemGroup> |
40 | 57 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|
118 | 135 | <Name>SharpDiffLib</Name> |
119 | 136 | </ProjectReference> |
120 | 137 | </ItemGroup> |
121 | | - <ItemGroup /> |
| 138 | + <ItemGroup> |
| 139 | + <BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
| 140 | + <Visible>False</Visible> |
| 141 | + <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> |
| 142 | + <Install>true</Install> |
| 143 | + </BootstrapperPackage> |
| 144 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 145 | + <Visible>False</Visible> |
| 146 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 147 | + <Install>false</Install> |
| 148 | + </BootstrapperPackage> |
| 149 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 150 | + <Visible>False</Visible> |
| 151 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 152 | + <Install>false</Install> |
| 153 | + </BootstrapperPackage> |
| 154 | + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 155 | + <Visible>False</Visible> |
| 156 | + <ProductName>Windows Installer 3.1</ProductName> |
| 157 | + <Install>true</Install> |
| 158 | + </BootstrapperPackage> |
| 159 | + </ItemGroup> |
122 | 160 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
123 | 161 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
124 | 162 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments