Skip to content

Commit

Permalink
Migrate main assembly to VS 2017
Browse files Browse the repository at this point in the history
Update the main assembly project to the Visual Studio 2017 project
format.
  • Loading branch information
martincostello committed Apr 17, 2017
1 parent 4d74e01 commit 12d3737
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 964 deletions.
File renamed without changes.
8 changes: 2 additions & 6 deletions src/CommonAssemblyInfo.cs → CommonAssemblyInfo.cs
Expand Up @@ -12,15 +12,11 @@

using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("https://github.com/martincostello/sqllocaldb")]
[assembly: AssemblyCopyright("Copyright © Martin Costello 2012-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyProduct("System.Data.SqlLocalDb")]
[assembly: AssemblyTrademark("")]

[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]
34 changes: 34 additions & 0 deletions SqlLocalDb.Common.props
@@ -0,0 +1,34 @@
<Project>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>../../SqlLocalDb.snk</AssemblyOriginatorKeyFile>
<Authors>Martin Costello</Authors>
<CodeAnalysisRuleSet>../../SqlLocalDb.ruleset</CodeAnalysisRuleSet>
<Company>https://github.com/martincostello/sqllocaldb</Company>
<Copyright>Martin Costello (c) 2015-$([System.DateTime]::Now.ToString(yyyy))</Copyright>
<DefineConstants>$(DefineConstants)</DefineConstants>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageIconUrl></PackageIconUrl>
<PackageProjectUrl>https://github.com/martincostello/sqllocaldb</PackageProjectUrl>
<PackageLicenseUrl>$(PackageProjectUrl)/blob/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes>See $(PackageProjectUrl)/releases for details.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>sql;localdb</PackageTags>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
<SignAssembly>true</SignAssembly>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>
6 changes: 2 additions & 4 deletions src/SqlLocalDb.ruleset → SqlLocalDb.ruleset
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="SqlLocalDb Rules" Description="This rule set contains rules for the SqlLocalDb solution." ToolsVersion="12.0">
<RuleSet Name="SqlLocalDb Rules" Description="This rule set contains rules for the SqlLocalDb solution." ToolsVersion="15.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1707" Action="None" />
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<Rule Id="AD0001" Action="None" />
<Rule Id="SA1100" Action="None" />
<Rule Id="SA1101" Action="None" />
<Rule Id="SA1129" Action="None" />
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions src/AssemblyVersion.targets

This file was deleted.

70 changes: 0 additions & 70 deletions src/FxCopDictionary.xml

This file was deleted.

15 changes: 0 additions & 15 deletions src/SqlLocalDb.Common.targets

This file was deleted.

36 changes: 0 additions & 36 deletions src/SqlLocalDb.Coverage.runsettings

This file was deleted.

0 comments on commit 12d3737

Please sign in to comment.