From 2f376c9e7e0b2e65056eac1671b263bfcc3eabe9 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 30 Oct 2013 16:20:22 -0700 Subject: [PATCH] Set output paths to reflect architecture --- Octokit.Reactive/Octokit.Reactive.csproj | 8 +- Octokit.Tests/OctoKit.Tests-NetCore45.csproj | 6 +- Octokit/Octokit-netcore45.csproj | 76 ++----------------- Octokit/Octokit.csproj | 8 +- .../clean-up-after-tests.csproj | 2 +- 5 files changed, 20 insertions(+), 80 deletions(-) diff --git a/Octokit.Reactive/Octokit.Reactive.csproj b/Octokit.Reactive/Octokit.Reactive.csproj index 37dd880e..13f295ac 100644 --- a/Octokit.Reactive/Octokit.Reactive.csproj +++ b/Octokit.Reactive/Octokit.Reactive.csproj @@ -17,7 +17,8 @@ true full false - bin\Debug\ + obj\Debug\Net40 + bin\Debug\Net40 DEBUG;TRACE prompt 4 @@ -28,7 +29,8 @@ pdbonly true - bin\Release\ + obj\Release\Net40 + bin\Release\Net40 TRACE prompt 4 @@ -139,4 +141,4 @@ --> - \ No newline at end of file + diff --git a/Octokit.Tests/OctoKit.Tests-NetCore45.csproj b/Octokit.Tests/OctoKit.Tests-NetCore45.csproj index 9b056a8c..feddd42d 100644 --- a/Octokit.Tests/OctoKit.Tests-NetCore45.csproj +++ b/Octokit.Tests/OctoKit.Tests-NetCore45.csproj @@ -7,8 +7,8 @@ {3F4686DA-8774-4940-823E-9138F4B42060} Library Properties - OctokitRT.Tests - OctokitRT.Tests + Octokit.Tests-NetCore45 + Octokit.Tests-NetCore45 v4.5 512 @@ -120,4 +120,4 @@ --> - \ No newline at end of file + diff --git a/Octokit/Octokit-netcore45.csproj b/Octokit/Octokit-netcore45.csproj index ae36d696..4ce98065 100644 --- a/Octokit/Octokit-netcore45.csproj +++ b/Octokit/Octokit-netcore45.csproj @@ -10,7 +10,7 @@ Library Properties Octokit - OctokitRT + Octokit v4.5 512 @@ -18,7 +18,8 @@ true full false - bin\WinRT\Debug\ + obj\Debug\NetCore45 + bin\Debug\NetCore45 TRACE;DEBUG;NETFX_CORE;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45 prompt 4 @@ -27,77 +28,12 @@ pdbonly true - bin\WinRT\Release\ + obj\Release\NetCore45 + bin\Release\NetCore45 TRACE;NETFX_CORE;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL;NET_45 prompt 4 - - true - bin\ARM\Debug\ - DEBUG;TRACE;NETFX_CORE - ;2008 - full - ARM - false - prompt - true - - - bin\ARM\Release\ - TRACE;NETFX_CORE - true - ;2008 - pdbonly - ARM - false - prompt - true - - - true - bin\x64\Debug\ - DEBUG;TRACE;NETFX_CORE - ;2008 - full - x64 - false - prompt - true - - - bin\x64\Release\ - TRACE;NETFX_CORE - true - ;2008 - pdbonly - x64 - false - prompt - true - - - true - bin\x86\Debug\ - DEBUG;TRACE;NETFX_CORE - ;2008 - full - x86 - false - prompt - true - - - bin\x86\Release\ - TRACE;NETFX_CORE - true - ;2008 - pdbonly - x86 - false - prompt - true - Properties\SolutionInfo.cs @@ -244,4 +180,4 @@ --> - \ No newline at end of file + diff --git a/Octokit/Octokit.csproj b/Octokit/Octokit.csproj index 3cee98a3..9575255b 100644 --- a/Octokit/Octokit.csproj +++ b/Octokit/Octokit.csproj @@ -17,7 +17,8 @@ true full false - bin\Debug\ + obj\Debug\Net40 + bin\Debug\Net40 TRACE;DEBUG;CODE_ANALYSIS;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL prompt 4 @@ -30,7 +31,8 @@ pdbonly true - bin\Release\ + obj\Release\Net40 + bin\Release\Net40 TRACE;CODE_ANALYSIS;CODE_ANALYSIS;SIMPLE_JSON_OBJARRAYINTERNAL;SIMPLE_JSON_INTERNAL prompt 4 @@ -235,4 +237,4 @@ --> - \ No newline at end of file + diff --git a/clean-up-after-tests/clean-up-after-tests.csproj b/clean-up-after-tests/clean-up-after-tests.csproj index 392732b4..8875a0d8 100644 --- a/clean-up-after-tests/clean-up-after-tests.csproj +++ b/clean-up-after-tests/clean-up-after-tests.csproj @@ -66,4 +66,4 @@ --> - \ No newline at end of file +