| <?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>{7CF76C6F-56D4-41B0-B948-34DE1ECE518D}</ProjectGuid>
|
| <OutputType>WinExe</OutputType>
|
| <AppDesignerFolder>Properties</AppDesignerFolder>
|
| <RootNamespace>MovieTube.Setup.Updater</RootNamespace>
|
| <AssemblyName>MovieTube.Setup.Updater</AssemblyName>
|
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
| <FileAlignment>512</FileAlignment>
|
| <TargetFrameworkProfile />
|
| </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>
|
| <PropertyGroup>
|
| <StartupObject />
|
| </PropertyGroup>
|
| <ItemGroup>
|
| <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
|
| <SpecificVersion>False</SpecificVersion>
|
| <HintPath>..\Lib\Ionic.Zip.dll</HintPath>
|
| </Reference>
|
| <Reference Include="System" />
|
| <Reference Include="System.Data" />
|
| <Reference Include="System.Drawing" />
|
| <Reference Include="System.Windows.Forms" />
|
| <Reference Include="System.Xml" />
|
| <Reference Include="System.Xml.Linq" />
|
| </ItemGroup>
|
| <ItemGroup>
|
| <Compile Include="Program.cs" />
|
| <Compile Include="Properties\AssemblyInfo.cs" />
|
| </ItemGroup>
|
| <ItemGroup>
|
| <ProjectReference Include="..\MovieTube.Client.Scraper\MovieTube.Client.Scraper.csproj">
|
| <Project>{E5CA4EC7-98D8-4C68-B311-C2DA50B5BFFC}</Project>
|
| <Name>MovieTube.Client.Scraper</Name>
|
| </ProjectReference>
|
| <ProjectReference Include="..\MovieTube.UpService\MovieTube.UpService.csproj">
|
| <Project>{D087DF66-9B8F-4BB1-AE43-7AB5789E176F}</Project>
|
| <Name>MovieTube.UpService</Name>
|
| </ProjectReference>
|
| <ProjectReference Include="..\MovieTube.Viewer\MovieTube.Viewer.csproj">
|
| <Project>{78B486B3-1CA9-49E8-A5DD-051396715D68}</Project>
|
| <Name>MovieTube.Viewer</Name>
|
| </ProjectReference>
|
| </ItemGroup>
|
| <ItemGroup>
|
| <None Include="..\Lib\Data\pref.db">
|
| <Link>pref.db</Link>
|
| <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
| </None>
|
| <None Include="app.config" />
|
| </ItemGroup>
|
| <ItemGroup>
|
| <Content Include="..\Lib\AxInterop.WMPLib.dll">
|
| <Link>AxInterop.WMPLib.dll</Link>
|
| <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
| </Content>
|
| <Content Include="..\Lib\Interop.WMPLib.dll">
|
| <Link>Interop.WMPLib.dll</Link>
|
| <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
| </Content>
|
| </ItemGroup>
|
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| |
| |
| |
| |
| |
| |
|
|
| </Project> |