Skip to content

Commit

Permalink
Change location of README.md and LISENCE text files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Sep 1, 2014
1 parent db4f219 commit 3100ef4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions VoiceTextWebAPI.Client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,8 @@
<Compile Include="VoiceTextException.cs" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
<None Include="VoiceTextWebAPI.Client.nuspec" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if "$(ConfigurationName)" == "Release" goto PACK
Expand Down

0 comments on commit 3100ef4

Please sign in to comment.