diff --git a/SitemapTools.sln b/SitemapTools.sln index c7996d8..4a73744 100644 --- a/SitemapTools.sln +++ b/SitemapTools.sln @@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27428.2002 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TurnerSoftware.SitemapTools", "TurnerSoftware.SitemapTools\TurnerSoftware.SitemapTools.csproj", "{368739A7-4B60-47D2-AAC5-05A30CE3033C}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B79203C9-7B50-4C91-A0AD-EAA6FBAABD53}" ProjectSection(SolutionItems) = preProject LICENSE = LICENSE README.md = README.md EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TurnerSoftware.SitemapTools", "TurnerSoftware.SitemapTools\TurnerSoftware.SitemapTools.csproj", "{788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {368739A7-4B60-47D2-AAC5-05A30CE3033C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {368739A7-4B60-47D2-AAC5-05A30CE3033C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {368739A7-4B60-47D2-AAC5-05A30CE3033C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {368739A7-4B60-47D2-AAC5-05A30CE3033C}.Release|Any CPU.Build.0 = Release|Any CPU + {788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Debug|Any CPU.Build.0 = Debug|Any CPU + {788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Release|Any CPU.ActiveCfg = Release|Any CPU + {788EF4B5-4FAC-4E83-BBF8-ADC89DEFD512}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/TurnerSoftware.SitemapTools/Properties/AssemblyInfo.cs b/TurnerSoftware.SitemapTools/Properties/AssemblyInfo.cs deleted file mode 100644 index c28812c..0000000 --- a/TurnerSoftware.SitemapTools/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Turner Software .Net Sitemap Library")] -[assembly: AssemblyDescription("Sitemap parsing and querying utility")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Turner Software")] -[assembly: AssemblyProduct(".Net Sitemap Library")] -[assembly: AssemblyCopyright("Copyright © 2016 Turner Software")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("368739a7-4b60-47d2-aac5-05a30ce3033c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TurnerSoftware.SitemapTools/TurnerSoftware.SitemapTools.csproj b/TurnerSoftware.SitemapTools/TurnerSoftware.SitemapTools.csproj index e1620a1..f81e0ba 100644 --- a/TurnerSoftware.SitemapTools/TurnerSoftware.SitemapTools.csproj +++ b/TurnerSoftware.SitemapTools/TurnerSoftware.SitemapTools.csproj @@ -1,64 +1,17 @@ - - - + + - Debug - AnyCPU - {368739A7-4B60-47D2-AAC5-05A30CE3033C} - Library - Properties - TurnerSoftware.SitemapTools - TurnerSoftware.SitemapTools - v4.6.1 - 512 - + netstandard2.0 + 0.1.0 + James Turner + Turner Software + A collection of tools for fetching and processing sitemap files + Copyright 2018 + https://github.com/TurnerSoftware/SitemapTools/blob/master/LICENSE + https://github.com/TurnerSoftware/SitemapTools + sitemap sitemap.xml + true + true - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + +