Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
little cleanup on the sln
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Sep 21, 2016
1 parent f483439 commit 2419a96
Show file tree
Hide file tree
Showing 8 changed files with 940 additions and 522 deletions.
18 changes: 15 additions & 3 deletions Jasper.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Jasper.Core", "src\Jasper.Core\Jasper.Core.xproj", "{D0858F50-6980-4B81-B936-DE94A68002E4}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Jasper.Core.Testing", "src\Jasper.Core.Testing\Jasper.Core.Testing.xproj", "{D6890A33-4B6A-412A-BAAF-79581BAA5BFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0858F50-6980-4B81-B936-DE94A68002E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0858F50-6980-4B81-B936-DE94A68002E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0858F50-6980-4B81-B936-DE94A68002E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0858F50-6980-4B81-B936-DE94A68002E4}.Release|Any CPU.Build.0 = Release|Any CPU
{D6890A33-4B6A-412A-BAAF-79581BAA5BFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6890A33-4B6A-412A-BAAF-79581BAA5BFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6890A33-4B6A-412A-BAAF-79581BAA5BFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6890A33-4B6A-412A-BAAF-79581BAA5BFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
19 changes: 19 additions & 0 deletions src/Jasper.Core.Testing/Jasper.Core.Testing.xproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>d6890a33-4b6a-412a-baaf-79581baa5bfa</ProjectGuid>
<RootNamespace>Jasper.Core.Testing</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>
4 changes: 3 additions & 1 deletion src/Jasper.Core.Testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Jasper.Core": {"target": "project" }
},
"testRunner": "xunit",
"frameworks": {
"net46": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
Expand Down
Loading

0 comments on commit 2419a96

Please sign in to comment.