mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-14 08:42:46 +01:00
281 lines
14 KiB
XML
281 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="packages\CefSharp.WinForms.49.0.0-pre02\build\CefSharp.WinForms.props" Condition="Exists('packages\CefSharp.WinForms.49.0.0-pre02\build\CefSharp.WinForms.props')" />
|
|
<Import Project="packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.props" Condition="Exists('packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProjectGuid>{2389A7CD-E0D3-4706-8294-092929A33A2D}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>TweetDck</RootNamespace>
|
|
<AssemblyName Condition=" '$(Configuration)' == 'Debug' ">TweetDick</AssemblyName>
|
|
<AssemblyName Condition=" '$(Configuration)' == 'Release Dick' ">TweetDick</AssemblyName>
|
|
<AssemblyName Condition=" '$(Configuration)' == 'Release Duck' ">TweetDuck</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NuGetPackageImportStamp>ff8ce4f3</NuGetPackageImportStamp>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Dick|x86' ">
|
|
<OutputPath>bin\x86\Release Dick\</OutputPath>
|
|
<DefineConstants>
|
|
</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>none</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Duck|x86' ">
|
|
<OutputPath>bin\x86\Release Duck\</OutputPath>
|
|
<Optimize>true</Optimize>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<DefineConstants>DUCK</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Configuration\LockManager.cs" />
|
|
<Compile Include="Configuration\UserConfig.cs" />
|
|
<Compile Include="Core\Controls\ControlExtensions.cs" />
|
|
<Compile Include="Core\Controls\FlatProgressBar.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\Controls\FlatProgressBar.Designer.cs">
|
|
<DependentUpon>FlatProgressBar.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\Handling\ContextMenuBase.cs" />
|
|
<Compile Include="Core\Handling\ContextMenuBrowser.cs" />
|
|
<Compile Include="Core\FormBrowser.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\FormBrowser.Designer.cs">
|
|
<DependentUpon>FormBrowser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\FormNotification.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\FormNotification.Designer.cs">
|
|
<DependentUpon>FormNotification.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\Handling\ContextMenuNotification.cs" />
|
|
<Compile Include="Core\Handling\DialogHandlerBrowser.cs" />
|
|
<Compile Include="Core\Handling\TweetNotification.cs" />
|
|
<Compile Include="Core\Controls\RichTextLabel.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\Controls\RichTextLabel.Designer.cs">
|
|
<DependentUpon>RichTextLabel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\Other\FormAbout.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\Other\FormAbout.Designer.cs">
|
|
<DependentUpon>FormAbout.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\Other\FormBackgroundWork.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\Other\FormBackgroundWork.Designer.cs">
|
|
<DependentUpon>FormBackgroundWork.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\Handling\TweetDeckBridge.cs" />
|
|
<Compile Include="Core\Other\FormSettings.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\Other\FormSettings.Designer.cs">
|
|
<DependentUpon>FormSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Updates\FormUpdateDownload.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Updates\FormUpdateDownload.Designer.cs">
|
|
<DependentUpon>FormUpdateDownload.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\TrayIcon.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Core\TrayIcon.Designer.cs">
|
|
<DependentUpon>TrayIcon.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\Utils\BrowserCache.cs" />
|
|
<Compile Include="Core\Utils\BrowserUtils.cs" />
|
|
<Compile Include="Core\Utils\HardwareAcceleration.cs" />
|
|
<Compile Include="Core\Utils\NativeMethods.cs" />
|
|
<Compile Include="Updates\UpdateAcceptedEventArgs.cs" />
|
|
<Compile Include="Updates\UpdateCheckEventArgs.cs" />
|
|
<Compile Include="Updates\UpdateHandler.cs" />
|
|
<Compile Include="Updates\UpdateInfo.cs" />
|
|
<Compile Include="Migration\FormMigrationQuestion.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Migration\FormMigrationQuestion.Designer.cs">
|
|
<DependentUpon>FormMigrationQuestion.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migration\Helpers\LnkEditor.cs" />
|
|
<Compile Include="Migration\Helpers\ProgramProcessSearch.cs" />
|
|
<Compile Include="Migration\MigrationDecision.cs" />
|
|
<Compile Include="Migration\MigrationManager.cs" />
|
|
<Compile Include="Migration\Helpers\ProgramRegistrySearch.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources\ScriptLoader.cs" />
|
|
<None Include="Configuration\app.config" />
|
|
<None Include="Configuration\packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<COMReference Include="Shell32">
|
|
<Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ContentWithTargetPath Include="Resources\code.js">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<TargetPath>code.js</TargetPath>
|
|
</ContentWithTargetPath>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ContentWithTargetPath Include="Resources\icon.ico">
|
|
<TargetPath>icon.ico</TargetPath>
|
|
</ContentWithTargetPath>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Core\FormBrowser.resx">
|
|
<DependentUpon>FormBrowser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Core\Other\FormAbout.resx">
|
|
<DependentUpon>FormAbout.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Core\Other\FormSettings.resx">
|
|
<DependentUpon>FormSettings.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Updates\FormUpdateDownload.resx">
|
|
<DependentUpon>FormUpdateDownload.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ContentWithTargetPath Include="Resources\notification.js">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<TargetPath>notification.js</TargetPath>
|
|
</ContentWithTargetPath>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ContentWithTargetPath Include="Resources\update.js">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<TargetPath>update.js</TargetPath>
|
|
</ContentWithTargetPath>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\icon-small.ico" />
|
|
<None Include="Resources\icon-tray-new.ico" />
|
|
<None Include="Resources\icon-tray.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('packages\cef.redist.x86.3.2623.1396\build\cef.redist.x86.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x86.3.2623.1396\build\cef.redist.x86.targets'))" />
|
|
<Error Condition="!Exists('packages\cef.redist.x64.3.2623.1396\build\cef.redist.x64.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x64.3.2623.1396\build\cef.redist.x64.targets'))" />
|
|
<Error Condition="!Exists('packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.props'))" />
|
|
<Error Condition="!Exists('packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.targets'))" />
|
|
<Error Condition="!Exists('packages\CefSharp.WinForms.49.0.0-pre02\build\CefSharp.WinForms.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.WinForms.49.0.0-pre02\build\CefSharp.WinForms.props'))" />
|
|
</Target>
|
|
<Import Project="packages\cef.redist.x86.3.2623.1396\build\cef.redist.x86.targets" Condition="Exists('packages\cef.redist.x86.3.2623.1396\build\cef.redist.x86.targets')" />
|
|
<Import Project="packages\cef.redist.x64.3.2623.1396\build\cef.redist.x64.targets" Condition="Exists('packages\cef.redist.x64.3.2623.1396\build\cef.redist.x64.targets')" />
|
|
<Import Project="packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.targets" Condition="Exists('packages\CefSharp.Common.49.0.0-pre02\build\CefSharp.Common.targets')" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>del "$(TargetPath).config"
|
|
xcopy "$(ProjectDir)LICENSE.md" "$(TargetDir)" /Y
|
|
del "$(TargetDir)LICENSE.txt"
|
|
ren "$(TargetDir)LICENSE.md" "LICENSE.txt"
|
|
xcopy "$(ProjectDir)Libraries\CEFSHARP-LICENSE.txt" "$(TargetDir)" /Y
|
|
xcopy "$(ProjectDir)packages\Microsoft.VC120.CRT.JetBrains.12.0.21005.2\DotFiles\msvcp120.dll" "$(TargetDir)" /Y
|
|
xcopy "$(ProjectDir)packages\Microsoft.VC120.CRT.JetBrains.12.0.21005.2\DotFiles\msvcr120.dll" "$(TargetDir)" /Y</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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> |