Skip to content

Commit

Permalink
Remove client app from solution until I get around to updating it
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Aug 11, 2017
1 parent 59bd94c commit fb31cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions IdParser.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdParser.Client", "IdParser.Client\IdParser.Client.csproj", "{FA949E77-9931-476C-BF93-DE61F5290CE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2E20BF1-CDBC-4A70-A551-F017A0FC6D3F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Expand All @@ -25,20 +23,6 @@ Global
ReleaseNET46|Any CPU = ReleaseNET46|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA949E77-9931-476C-BF93-DE61F5290CE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.Release|Any CPU.Build.0 = Release|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET20|Any CPU.ActiveCfg = ReleaseNET20|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET20|Any CPU.Build.0 = ReleaseNET20|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET40|Any CPU.ActiveCfg = ReleaseNET40|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET40|Any CPU.Build.0 = ReleaseNET40|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET45|Any CPU.ActiveCfg = ReleaseNET45|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET45|Any CPU.Build.0 = ReleaseNET45|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET46|Any CPU.ActiveCfg = ReleaseNET46|Any CPU
{FA949E77-9931-476C-BF93-DE61F5290CE7}.ReleaseNET46|Any CPU.Build.0 = ReleaseNET46|Any CPU
{A5DED2D2-93C9-4F32-BA2B-F5FB749669BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5DED2D2-93C9-4F32-BA2B-F5FB749669BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5DED2D2-93C9-4F32-BA2B-F5FB749669BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions IdParser/IdParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.1\IdParser.xml</DocumentationFile>
<DocumentationFile>bin\Debug\netstandard1.5\IdParser.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.1\IdParser.xml</DocumentationFile>
<DocumentationFile>bin\Release\netstandard1.5\IdParser.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit fb31cba

Please sign in to comment.