Skip to content

Commit 2ef3d4b

Browse files
committed
VS update
1 parent 84abe2a commit 2ef3d4b

3 files changed

Lines changed: 81 additions & 5 deletions

File tree

SharpDiffLib.Documentation/SharpDiffLib.Documentation.shfbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
99
<SchemaVersion>2.0</SchemaVersion>
1010
<ProjectGuid>{f8d49743-f840-4ac0-ad14-39d45d6a9123}</ProjectGuid>
11-
<SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion>
11+
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
1212
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
1313
Studio adds them anyway -->
1414
<AssemblyName>SharpDiffLib.Documentation</AssemblyName>
@@ -22,8 +22,7 @@
2222
<ComponentConfigurations />
2323
<DocumentationSources>
2424
<DocumentationSource sourceFile="..\SharpDiffLib\bin\Debug\SharpDiffLib.xml" />
25-
<DocumentationSource sourceFile="..\SharpDiffLib\bin\Debug\SharpDiffLib.dll" />
26-
</DocumentationSources>
25+
<DocumentationSource sourceFile="..\SharpDiffLib\bin\Debug\SharpDiffLib.dll" /></DocumentationSources>
2726
<HelpAttributes />
2827
<NamespaceSummaries />
2928
<PlugInConfigurations />
@@ -53,6 +52,7 @@
5352
<SccProvider>SubversionScc</SccProvider>
5453
<SccAuxPath>Svn</SccAuxPath>
5554
<SccLocalPath>Svn</SccLocalPath>
55+
<ComponentPath />
5656
</PropertyGroup>
5757
<!-- There are no properties for these groups. AnyCPU needs to appear in
5858
order for Visual Studio to perform the build. The others are optional

SharpDiffLib.Test/SharpDiffLib.Test.csproj

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@
1818
<SccLocalPath>Svn</SccLocalPath>
1919
<SccAuxPath>Svn</SccAuxPath>
2020
<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>
2136
</PropertyGroup>
2237
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2338
<DebugSymbols>true</DebugSymbols>
@@ -27,6 +42,7 @@
2742
<DefineConstants>DEBUG;TRACE</DefineConstants>
2843
<ErrorReport>prompt</ErrorReport>
2944
<WarningLevel>4</WarningLevel>
45+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
3046
</PropertyGroup>
3147
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3248
<DebugType>pdbonly</DebugType>
@@ -35,6 +51,7 @@
3551
<DefineConstants>TRACE</DefineConstants>
3652
<ErrorReport>prompt</ErrorReport>
3753
<WarningLevel>4</WarningLevel>
54+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
3855
</PropertyGroup>
3956
<ItemGroup>
4057
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
@@ -118,7 +135,28 @@
118135
<Name>SharpDiffLib</Name>
119136
</ProjectReference>
120137
</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>
122160
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
123161
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124162
Other similar extension points exist, see Microsoft.Common.targets.

SharpDiffLib/SharpDiffLib.csproj

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
<SccLocalPath>Svn</SccLocalPath>
1717
<SccAuxPath>Svn</SccAuxPath>
1818
<SccProvider>SubversionScc</SccProvider>
19+
<PublishUrl>publish\</PublishUrl>
20+
<Install>true</Install>
21+
<InstallFrom>Disk</InstallFrom>
22+
<UpdateEnabled>false</UpdateEnabled>
23+
<UpdateMode>Foreground</UpdateMode>
24+
<UpdateInterval>7</UpdateInterval>
25+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
26+
<UpdatePeriodically>false</UpdatePeriodically>
27+
<UpdateRequired>false</UpdateRequired>
28+
<MapFileExtensions>true</MapFileExtensions>
29+
<ApplicationRevision>0</ApplicationRevision>
30+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31+
<IsWebBootstrapper>false</IsWebBootstrapper>
32+
<UseApplicationTrust>false</UseApplicationTrust>
33+
<BootstrapperEnabled>true</BootstrapperEnabled>
1934
</PropertyGroup>
2035
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2136
<DebugSymbols>true</DebugSymbols>
@@ -26,6 +41,7 @@
2641
<ErrorReport>prompt</ErrorReport>
2742
<WarningLevel>4</WarningLevel>
2843
<DocumentationFile>bin\Debug\SharpDiffLib.xml</DocumentationFile>
44+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2945
</PropertyGroup>
3046
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3147
<DebugType>pdbonly</DebugType>
@@ -34,6 +50,7 @@
3450
<DefineConstants>TRACE</DefineConstants>
3551
<ErrorReport>prompt</ErrorReport>
3652
<WarningLevel>4</WarningLevel>
53+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
3754
</PropertyGroup>
3855
<ItemGroup>
3956
<Reference Include="System" />
@@ -173,7 +190,28 @@
173190
<Compile Include="Properties\AssemblyInfo.cs" />
174191
<Compile Include="algorithms\diff\common\class\ClassDiff.cs" />
175192
</ItemGroup>
176-
<ItemGroup />
193+
<ItemGroup>
194+
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
195+
<Visible>False</Visible>
196+
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
197+
<Install>true</Install>
198+
</BootstrapperPackage>
199+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
200+
<Visible>False</Visible>
201+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
202+
<Install>false</Install>
203+
</BootstrapperPackage>
204+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
205+
<Visible>False</Visible>
206+
<ProductName>.NET Framework 3.5 SP1</ProductName>
207+
<Install>false</Install>
208+
</BootstrapperPackage>
209+
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
210+
<Visible>False</Visible>
211+
<ProductName>Windows Installer 3.1</ProductName>
212+
<Install>true</Install>
213+
</BootstrapperPackage>
214+
</ItemGroup>
177215
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178216
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179217
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)