53 lines
2.4 KiB
XML
53 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ProjectGuid>{EA1C601E-D853-41F7-B9EB-276CBF7D1FA5}</ProjectGuid>
|
||
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<RootNamespace>LiveQuery.PCL</RootNamespace>
|
||
|
<AssemblyName>LiveQuery.PCL</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||
|
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
|
||
|
<ReleaseVersion>0.1.0</ReleaseVersion>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Debug</OutputPath>
|
||
|
<DefineConstants>DEBUG;</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
<Compile Include="..\Source\AVLiveQuery.cs">
|
||
|
<Link>Source\AVLiveQuery.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Source\AVLiveQueryEventArgs.cs">
|
||
|
<Link>Source\AVLiveQueryEventArgs.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Source\AVLiveQueryExtensions.cs">
|
||
|
<Link>Source\AVLiveQueryExtensions.cs</Link>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\RTM\RTM.PCL\RTM.PCL.csproj">
|
||
|
<Project>{92B2B40E-A3CD-4672-AC84-2E894E1A6CE5}</Project>
|
||
|
<Name>RTM.PCL</Name>
|
||
|
</ProjectReference>
|
||
|
<ProjectReference Include="..\..\Storage\Storage.PCL\Storage.PCL.csproj">
|
||
|
<Project>{659D19F0-9A40-42C0-886C-555E64F16848}</Project>
|
||
|
<Name>Storage.PCL</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||
|
</Project>
|