100 строки
5.0 KiB
XML
100 строки
5.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{DE2FB1EC-A248-4980-A5E3-6835231D84CD}</ProjectGuid>
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>GalaSoft.MvvmLight</RootNamespace>
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
<AssemblyName>GalaSoft.MvvmLight.Platform</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;__UNIFIED__;__MOBILE__;__IOS__;__UNIFIED__;__MOBILE__;__IOS__;IOS;XAMARIN</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<MtouchDebug>true</MtouchDebug>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<DocumentationFile>bin\iPhone\Debug\GalaSoft.MvvmLight.Platform.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
<DefineConstants>__UNIFIED__;__MOBILE__;__IOS__;__IOS__;__UNIFIED__;__MOBILE__;XAMARIN;IOS;XAMARIN</DefineConstants>
|
|
<DocumentationFile>bin\iPhone\Release\GalaSoft.MvvmLight.Platform.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>GalaSoft.MvvmLight.Platform %28iOS%29.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\Binding.cs">
|
|
<Link>Helpers\Binding.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\BindingGeneric.cs">
|
|
<Link>Helpers\BindingGeneric.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\BindingGenericObsolete.cs">
|
|
<Link>Helpers\BindingGenericObsolete.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\BindingMode.cs">
|
|
<Link>Helpers\BindingMode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\Extensions.cs">
|
|
<Link>Helpers\Extensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\IWeakEventListener.cs">
|
|
<Link>Helpers\IWeakEventListener.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\PropertyChangedEventManager.cs">
|
|
<Link>Helpers\PropertyChangedEventManager.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28Android%29\Helpers\UpdateSourceTriggerMode.cs">
|
|
<Link>Helpers\UpdateSourceTriggerMode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Properties\AssemblyInfo.cs">
|
|
<Link>Properties\AssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Helpers\BindingGenericObsoleteApple.cs" />
|
|
<Compile Include="Helpers\BindingGenericApple.cs" />
|
|
<Compile Include="Helpers\ExtensionsApple.cs" />
|
|
<Compile Include="Helpers\ObservableTableViewController.cs" />
|
|
<Compile Include="Helpers\ObservableCollectionViewSource.cs" />
|
|
<Compile Include="Helpers\ObservableTableViewSource.cs" />
|
|
<Compile Include="Threading\DispatcherHelper.cs" />
|
|
<Compile Include="Views\ControllerBase.cs" />
|
|
<Compile Include="Views\DialogService.cs" />
|
|
<Compile Include="Views\NavigationService.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.iOS" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GalaSoft.MvvmLight %28PCL%29\GalaSoft.MvvmLight %28PCL%29.csproj">
|
|
<Project>{6a912701-3ba1-4975-adbf-160caf66b640}</Project>
|
|
<Name>GalaSoft.MvvmLight %28PCL%29</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="GalaSoft.MvvmLight.Platform %28iOS%29.snk" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
</Project> |