Skip to content

Commit

Permalink
Fixed sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
yukozh committed Sep 12, 2016
1 parent caf2fcf commit 66523c0
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 11 deletions.
29 changes: 20 additions & 9 deletions Pomelo.JsonObject.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
Microsoft Visual Studio Solution File, Format Version 12.00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{50448786-2FF2-4A25-9588-57AA850B94C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6498FDF6-DAD2-4582-8BC2-F7F0477ED814}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Pomelo.JsonObject", "src\Pomelo.JsonObject\Pomelo.JsonObject.xproj", "{F342437A-7A76-488E-97AF-E9B5373F37D5}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Pomelo.JsonObject.Tests", "test\Pomelo.JsonObject.Tests\Pomelo.JsonObject.Tests.xproj", "{CF627312-0732-405B-B3EE-55A662A4D8C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00000000-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00000000-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00000000-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00000000-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
{F342437A-7A76-488E-97AF-E9B5373F37D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F342437A-7A76-488E-97AF-E9B5373F37D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F342437A-7A76-488E-97AF-E9B5373F37D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F342437A-7A76-488E-97AF-E9B5373F37D5}.Release|Any CPU.Build.0 = Release|Any CPU
{CF627312-0732-405B-B3EE-55A662A4D8C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF627312-0732-405B-B3EE-55A662A4D8C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF627312-0732-405B-B3EE-55A662A4D8C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF627312-0732-405B-B3EE-55A662A4D8C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F342437A-7A76-488E-97AF-E9B5373F37D5} = {50448786-2FF2-4A25-9588-57AA850B94C9}
{CF627312-0732-405B-B3EE-55A662A4D8C4} = {6498FDF6-DAD2-4582-8BC2-F7F0477ED814}
EndGlobalSection
EndGlobal
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Pomelo.JsonObject", "src\Pomelo.JsonObject\Pomelo.JsonObject.xproj", "{00000000-0000-0000-0000-000000000000}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Pomelo.JsonObject.Tests", "test\Pomelo.JsonObject.Tests\Pomelo.JsonObject.Tests.xproj", "{00000000-0000-0000-0000-000000000000}"
EndProject
18 changes: 17 additions & 1 deletion src/Pomelo.JsonObject/Pomelo.JsonObject.xproj
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>f342437a-7a76-488e-97af-e9b5373f37d5</ProjectGuid>
<RootNamespace>Pomelo.JsonObject</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
18 changes: 17 additions & 1 deletion test/Pomelo.JsonObject.Tests/Pomelo.JsonObject.Tests.xproj
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>cf627312-0732-405b-b3ee-55a662a4d8c4</ProjectGuid>
<RootNamespace>Pomelo.JsonObject.Tests</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
</PropertyGroup>

<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

1 comment on commit 66523c0

@caleblloyd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Jetbrains Rider still doesn't do a great job of creating these. I was hacking them by hand just to get them to load.

Please sign in to comment.