Skip to content

Commit

Permalink
Merge pull request #92 from onovotny/fix-build-issues
Browse files Browse the repository at this point in the history
Make sure each platform builds to its own obj dir to prevent issues with...
  • Loading branch information
anaisbetts committed Dec 14, 2014
2 parents 5809943 + 16fe41b commit fd45a17
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Refit/Refit-Monoandroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<AssemblyName>Refit</AssemblyName>
<TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
<BaseIntermediateOutputPath>obj\Monoandroid\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions Refit/Refit-Net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<NuGetPackageImportStamp>514e4b3c</NuGetPackageImportStamp>
<BaseIntermediateOutputPath>obj\Net45\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions Refit/Refit-WPA81.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<NuGetPackageImportStamp>2f8f6023</NuGetPackageImportStamp>
<BaseIntermediateOutputPath>obj\Portable-Win81+Wpa81\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions Refit/Refit-WinRT45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<NuGetPackageImportStamp>61707e7c</NuGetPackageImportStamp>
<BaseIntermediateOutputPath>obj\WinRT45\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions Refit/Refit-Xamarin.iOS10.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<RootNamespace>Refit</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Refit</AssemblyName>
<BaseIntermediateOutputPath>obj\Xamarin.iOS10\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions Refit/Refit-wp8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
<NuGetPackageImportStamp>69b45f0d</NuGetPackageImportStamp>
<BaseIntermediateOutputPath>obj\wp8\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit fd45a17

Please sign in to comment.