Skip to content

Commit

Permalink
Xamarin software updates, and class reference fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumNightmare committed Mar 9, 2015
1 parent 4f59fa9 commit 169dc43
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 15 deletions.
Expand Up @@ -28,11 +28,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Mindscape.Raygun4Net.Xamarin.Mac">
<Reference Include="Mindscape.Raygun4Net.Xamarin">
<HintPath>..\Mindscape.Raygun4Net.Xamarin.Mac\bin\Release\Mindscape.Raygun4Net.Xamarin.Mac.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\Projects\Xamarin_Mac_ErrorHarness_OldAPI\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mindscape.Raygun4Net.Xamarin.Mac.Tests/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net40" />
<package id="NUnit" version="2.6.4" targetFramework="net40" />
</packages>
Expand Up @@ -46,12 +46,12 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Mindscape.Raygun4Net.Xamarin.Mac.Unified">
<HintPath>..\Mindscape.Raygun4Net.Xamarin.Mac.Unified\bin\Release\Mindscape.Raygun4Net.Xamarin.Mac.Unified.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
Expand Down
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="xamarinmac20" />
<package id="NUnit" version="2.6.4" targetFramework="xamarinmac20" />
</packages>
Expand Up @@ -99,7 +99,7 @@
<Compile Include="RaygunMessageBuilder.cs" />
<Compile Include="Builders\RaygunEnvironmentMessageBuilder.cs" />
<Compile Include="RaygunClient.cs" />
<Compile Include="..\Mindscape.Raygun4Net4\Messages\RaygunErrorMessage.cs">
<Compile Include="..\Mindscape.Raygun4Net.Core\Messages\RaygunErrorMessage.cs">
<Link>Messages\RaygunErrorMessage.cs</Link>
</Compile>
</ItemGroup>
Expand Down
Expand Up @@ -97,7 +97,7 @@
<Compile Include="..\Mindscape.Raygun4Net\RaygunClientBase.cs">
<Link>RaygunClientBase.cs</Link>
</Compile>
<Compile Include="..\Mindscape.Raygun4Net4\Messages\RaygunErrorMessage.cs">
<Compile Include="..\Mindscape.Raygun4Net.Core\Messages\RaygunErrorMessage.cs">
<Link>Messages\RaygunErrorMessage.cs</Link>
</Compile>
</ItemGroup>
Expand Down
Expand Up @@ -9,8 +9,6 @@
<RootNamespace>Mindscape.Raygun4Net.Xamarin.iOS.Unified</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Mindscape.Raygun4Net.Xamarin.iOS.Unified</AssemblyName>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -170,7 +168,7 @@
<ObjcBindingApiDefinition Include="..\Mindscape.Raygun4Net.Xamarin.iOS\ApiDefinition.cs">
<Link>ApiDefinition.cs</Link>
</ObjcBindingApiDefinition>
<Compile Include="..\Mindscape.Raygun4Net4\Messages\RaygunErrorMessage.cs">
<Compile Include="..\Mindscape.Raygun4Net.Core\Messages\RaygunErrorMessage.cs">
<Link>Messages\RaygunErrorMessage.cs</Link>
</Compile>
</ItemGroup>
Expand Down
Expand Up @@ -9,8 +9,6 @@
<RootNamespace>Mindscape.Raygun4Net.Xamarin.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Mindscape.Raygun4Net.Xamarin.iOS</AssemblyName>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -90,7 +88,7 @@
<Compile Include="libRaygun4iOS.linkwith.cs">
<DependentUpon>libRaygun4iOS.a</DependentUpon>
</Compile>
<Compile Include="..\Mindscape.Raygun4Net4\Messages\RaygunErrorMessage.cs">
<Compile Include="..\Mindscape.Raygun4Net.Core\Messages\RaygunErrorMessage.cs">
<Link>Messages\RaygunErrorMessage.cs</Link>
</Compile>
</ItemGroup>
Expand Down

0 comments on commit 169dc43

Please sign in to comment.