2017-02-26 19:23:31 +00: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>
|
|
|
|
|
<ProjectGuid>{1CACDA43-01C7-4CD4-BF6E-9421A29510FC}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2021-02-07 01:42:17 +00:00
|
|
|
|
<RootNamespace>DisplayMagicianShared</RootNamespace>
|
2020-12-02 09:06:50 +00:00
|
|
|
|
<AssemblyName>DisplayMagician.Shared</AssemblyName>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2020-12-21 02:02:06 +00:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
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' ">
|
|
|
|
|
<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>
|
|
|
|
|
</PropertyGroup>
|
2020-10-23 08:39:09 +00:00
|
|
|
|
<PropertyGroup>
|
2020-12-02 09:06:50 +00:00
|
|
|
|
<ApplicationIcon>Resources\DisplayMagician.ico</ApplicationIcon>
|
2020-11-22 07:49:37 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
2020-10-23 08:39:09 +00:00
|
|
|
|
</PropertyGroup>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-06-07 09:41:48 +00:00
|
|
|
|
<Compile Include="AMD\ADL.cs" />
|
2021-06-19 22:45:45 +00:00
|
|
|
|
<Compile Include="AMD\AMDLibrary.cs" />
|
2021-07-24 04:05:38 +00:00
|
|
|
|
<Compile Include="NVIDIA\NVAPI.cs" />
|
2021-06-22 09:05:24 +00:00
|
|
|
|
<Compile Include="NVIDIA\NVIDIALibrary.cs" />
|
2021-08-27 05:53:32 +00:00
|
|
|
|
<Compile Include="NVIDIA\PInvokeDelegateFactory.cs" />
|
2021-02-10 09:40:22 +00:00
|
|
|
|
<Compile Include="SharedLogger.cs" />
|
2020-06-14 04:20:52 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-06-13 09:06:42 +00:00
|
|
|
|
<Compile Include="ResizeDrawing.cs" />
|
2018-10-20 00:19:30 +00:00
|
|
|
|
<Compile Include="ScanLineOrdering.cs" />
|
|
|
|
|
<Compile Include="PixelShift.cs" />
|
2020-06-07 08:48:45 +00:00
|
|
|
|
<Compile Include="ProfileItem.cs" />
|
2020-12-02 09:06:50 +00:00
|
|
|
|
<Compile Include="DisplayMagicianStartupAction.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Compile Include="ProfileIcon.cs" />
|
|
|
|
|
<Compile Include="Rotation.cs" />
|
2018-10-20 00:19:30 +00:00
|
|
|
|
<Compile Include="Scaling.cs" />
|
2020-06-14 04:20:52 +00:00
|
|
|
|
<Compile Include="ProfileRepository.cs" />
|
2020-12-19 23:45:50 +00:00
|
|
|
|
<Compile Include="ShellUtils.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Resources\Language.Designer.cs">
|
|
|
|
|
<DependentUpon>Language.resx</DependentUpon>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UserControls\DisplayView.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UserControls\DisplayView.Designer.cs">
|
|
|
|
|
<DependentUpon>DisplayView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2021-06-29 10:15:57 +00:00
|
|
|
|
<Compile Include="Windows\CCD.cs" />
|
2021-10-14 21:01:21 +00:00
|
|
|
|
<Compile Include="Windows\GDI.cs" />
|
2021-07-24 04:05:38 +00:00
|
|
|
|
<Compile Include="Windows\WinLibrary.cs" />
|
2021-09-04 09:16:49 +00:00
|
|
|
|
<Compile Include="Wallpaper.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-06-14 04:20:52 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
2020-12-02 08:11:23 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-06-14 04:20:52 +00:00
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Language.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Language.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="UserControls\DisplayView.resx">
|
|
|
|
|
<DependentUpon>DisplayView.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="EDIDParser">
|
2021-09-21 20:47:28 +00:00
|
|
|
|
<Version>1.2.5.4</Version>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
</PackageReference>
|
2020-05-01 10:30:27 +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>
|
2021-02-07 02:22:54 +00:00
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
|
|
|
|
|
<Version>5.0.3</Version>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
2021-04-30 05:28:01 +00:00
|
|
|
|
<Version>13.0.1</Version>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
</PackageReference>
|
2021-04-27 10:19:44 +00:00
|
|
|
|
<PackageReference Include="NHotkey">
|
|
|
|
|
<Version>2.1.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="NHotkey.WindowsForms">
|
|
|
|
|
<Version>2.1.0</Version>
|
|
|
|
|
</PackageReference>
|
2021-02-07 01:42:17 +00:00
|
|
|
|
<PackageReference Include="NLog">
|
2021-10-25 08:36:33 +00:00
|
|
|
|
<Version>4.7.12</Version>
|
2021-02-07 01:42:17 +00:00
|
|
|
|
</PackageReference>
|
2020-04-13 03:47:38 +00:00
|
|
|
|
</ItemGroup>
|
2020-10-23 08:39:09 +00:00
|
|
|
|
<ItemGroup>
|
2020-11-22 07:49:37 +00:00
|
|
|
|
<None Include="Resources\HeliosPlus.ico" />
|
2020-10-23 08:39:09 +00:00
|
|
|
|
</ItemGroup>
|
2020-12-02 08:11:23 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\DisplayMagician.ico" />
|
|
|
|
|
</ItemGroup>
|
2021-03-07 01:50:52 +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>
|
2021-06-29 10:15:57 +00:00
|
|
|
|
<ItemGroup />
|
2021-06-22 09:05:24 +00:00
|
|
|
|
<ItemGroup>
|
2021-06-29 10:15:57 +00:00
|
|
|
|
<None Include="Properties\amdblack.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Properties\amdwhite.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Properties\nvidiablack.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Properties\nvidiawhite.png" />
|
2021-06-22 09:05:24 +00:00
|
|
|
|
</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">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|