Skip to content

Commit

Permalink
Move NetStandard folder to normal Api folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed May 26, 2017
1 parent fa21be4 commit 29da459
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.DS_Store

#Visual Studio files
.vs/
*.[Oo]bj
bin*/*.exe
*.pdb
Expand Down
2 changes: 1 addition & 1 deletion GiantBomb.Api.Tests/GiantBomb.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GiantBomb.Api.NetStandard\GiantBomb.Api.csproj">
<ProjectReference Include="..\GiantBomb.Api\GiantBomb.Api.csproj">
<Project>{9980b512-d08b-4505-971c-6dfb5cb44e36}</Project>
<Name>GiantBomb.Api</Name>
</ProjectReference>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.2</TargetFramework>
<AssemblyName>GiantBomb.Api.NetStandard</AssemblyName>
<AssemblyName>GiantBomb.Api</AssemblyName>
<RootNamespace>GiantBomb.Api</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.4.0</Version>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion GiantBomb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GiantBomb.Api.Tests", "Gian
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4851769F-6AF7-484A-88BE-52F7478878B9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
Readme.md = Readme.md
EndProjectSection
Expand All @@ -17,7 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9DBE19
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GiantBomb.Api", "GiantBomb.Api.NetStandard\GiantBomb.Api.csproj", "{9980B512-D08B-4505-971C-6DFB5CB44E36}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GiantBomb.Api", "GiantBomb.Api\GiantBomb.Api.csproj", "{9980B512-D08B-4505-971C-6DFB5CB44E36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 29da459

Please sign in to comment.