From 3100ef4dff8654eece3a4b8a5ff4c8aaa6fcd3ef Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Mon, 1 Sep 2014 21:23:18 +0900 Subject: [PATCH] Change location of README.md and LISENCE text files. --- VoiceTextWebAPI.Client/LICENSE => LICENSE | 0 VoiceTextWebAPI.Client/README.md => README.md | 0 VoiceTextWebAPI.Client.sln | 6 ++++++ VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj | 4 ---- 4 files changed, 6 insertions(+), 4 deletions(-) rename VoiceTextWebAPI.Client/LICENSE => LICENSE (100%) rename VoiceTextWebAPI.Client/README.md => README.md (100%) 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