diff --git a/VoiceTextWebAPI.Client/LICENSE b/LICENSE similarity index 100% rename from VoiceTextWebAPI.Client/LICENSE rename to LICENSE diff --git a/VoiceTextWebAPI.Client/README.md b/README.md similarity index 100% rename from VoiceTextWebAPI.Client/README.md rename to README.md diff --git a/VoiceTextWebAPI.Client.sln b/VoiceTextWebAPI.Client.sln index 625d100..61550e7 100644 --- a/VoiceTextWebAPI.Client.sln +++ b/VoiceTextWebAPI.Client.sln @@ -12,6 +12,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8A7F64 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoiceTextWebAPI.Client", "VoiceTextWebAPI.Client\VoiceTextWebAPI.Client.csproj", "{4359A4B5-6122-4B18-A72B-905BC380C46D}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{06BF0E03-243F-48CA-9B5E-00C4EACAED84}" + ProjectSection(SolutionItems) = preProject + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj index 98658fd..cd48861 100644 --- a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj +++ b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj @@ -53,12 +53,8 @@ - - - - if "$(ConfigurationName)" == "Release" goto PACK