2012-07-12 06:55:27 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MediaBrowser.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>MediaBrowser.Common</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2012-08-04 23:39:17 +00:00
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2012-08-05 02:21:38 +00:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
2012-08-23 05:45:26 +00:00
|
|
|
|
<Reference Include="protobuf-net">
|
|
|
|
|
<HintPath>..\packages\protobuf-net.2.0.0.480\lib\net40\protobuf-net.dll</HintPath>
|
|
|
|
|
</Reference>
|
2012-08-18 16:51:47 +00:00
|
|
|
|
<Reference Include="ServiceStack.Text, Version=3.9.5.0, Culture=neutral, processorArchitecture=MSIL">
|
2012-08-02 12:38:12 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2012-08-18 16:51:47 +00:00
|
|
|
|
<HintPath>..\packages\ServiceStack.Text.3.9.5\lib\net35\ServiceStack.Text.dll</HintPath>
|
2012-07-14 20:45:11 +00:00
|
|
|
|
</Reference>
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Reference Include="System" />
|
2012-07-26 02:33:11 +00:00
|
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
2012-07-21 18:39:47 +00:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Reference Include="System.Core" />
|
2012-08-16 02:42:37 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2012-08-24 12:05:31 +00:00
|
|
|
|
<Reference Include="System.Reactive.Core, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Rx-Core.2.0.20823\lib\Net45\System.Reactive.Core.dll</HintPath>
|
2012-08-18 16:51:47 +00:00
|
|
|
|
</Reference>
|
2012-08-24 12:05:31 +00:00
|
|
|
|
<Reference Include="System.Reactive.Interfaces, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Rx-Interfaces.2.0.20823\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
|
2012-08-18 16:51:47 +00:00
|
|
|
|
</Reference>
|
2012-08-24 12:05:31 +00:00
|
|
|
|
<Reference Include="System.Reactive.Linq, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\Rx-Linq.2.0.20823\lib\Net45\System.Reactive.Linq.dll</HintPath>
|
2012-07-21 18:39:47 +00:00
|
|
|
|
</Reference>
|
2012-08-05 16:09:45 +00:00
|
|
|
|
<Reference Include="System.Runtime.Remoting" />
|
2012-08-05 02:21:38 +00:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2012-08-05 02:21:38 +00:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-07-31 03:38:00 +00:00
|
|
|
|
<Compile Include="Configuration\BaseApplicationConfiguration.cs" />
|
2012-08-18 20:38:02 +00:00
|
|
|
|
<Compile Include="Configuration\BaseApplicationPaths.cs" />
|
2012-08-16 02:42:37 +00:00
|
|
|
|
<Compile Include="Drawing\DrawingUtils.cs" />
|
2012-08-10 13:07:58 +00:00
|
|
|
|
<Compile Include="Net\Handlers\StaticFileHandler.cs" />
|
2012-08-09 15:35:15 +00:00
|
|
|
|
<Compile Include="Net\MimeTypes.cs" />
|
2012-08-19 18:01:43 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-07-31 16:29:07 +00:00
|
|
|
|
<Compile Include="Serialization\JsonSerializer.cs" />
|
2012-07-21 18:39:47 +00:00
|
|
|
|
<Compile Include="Kernel\BaseKernel.cs" />
|
|
|
|
|
<Compile Include="Kernel\KernelContext.cs" />
|
2012-07-31 03:38:00 +00:00
|
|
|
|
<Compile Include="Logging\BaseLogger.cs" />
|
|
|
|
|
<Compile Include="Logging\Logger.cs" />
|
|
|
|
|
<Compile Include="Logging\LogRow.cs" />
|
|
|
|
|
<Compile Include="Logging\LogSeverity.cs" />
|
|
|
|
|
<Compile Include="Logging\StreamLogger.cs" />
|
2012-07-21 18:39:47 +00:00
|
|
|
|
<Compile Include="Net\CollectionExtensions.cs" />
|
|
|
|
|
<Compile Include="Net\Handlers\BaseEmbeddedResourceHandler.cs" />
|
|
|
|
|
<Compile Include="Net\Handlers\BaseHandler.cs" />
|
2012-08-22 13:19:18 +00:00
|
|
|
|
<Compile Include="Net\Handlers\BaseSerializationHandler.cs" />
|
2012-07-21 18:39:47 +00:00
|
|
|
|
<Compile Include="Net\HttpServer.cs" />
|
|
|
|
|
<Compile Include="Net\Request.cs" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Compile Include="Plugins\BasePlugin.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2012-08-22 13:19:18 +00:00
|
|
|
|
<Compile Include="Serialization\JsvSerializer.cs" />
|
2012-08-23 05:45:26 +00:00
|
|
|
|
<Compile Include="Serialization\ProtobufSerializer.cs" />
|
2012-08-13 14:51:42 +00:00
|
|
|
|
<Compile Include="Serialization\XmlSerializer.cs" />
|
2012-08-19 22:47:02 +00:00
|
|
|
|
<Compile Include="UI\BaseApplication.cs" />
|
2012-08-05 02:21:38 +00:00
|
|
|
|
<Compile Include="UI\Splash.xaml.cs">
|
|
|
|
|
<DependentUpon>Splash.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2012-08-11 03:06:37 +00:00
|
|
|
|
<Compile Include="UI\SingleInstance.cs" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-08-24 12:05:31 +00:00
|
|
|
|
<None Include="app.config" />
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2012-07-15 20:27:07 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
2012-07-16 16:50:44 +00:00
|
|
|
|
<Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
|
2012-07-15 20:27:07 +00:00
|
|
|
|
<Name>MediaBrowser.Model</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2012-08-05 02:21:38 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Include="UI\Splash.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
2012-08-19 18:01:43 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Resources\mblogo1000.png" />
|
|
|
|
|
</ItemGroup>
|
2012-07-12 06:55:27 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|