Skip to content

Commit

Permalink
Consistent obj path and include GlobalAssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed Aug 6, 2015
1 parent 0872b38 commit 75df926
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Expand Up @@ -17,6 +17,7 @@
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<DevInstrumentationEnabled>True</DevInstrumentationEnabled>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<BaseIntermediateOutputPath>..\..\obj\android\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -52,6 +53,9 @@
<Compile Include="android\CaliburnApplication.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ViewModelLocator.cs" />
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Caliburn.Micro\Caliburn.Micro.csproj">
Expand Down
Expand Up @@ -15,6 +15,7 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<BaseIntermediateOutputPath>..\..\obj\portable-core\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -56,6 +57,9 @@
<Compile Include="RegExHelper.cs" />
<Compile Include="StringSplitter.cs" />
<Compile Include="TypeMappingConfiguration.cs" />
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="Caliburn.snk" />
Expand Down
Expand Up @@ -15,6 +15,7 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<NuGetPackageImportStamp>0f17eeb4</NuGetPackageImportStamp>
<BaseIntermediateOutputPath>..\..\obj\xamarin-forms\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -68,6 +69,9 @@
<Compile Include="xforms\RoutedEventArgs.cs" />
<Compile Include="xforms\RoutedEventHandler.cs" />
<Compile Include="xforms\TriggerActionBase.cs" />
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="Xamarin.Forms.Core">
Expand Down
Expand Up @@ -11,6 +11,7 @@
<RootNamespace>Caliburn.Micro</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Caliburn.Micro.Platform</AssemblyName>
<BaseIntermediateOutputPath>..\..\obj\iOS\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -42,6 +43,9 @@
<Compile Include="iOS\IUIViewController.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ViewModelLocator.cs" />
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Caliburn.Micro\Caliburn.Micro.csproj">
Expand Down

0 comments on commit 75df926

Please sign in to comment.