DiscordMediaLoader/Discord Media Loader/Discord Media Loader.csproj

126 lines
5.2 KiB
XML
Raw Normal View History

2017-01-28 16:51:55 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>
2017-03-09 20:08:35 +01:00
<ProjectGuid>{EDC92554-DBC1-4F9C-9317-379A8BF441E8}</ProjectGuid>
2017-01-28 16:51:55 +01:00
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Discord_Media_Loader</RootNamespace>
<AssemblyName>Discord Media Loader</AssemblyName>
2017-04-16 17:57:27 +02:00
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
2017-01-28 16:51:55 +01:00
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2017-04-16 17:57:27 +02:00
<TargetFrameworkProfile />
2017-01-28 16:51:55 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</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|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
2017-01-28 18:13:30 +01:00
<PropertyGroup>
2017-03-09 20:56:48 +01:00
<ApplicationIcon>Serraniel-64x64.ico</ApplicationIcon>
2017-01-28 18:13:30 +01:00
</PropertyGroup>
2017-04-16 17:57:27 +02:00
<PropertyGroup>
<StartupObject />
</PropertyGroup>
2017-01-28 16:51:55 +01:00
<ItemGroup>
2017-03-09 20:56:48 +01:00
<Reference Include="Octokit, Version=0.24.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octokit.0.24.1-alpha0001\lib\net45\Octokit.dll</HintPath>
<Private>True</Private>
</Reference>
2017-01-28 16:51:55 +01:00
<Reference Include="System" />
<Reference Include="System.Core" />
2017-04-16 17:57:27 +02:00
<Reference Include="System.IO.Compression.FileSystem" />
2017-01-28 16:51:55 +01:00
<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.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2017-03-09 20:56:48 +01:00
<Compile Include="FrmDownload.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmDownload.Designer.cs">
<DependentUpon>FrmDownload.cs</DependentUpon>
</Compile>
2017-04-16 17:57:27 +02:00
<Compile Include="FrmSplash.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmSplash.Designer.cs">
<DependentUpon>FrmSplash.cs</DependentUpon>
</Compile>
2017-03-09 20:56:48 +01:00
<Compile Include="Helper\TaskBarProgress.cs" />
<Compile Include="Helper\VersionHelper.cs" />
2017-01-28 16:51:55 +01:00
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2017-03-09 20:56:48 +01:00
<EmbeddedResource Include="FrmDownload.resx">
<DependentUpon>FrmDownload.cs</DependentUpon>
</EmbeddedResource>
2017-04-16 17:57:27 +02:00
<EmbeddedResource Include="FrmSplash.resx">
<DependentUpon>FrmSplash.cs</DependentUpon>
</EmbeddedResource>
2017-01-28 16:51:55 +01:00
<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>
2017-04-16 17:57:27 +02:00
<DesignTime>True</DesignTime>
2017-01-28 16:51:55 +01:00
</Compile>
2017-03-09 20:56:48 +01:00
<None Include="packages.config" />
2017-01-28 16:51:55 +01:00
<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>
<None Include="App.config" />
</ItemGroup>
2017-01-28 18:13:30 +01:00
<ItemGroup>
2017-04-16 17:57:27 +02:00
<None Include="Resources\Serraniel-Logo4-NO-BG.png" />
2017-03-09 20:56:48 +01:00
<Content Include="Serraniel-64x64.ico" />
2017-03-09 20:08:35 +01:00
<Content Include="Serraniel-Logo4-ABGERUNDET.ico" />
2017-01-28 18:13:30 +01:00
</ItemGroup>
2017-04-16 17:57:27 +02:00
<ItemGroup>
<ProjectReference Include="..\Discord Media Loader.Application\DML.Application.csproj">
<Project>{c130de6a-3237-42b5-be9f-783d1cd104c6}</Project>
<Name>DML.Application</Name>
</ProjectReference>
</ItemGroup>
2017-01-28 16:51:55 +01: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>