| <?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)' == '' ">x86</Platform>
|
| <ProductVersion>8.0.30703</ProductVersion>
|
| <SchemaVersion>2.0</SchemaVersion>
|
| <ProjectGuid>{BE7E79D1-1B37-4784-9BF1-112F4E9B53F5}</ProjectGuid>
|
| <OutputType>WinExe</OutputType>
|
| <AppDesignerFolder>Properties</AppDesignerFolder>
|
| <RootNamespace>MovieFinder.ScraperClient</RootNamespace>
|
| <AssemblyName>MovieFinder.ScraperClient</AssemblyName>
|
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
| <TargetFrameworkProfile>
|
| </TargetFrameworkProfile>
|
| <FileAlignment>512</FileAlignment>
|
| </PropertyGroup>
|
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
| <PlatformTarget>x86</PlatformTarget>
|
| <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|x86' ">
|
| <PlatformTarget>x86</PlatformTarget>
|
| <DebugType>pdbonly</DebugType>
|
| <Optimize>true</Optimize>
|
| <OutputPath>bin\Release\</OutputPath>
|
| <DefineConstants>TRACE</DefineConstants>
|
| <ErrorReport>prompt</ErrorReport>
|
| <WarningLevel>4</WarningLevel>
|
| </PropertyGroup>
|
| <ItemGroup>
|
| <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
| <SpecificVersion>False</SpecificVersion>
|
| <HintPath>..\packages\EntityFramework.6.0.1\lib\net40\EntityFramework.dll</HintPath>
|
| </Reference>
|
| <Reference Include="EntityFramework.SqlServer">
|
| <HintPath>..\packages\EntityFramework.6.0.1\lib\net40\EntityFramework.SqlServer.dll</HintPath>
|
| </Reference>
|
| <Reference Include="Newtonsoft.Json, Version=4.0.5.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
| <SpecificVersion>False</SpecificVersion>
|
| <HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
|
| </Reference>
|
| <Reference Include="System" />
|
| <Reference Include="System.ComponentModel.DataAnnotations" />
|
| <Reference Include="System.configuration" />
|
| <Reference Include="System.Core" />
|
| <Reference Include="System.Data.Entity" />
|
| <Reference Include="System.Web.Extensions" />
|
| <Reference Include="System.Xml.Linq" />
|
| <Reference Include="System.Data.DataSetExtensions" />
|
| <Reference Include="Microsoft.CSharp" />
|
| <Reference Include="System.Data" />
|
| <Reference Include="System.Deployment" />
|
| <Reference Include="System.Drawing" />
|
| <Reference Include="System.Windows.Forms" />
|
| <Reference Include="System.Xml" />
|
| </ItemGroup>
|
| <ItemGroup>
|
| <Compile Include="MainForm.cs">
|
| <SubType>Form</SubType>
|
| </Compile>
|
| <Compile Include="MainForm.Designer.cs">
|
| <DependentUpon>MainForm.cs</DependentUpon>
|
| </Compile>
|
| <Compile Include="Program.cs" />
|
| <Compile Include="Properties\AssemblyInfo.cs" />
|
| <EmbeddedResource Include="MainForm.resx">
|
| <DependentUpon>MainForm.cs</DependentUpon>
|
| </EmbeddedResource>
|
| <EmbeddedResource Include="Properties\Resources.resx">
|
| <Generator>ResXFileCodeGenerator</Generator>
|
| <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
| <SubType>Designer</SubType>
|
| </EmbeddedResource>
|
| <Compile Include="Properties\Resources.Designer.cs">
|
| <AutoGen>True</AutoGen>
|
| <DependentUpon>Resources.resx</DependentUpon>
|
| <DesignTime>True</DesignTime>
|
| </Compile>
|
| <None Include="app.config">
|
| <SubType>Designer</SubType>
|
| </None>
|
| <None Include="packages.config" />
|
| <None Include="Properties\Settings.settings">
|
| <Generator>SettingsSingleFileGenerator</Generator>
|
| <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
| </None>
|
| <Compile Include="Properties\Settings.Designer.cs">
|
| <AutoGen>True</AutoGen>
|
| <DependentUpon>Settings.settings</DependentUpon>
|
| <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
| </Compile>
|
| </ItemGroup>
|
| <ItemGroup>
|
| <ProjectReference Include="..\MovieFinder.Data\MovieFinder.Data.csproj">
|
| <Project>{70784D58-80D0-473E-AE15-3F80077AC1AA}</Project>
|
| <Name>MovieFinder.Data</Name>
|
| </ProjectReference>
|
| <ProjectReference Include="..\MovieFinder.Scraper\MovieFinder.Scraper.csproj">
|
| <Project>{D9910073-2FFF-4334-BFA2-709824F624F3}</Project>
|
| <Name>MovieFinder.Scraper</Name>
|
| </ProjectReference>
|
| <ProjectReference Include="..\MovieTube.Client.Scraper\MovieTube.Client.Scraper.csproj">
|
| <Project>{E5CA4EC7-98D8-4C68-B311-C2DA50B5BFFC}</Project>
|
| <Name>MovieTube.Client.Scraper</Name>
|
| </ProjectReference>
|
| </ItemGroup>
|
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| |
| |
| |
| |
| |
| |
|
|
| </Project> |