Skip to content

Commit

Permalink
xamarin csprojs
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiursachi committed Aug 14, 2013
1 parent caa3915 commit f44b931
Show file tree
Hide file tree
Showing 13 changed files with 455 additions and 41 deletions.
Expand Up @@ -56,14 +56,14 @@
<Compile Include="Utilities\TrialLicense.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Siaqodb\Siaqodb %28Xamarin.Android%29.csproj">
<Project>{5244BC37-9892-43F5-BDC7-457D02B340A6}</Project>
<Name>Siaqodb (Xamarin.Android)</Name>
</ProjectReference>
<ProjectReference Include="..\SyncCacheController\SyncCacheController %28Xamarin.Android%29.csproj">
<Project>{8F2D16BC-85FB-44DA-B28D-DC43A208D381}</Project>
<Name>SyncCacheController (Xamarin.Android)</Name>
</ProjectReference>
<ProjectReference Include="..\..\siaqodb\Siaqodb%28Xamarin.Android%29.csproj">
<Project>{5243BC37-9892-43F5-BDC7-457D02B340A5}</Project>
<Name>Siaqodb(Xamarin.Android)</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Expand Up @@ -65,7 +65,7 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.ServiceModel" />
<Reference Include="ExpressionCompilerMT">
<HintPath>..\..\ExpressionCompiler\ExpressionCompilerMT.dll</HintPath>
<HintPath>..\..\libs\ExpressionCompilerMT.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand All @@ -81,13 +81,13 @@
<Compile Include="SyncProviderLicense.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Siaqodb\Siaqodb %28Xamarin.iOS%29.csproj">
<Project>{3B0C0A5E-87DC-49AB-A48B-EAC9100DE107}</Project>
<Name>Siaqodb (Xamarin.iOS)</Name>
</ProjectReference>
<ProjectReference Include="..\SyncCacheController\SyncCacheController %28Xamarin.iOS%29.csproj">
<Project>{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}</Project>
<Name>SyncCacheController (Xamarin.iOS)</Name>
</ProjectReference>
<ProjectReference Include="..\..\siaqodb\Siaqodb %28Xamarin.iOS%29.csproj">
<Project>{3B0C0A5E-87DC-49AB-A48B-EAC9100DE107}</Project>
<Name>Siaqodb (Xamarin.iOS)</Name>
</ProjectReference>
</ItemGroup>
</Project>
Expand Up @@ -60,6 +60,10 @@
<Project>{8F2D16BC-85FB-44DA-B28D-DC43A208D381}</Project>
<Name>SyncCacheController (Xamarin.Android)</Name>
</ProjectReference>
<ProjectReference Include="..\..\siaqodb\SiaqodbTrial %28Xamarin.Android%29.csproj">
<Project>{5244BC37-3892-43F5-BDC7-457D02B340A6}</Project>
<Name>SiaqodbTrial (Xamarin.Android)</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Expand Up @@ -65,7 +65,7 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.ServiceModel" />
<Reference Include="ExpressionCompilerMT">
<HintPath>..\..\ExpressionCompiler\ExpressionCompilerMT.dll</HintPath>
<HintPath>..\..\libs\ExpressionCompilerMT.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand All @@ -81,13 +81,13 @@
<Compile Include="SyncProviderLicense.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Siaqodb\SiaqodbTrial %28Xamarin.iOS%29.csproj">
<Project>{3B0C0A5E-87DC-49AB-A48B-EAC9100DE105}</Project>
<Name>SiaqodbTrial (Xamarin.iOS)</Name>
</ProjectReference>
<ProjectReference Include="..\SyncCacheController\SyncCacheController %28Xamarin.iOS%29.csproj">
<Project>{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}</Project>
<Name>SyncCacheController (Xamarin.iOS)</Name>
</ProjectReference>
<ProjectReference Include="..\..\siaqodb\SiaqodbTrial %28Xamarin.iOS%29.csproj">
<Project>{3B0C0A5E-87DC-49AB-A48B-EAC9100DE105}</Project>
<Name>SiaqodbTrial (Xamarin.iOS)</Name>
</ProjectReference>
</ItemGroup>
</Project>
Binary file added libs/ExpressionCompilerMT.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions siaqodb/Siaqodb (Xamarin.iOS).csproj
Expand Up @@ -16,7 +16,7 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>bin\iPhoneSimulator\Licensed</OutputPath>
<DefineConstants>DEBUG;UNITY3D;</DefineConstants>
<DefineConstants>DEBUG;UNITY3D;XIOS;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchDebug>True</MtouchDebug>
Expand Down Expand Up @@ -62,7 +62,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="ExpressionCompilerMT">
<HintPath>..\ExpressionCompiler\ExpressionCompilerMT.dll</HintPath>
<HintPath>..\libs\ExpressionCompilerMT.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
1 change: 0 additions & 1 deletion siaqodb/Siaqodb(Xamarin.Android).csproj
Expand Up @@ -36,7 +36,6 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
<ItemGroup>
Expand Down
113 changes: 98 additions & 15 deletions siaqodb/Siaqodb.Xamarin.sln
Expand Up @@ -5,20 +5,36 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Trial", "Trial", "{0E54C78C
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbTrial (Xamarin.iOS)", "SiaqodbTrial (Xamarin.iOS).csproj", "{3B0C0A5E-87DC-49AB-A48B-EAC9100DE105}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbTrial (Xamarin.Android)", "SiaqodbTrial (Xamarin.Android).csproj", "{5244BC37-9892-43F5-BDC7-457D02B340A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbTrialAsync (Xamarin.iOS)", "SiaqodbTrialAsync (Xamarin.iOS).csproj", "{3B0C0A5E-87DC-49AB-A48B-EAC9100DE106}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbTrial (Xamarin.Android)", "SiaqodbTrial (Xamarin.Android).csproj", "{5244BC37-3892-43F5-BDC7-457D02B340A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbAsyncTrial(Xamarin.Android)", "SiaqodbAsyncTrial(Xamarin.Android).csproj", "{5284BC37-9892-43F5-BDC7-457D02B340A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licensed", "Licensed", "{97AD602C-1FED-4EF9-BB11-341745224674}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Siaqodb (Xamarin.iOS)", "Siaqodb (Xamarin.iOS).csproj", "{3B0C0A5E-87DC-49AB-A48B-EAC9100DE107}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbAsync (Xamarin.iOS)", "SiaqodbAsync (Xamarin.iOS).csproj", "{3B0C0A5E-87DC-49AB-A48B-EAC9100DE104}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbAsync (Xamarin.Android)", "SiaqodbAsync (Xamarin.Android).csproj", "{5244BC37-2892-43F5-BDC7-457D02B340A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Siaqodb(Xamarin.Android)", "Siaqodb(Xamarin.Android).csproj", "{5243BC37-9892-43F5-BDC7-457D02B340A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyncCacheController (Xamarin.iOS)", "..\SyncFramework\SyncCacheController\SyncCacheController (Xamarin.iOS).csproj", "{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyncCacheController (Xamarin.Android)", "..\SyncFramework\SyncCacheController\SyncCacheController (Xamarin.Android).csproj", "{8F2D16BC-85FB-44DA-B28D-DC43A208D381}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SyncFrameworkProvider", "SyncFrameworkProvider", "{58F40788-735D-456F-9429-9547D5ADBA4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbSyncProvider (Xamarin.Android)", "..\SyncFramework\SiaqodbSyncProvider\SiaqodbSyncProvider (Xamarin.Android).csproj", "{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbSyncProvider (Xamarin.iOS)", "..\SyncFramework\SiaqodbSyncProvider\SiaqodbSyncProvider (Xamarin.iOS).csproj", "{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbSyncProviderTrial (Xamarin.iOS)", "..\SyncFramework\SiaqodbSyncProvider\SiaqodbSyncProviderTrial (Xamarin.iOS).csproj", "{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiaqodbSyncProviderTrial (Xamarin.Android)", "..\SyncFramework\SiaqodbSyncProvider\SiaqodbSyncProviderTrial (Xamarin.Android).csproj", "{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Expand Down Expand Up @@ -59,6 +75,38 @@ Global
{3B0C0A5E-87DC-49AB-A48B-EAC9100DE107}.Release|iPhone.Build.0 = Release|iPhone
{3B0C0A5E-87DC-49AB-A48B-EAC9100DE107}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{3B0C0A5E-87DC-49AB-A48B-EAC9100DE107}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Debug|iPhone.Build.0 = Debug|Any CPU
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Release|iPhone.ActiveCfg = Release|Any CPU
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Release|iPhone.Build.0 = Release|Any CPU
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5243BC37-9892-43F5-BDC7-457D02B340A5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Debug|iPhone.Build.0 = Debug|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Release|iPhone.ActiveCfg = Release|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Release|iPhone.Build.0 = Release|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5244BC37-2892-43F5-BDC7-457D02B340A9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Debug|iPhone.Build.0 = Debug|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Release|iPhone.ActiveCfg = Release|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Release|iPhone.Build.0 = Release|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5244BC37-3892-43F5-BDC7-457D02B340A6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Debug|iPhone.Build.0 = Debug|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Release|iPhone.ActiveCfg = Release|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Release|iPhone.Build.0 = Release|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5284BC37-9892-43F5-BDC7-457D02B340A8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}.Debug|iPhone.ActiveCfg = Debug|iPhone
{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}.Debug|iPhone.Build.0 = Debug|iPhone
{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
Expand All @@ -67,14 +115,22 @@ Global
{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}.Release|iPhone.Build.0 = Release|iPhone
{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{6EC0573E-CAAB-4B83-8474-99A42B6B16A8}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhone.Build.0 = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhone.ActiveCfg = Release|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhone.Build.0 = Release|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Debug|iPhone.Build.0 = Debug|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Release|iPhone.ActiveCfg = Release|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Release|iPhone.Build.0 = Release|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Debug|iPhone.Build.0 = Debug|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Release|iPhone.ActiveCfg = Release|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Release|iPhone.Build.0 = Release|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8F2D16BC-85FB-44DA-B28D-DC43A208D381}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8F2D16BC-85FB-44DA-B28D-DC43A208D381}.Debug|iPhone.Build.0 = Debug|Any CPU
{8F2D16BC-85FB-44DA-B28D-DC43A208D381}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
Expand All @@ -83,6 +139,30 @@ Global
{8F2D16BC-85FB-44DA-B28D-DC43A208D381}.Release|iPhone.Build.0 = Release|Any CPU
{8F2D16BC-85FB-44DA-B28D-DC43A208D381}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8F2D16BC-85FB-44DA-B28D-DC43A208D381}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Debug|iPhone.ActiveCfg = Debug|iPhone
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Debug|iPhone.Build.0 = Debug|iPhone
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Release|iPhone.ActiveCfg = Release|iPhone
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Release|iPhone.Build.0 = Release|iPhone
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Debug|iPhone.ActiveCfg = Debug|iPhone
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Debug|iPhone.Build.0 = Debug|iPhone
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Release|iPhone.ActiveCfg = Release|iPhone
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Release|iPhone.Build.0 = Release|iPhone
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhone.Build.0 = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhone.ActiveCfg = Release|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhone.Build.0 = Release|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C1BA127F-10B1-4E62-ABD0-7DB1112139A9}.Debug|iPhone.ActiveCfg = Debug|iPhone
{C1BA127F-10B1-4E62-ABD0-7DB1112139A9}.Debug|iPhone.Build.0 = Debug|iPhone
{C1BA127F-10B1-4E62-ABD0-7DB1112139A9}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
Expand All @@ -94,14 +174,17 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3B0C0A5E-87DC-49AB-A48B-EAC9100DE105} = {0E54C78C-4BA6-422D-9B87-9E06605717BA}
{5244BC37-9892-43F5-BDC7-457D02B340A6} = {0E54C78C-4BA6-422D-9B87-9E06605717BA}
{3B0C0A5E-87DC-49AB-A48B-EAC9100DE106} = {0E54C78C-4BA6-422D-9B87-9E06605717BA}
{C1BA127F-10B1-4E62-ABD0-7DB1112139A9} = {0E54C78C-4BA6-422D-9B87-9E06605717BA}
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2} = {0E54C78C-4BA6-422D-9B87-9E06605717BA}
{5244BC37-3892-43F5-BDC7-457D02B340A6} = {0E54C78C-4BA6-422D-9B87-9E06605717BA}
{5284BC37-9892-43F5-BDC7-457D02B340A8} = {0E54C78C-4BA6-422D-9B87-9E06605717BA}
{3B0C0A5E-87DC-49AB-A48B-EAC9100DE107} = {97AD602C-1FED-4EF9-BB11-341745224674}
{3B0C0A5E-87DC-49AB-A48B-EAC9100DE104} = {97AD602C-1FED-4EF9-BB11-341745224674}
{C1BA127F-10B1-4E62-ABD0-7DB1112139A9} = {97AD602C-1FED-4EF9-BB11-341745224674}
{73FDB95B-31E4-48EF-9E80-0B592BA19AE2} = {97AD602C-1FED-4EF9-BB11-341745224674}
{5244BC37-2892-43F5-BDC7-457D02B340A9} = {97AD602C-1FED-4EF9-BB11-341745224674}
{5243BC37-9892-43F5-BDC7-457D02B340A5} = {97AD602C-1FED-4EF9-BB11-341745224674}
{73FDB95B-41E4-48EF-9E80-0B592BA19AE3} = {58F40788-735D-456F-9429-9547D5ADBA4F}
{C1BA127F-10B1-5E62-ABD0-7DB1112139A7} = {58F40788-735D-456F-9429-9547D5ADBA4F}
{C1BA127F-10B1-4E62-ABD0-8DB1112139A9} = {58F40788-735D-456F-9429-9547D5ADBA4F}
{73FDB95B-31E4-48EF-9E70-0B592BA19AE2} = {58F40788-735D-456F-9429-9547D5ADBA4F}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SiaqodbAsync (Xamarin.iOS).csproj
Expand Down

0 comments on commit f44b931

Please sign in to comment.