2020-04-13 03:47:38 +00:00
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<!--<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>-->
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{608D941A-B431-400C-A91D-C6F971C29577}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-04-23 08:16:16 +00:00
|
|
|
|
<RootNamespace>HeliosPlus</RootNamespace>
|
2020-04-22 11:46:31 +00:00
|
|
|
|
<AssemblyName>HeliosPlus</AssemblyName>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<TargetFrameworkProfile />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<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>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2017-08-10 14:16:01 +00:00
|
|
|
|
<OutputPath>..\Debug\</OutputPath>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2020-07-24 04:51:48 +00:00
|
|
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2017-08-10 14:16:01 +00:00
|
|
|
|
<OutputPath>..\Release\</OutputPath>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2020-04-29 10:29:43 +00:00
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2020-10-23 05:32:21 +00:00
|
|
|
|
<ApplicationIcon>HeliosPlus2.ico</ApplicationIcon>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</PropertyGroup>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PropertyGroup>
|
2020-04-23 08:16:16 +00:00
|
|
|
|
<StartupObject>HeliosPlus.Program</StartupObject>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
</PropertyGroup>
|
2020-05-17 09:19:55 +00:00
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<PropertyGroup />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2020-10-19 08:50:42 +00:00
|
|
|
|
<Reference Include="PresentationCore" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2020-05-03 08:39:35 +00:00
|
|
|
|
<Reference Include="System.Data" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.XML" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Xml.Serialization" />
|
2020-10-19 08:50:42 +00:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-10-18 08:17:21 +00:00
|
|
|
|
<Compile Include="GameLibraries\Game.cs" />
|
2020-04-27 10:55:44 +00:00
|
|
|
|
<Compile Include="GameLibraries\SteamAppInfoParser\AppInfo.cs" />
|
|
|
|
|
<Compile Include="GameLibraries\SteamAppInfoParser\EUniverse.cs" />
|
|
|
|
|
<Compile Include="GameLibraries\SteamAppInfoParser\Package.cs" />
|
|
|
|
|
<Compile Include="GameLibraries\SteamAppInfoParser\PackageInfo.cs" />
|
|
|
|
|
<Compile Include="GameLibraries\SteamAppInfoParser\App.cs" />
|
2020-07-21 11:40:33 +00:00
|
|
|
|
<Compile Include="GameLibraries\SteamLibrary.cs" />
|
2020-10-19 08:50:42 +00:00
|
|
|
|
<Compile Include="IconFromFile.cs" />
|
2020-06-07 08:48:45 +00:00
|
|
|
|
<Compile Include="IconUtils.cs" />
|
2020-10-04 10:01:03 +00:00
|
|
|
|
<Compile Include="ProgressReporter.cs" />
|
2020-10-19 08:50:42 +00:00
|
|
|
|
<Compile Include="ShellIcon.cs" />
|
2020-06-07 08:48:45 +00:00
|
|
|
|
<Compile Include="ShortcutItem.cs" />
|
2020-06-01 10:25:52 +00:00
|
|
|
|
<Compile Include="ShortcutRepository.cs" />
|
2020-10-04 10:01:03 +00:00
|
|
|
|
<Compile Include="UIForms\ApplyingProfileForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UIForms\ApplyingProfileForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ApplyingProfileForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-05-17 09:19:55 +00:00
|
|
|
|
<Compile Include="UIForms\ShortcutAdaptor.cs" />
|
2020-05-16 03:58:59 +00:00
|
|
|
|
<Compile Include="UIForms\ProfileAdaptor.cs" />
|
2020-05-03 08:39:35 +00:00
|
|
|
|
<Compile Include="UIForms\MainForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UIForms\MainForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-05-16 05:07:52 +00:00
|
|
|
|
<Compile Include="UIForms\ShortcutLibraryForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UIForms\ShortcutLibraryForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ShortcutLibraryForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-19 05:37:29 +00:00
|
|
|
|
<Compile Include="Validators.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Compile Include="DisplayRepresentation.cs" />
|
|
|
|
|
<Compile Include="InterProcess\IPCClient.cs" />
|
|
|
|
|
<Compile Include="InterProcess\InstanceStatus.cs" />
|
|
|
|
|
<Compile Include="InterProcess\IService.cs" />
|
|
|
|
|
<Compile Include="InterProcess\IPCService.cs" />
|
|
|
|
|
<Compile Include="Resources\Language.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Language.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-04-27 10:55:44 +00:00
|
|
|
|
<Compile Include="GameLibraries\UplayGame.cs" />
|
|
|
|
|
<Compile Include="GameLibraries\SteamGame.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Compile Include="UIForms\ShortcutForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UIForms\ShortcutForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ShortcutForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-05-03 08:39:35 +00:00
|
|
|
|
<Compile Include="UIForms\DisplayProfileForm.cs">
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2020-05-03 08:39:35 +00:00
|
|
|
|
<Compile Include="UIForms\DisplayProfileForm.Designer.cs">
|
|
|
|
|
<DependentUpon>DisplayProfileForm.cs</DependentUpon>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
</Compile>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Language.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Language.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2020-10-04 10:01:03 +00:00
|
|
|
|
<EmbeddedResource Include="UIForms\ApplyingProfileForm.resx">
|
|
|
|
|
<DependentUpon>ApplyingProfileForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-05-03 08:39:35 +00:00
|
|
|
|
<EmbeddedResource Include="UIForms\MainForm.resx">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<EmbeddedResource Include="UIForms\ShortcutForm.resx">
|
|
|
|
|
<DependentUpon>ShortcutForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2020-05-03 08:39:35 +00:00
|
|
|
|
<EmbeddedResource Include="UIForms\DisplayProfileForm.resx">
|
|
|
|
|
<DependentUpon>DisplayProfileForm.cs</DependentUpon>
|
2020-06-07 08:48:45 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
2020-06-14 04:20:52 +00:00
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2020-05-16 05:07:52 +00:00
|
|
|
|
<EmbeddedResource Include="UIForms\ShortcutLibraryForm.resx">
|
|
|
|
|
<DependentUpon>ShortcutLibraryForm.cs</DependentUpon>
|
2020-06-07 08:48:45 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-05-16 05:07:52 +00:00
|
|
|
|
</EmbeddedResource>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Visible>False</Visible>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<ItemGroup>
|
2020-04-22 11:46:31 +00:00
|
|
|
|
<None Include="Properties\DataSources\HeliosDisplayManagement.UIForms.ShortcutForm.datasource" />
|
2020-04-13 03:47:38 +00:00
|
|
|
|
</ItemGroup>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<ItemGroup>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PackageReference Include="CircularProgressBar">
|
2020-04-29 10:29:43 +00:00
|
|
|
|
<Version>2.8.0.16</Version>
|
2020-04-27 10:55:44 +00:00
|
|
|
|
</PackageReference>
|
2020-08-07 03:59:23 +00:00
|
|
|
|
<PackageReference Include="EDIDParser">
|
|
|
|
|
<Version>1.2.0.1</Version>
|
|
|
|
|
</PackageReference>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PackageReference Include="HtmlAgilityPack">
|
2020-08-07 03:59:23 +00:00
|
|
|
|
<Version>1.11.24</Version>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
</PackageReference>
|
2020-04-29 10:29:43 +00:00
|
|
|
|
<PackageReference Include="IconExtractor.dll">
|
|
|
|
|
<Version>1.0.2.1-beta</Version>
|
|
|
|
|
</PackageReference>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PackageReference Include="IconLib.Unofficial">
|
|
|
|
|
<Version>0.73.0</Version>
|
|
|
|
|
</PackageReference>
|
2020-10-19 08:50:42 +00:00
|
|
|
|
<PackageReference Include="IconPicker">
|
|
|
|
|
<Version>2.4.0</Version>
|
|
|
|
|
</PackageReference>
|
2020-05-10 10:47:18 +00:00
|
|
|
|
<PackageReference Include="ImageListView">
|
|
|
|
|
<Version>13.8.2</Version>
|
|
|
|
|
</PackageReference>
|
2020-05-31 02:56:22 +00:00
|
|
|
|
<PackageReference Include="KryptonToolkitSuite5480">
|
|
|
|
|
<Version>5.480.2098</Version>
|
|
|
|
|
</PackageReference>
|
2020-04-19 05:37:29 +00:00
|
|
|
|
<PackageReference Include="McMaster.Extensions.CommandLineUtils">
|
|
|
|
|
<Version>3.0.0</Version>
|
|
|
|
|
</PackageReference>
|
2020-04-29 10:29:43 +00:00
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
|
2020-08-07 03:59:23 +00:00
|
|
|
|
<Version>3.3.0-beta2.final</Version>
|
2020-04-29 10:29:43 +00:00
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2020-10-19 08:50:42 +00:00
|
|
|
|
<PackageReference Include="MintPlayer.IconUtils">
|
|
|
|
|
<Version>1.0.4</Version>
|
|
|
|
|
</PackageReference>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
|
|
|
<Version>12.0.3</Version>
|
|
|
|
|
</PackageReference>
|
2020-04-27 10:55:44 +00:00
|
|
|
|
<PackageReference Include="ValveKeyValue">
|
|
|
|
|
<Version>0.3.0.144</Version>
|
|
|
|
|
</PackageReference>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PackageReference Include="WindowsDisplayAPI">
|
|
|
|
|
<Version>1.3.0.13</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="WinFormAnimation">
|
|
|
|
|
<Version>1.6.0.4</Version>
|
|
|
|
|
</PackageReference>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</ItemGroup>
|
2020-04-27 10:55:44 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Steam.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Uplay.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Origin.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\Epic.ico" />
|
|
|
|
|
</ItemGroup>
|
2020-05-03 08:40:42 +00:00
|
|
|
|
<ItemGroup>
|
2020-10-23 05:32:21 +00:00
|
|
|
|
<Content Include="HeliosPlus2.ico" />
|
2020-05-09 13:02:07 +00:00
|
|
|
|
<Content Include="Resources\redarrows.png" />
|
2020-05-03 08:40:42 +00:00
|
|
|
|
</ItemGroup>
|
2020-05-10 10:47:18 +00:00
|
|
|
|
<ItemGroup>
|
2020-05-15 11:25:14 +00:00
|
|
|
|
<ProjectReference Include="..\HeliosPlus.Shared\HeliosPlus.Shared.csproj">
|
2020-05-10 10:47:18 +00:00
|
|
|
|
<Project>{1cacda43-01c7-4cd4-bf6e-9421a29510fc}</Project>
|
|
|
|
|
<Name>HeliosPlus.Shared</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2020-07-21 07:50:41 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<COMReference Include="IWshRuntimeLibrary">
|
|
|
|
|
<Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
|
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
</ItemGroup>
|
2017-02-26 19:23:31 +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">
|
2020-04-13 03:47:38 +00:00
|
|
|
|
</Target>-->
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</Project>
|