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>
|
2020-05-09 13:02:07 +00:00
|
|
|
|
<RootNamespace>HeliosPlus.Shared</RootNamespace>
|
|
|
|
|
<AssemblyName>HeliosPlus.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>
|
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>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
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-11-10 01:35:59 +00:00
|
|
|
|
<Compile Include="RestartManagerSession.cs" />
|
2018-10-20 00:19:30 +00:00
|
|
|
|
<Compile Include="ScanLineOrdering.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Compile Include="Helios.cs" />
|
|
|
|
|
<Compile Include="NVIDIA\SurroundHelper.cs" />
|
|
|
|
|
<Compile Include="NVIDIA\SurroundTopologyDisplay.cs" />
|
2018-10-20 00:19:30 +00:00
|
|
|
|
<Compile Include="PixelShift.cs" />
|
2020-06-07 08:48:45 +00:00
|
|
|
|
<Compile Include="ProfileItem.cs" />
|
2017-02-26 19:23:31 +00:00
|
|
|
|
<Compile Include="NVIDIA\SurroundTopology.cs" />
|
|
|
|
|
<Compile Include="HeliosStartupAction.cs" />
|
|
|
|
|
<Compile Include="ProfileIcon.cs" />
|
|
|
|
|
<Compile Include="Rotation.cs" />
|
2018-10-20 00:19:30 +00:00
|
|
|
|
<Compile Include="Scaling.cs" />
|
2018-11-10 01:35:59 +00:00
|
|
|
|
<Compile Include="ShellHelper.cs" />
|
2020-06-14 04:20:52 +00:00
|
|
|
|
<Compile Include="ProfileRepository.cs" />
|
2018-11-10 01:35:59 +00:00
|
|
|
|
<Compile Include="TaskBarSettings.cs" />
|
|
|
|
|
<Compile Include="TaskBarStuckRectangle.cs" />
|
2020-05-12 10:46:23 +00:00
|
|
|
|
<Compile Include="Topology\ProfileViewport.cs" />
|
|
|
|
|
<Compile Include="Topology\ProfileViewportHelper.cs" />
|
|
|
|
|
<Compile Include="Topology\ProfileViewportTargetDisplay.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>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-06-14 04:20:52 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<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">
|
|
|
|
|
<Version>1.2.0.1</Version>
|
|
|
|
|
</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>
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
|
|
|
<Version>12.0.3</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="NvAPIWrapper.Net">
|
|
|
|
|
<Version>0.7.2.63</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="WindowsDisplayAPI">
|
|
|
|
|
<Version>1.3.0.13</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2020-08-19 06:55:50 +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>
|