You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
152 lines
7.8 KiB
152 lines
7.8 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="15.0" 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>{39F3D543-544C-40FF-881A-02307788ECD0}</ProjectGuid> |
|
<OutputType>WinExe</OutputType> |
|
<RootNamespace>ChromaController</RootNamespace> |
|
<AssemblyName>ChromaController</AssemblyName> |
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
|
<FileAlignment>512</FileAlignment> |
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
<Deterministic>true</Deterministic> |
|
<NuGetPackageImportStamp> |
|
</NuGetPackageImportStamp> |
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
<PublishUrl>C:\Users\Burathar\Desktop\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>10</ApplicationRevision> |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
</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> |
|
<PropertyGroup> |
|
<StartupObject>ChromaController.Program</StartupObject> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<ManifestCertificateThumbprint>ABCB6CA9D4FDF93BE849DD917E880FE268E8DB7B</ManifestCertificateThumbprint> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<ManifestKeyFile>ChromaController_TemporaryKey.pfx</ManifestKeyFile> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<GenerateManifests>true</GenerateManifests> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<SignManifests>true</SignManifests> |
|
</PropertyGroup> |
|
<PropertyGroup> |
|
<NoWin32Manifest>true</NoWin32Manifest> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="Colore, Version=6.0.0.5, Culture=neutral, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\Colore.6.0.0-rc0005\lib\net451\Colore.dll</HintPath> |
|
</Reference> |
|
<Reference Include="JetBrains.Annotations, Version=2020.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\JetBrains.Annotations.2020.1.0\lib\net20\JetBrains.Annotations.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core" /> |
|
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System.Net.Http.WebRequest" /> |
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> |
|
<Private>True</Private> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml.Linq" /> |
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
<Reference Include="Microsoft.CSharp" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Net.Http" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="ChromaEffectsReader.cs" /> |
|
<Compile Include="ColoreOutput.cs" /> |
|
<Compile Include="EffectRegion.cs" /> |
|
<Compile Include="KeyEffects\FadeKey.cs" /> |
|
<Compile Include="KeyEffects\FlashKey.cs" /> |
|
<Compile Include="KeyConverter.cs" /> |
|
<Compile Include="KeyEffects\KeyEffect.cs" /> |
|
<Compile Include="MonitorManager.cs" /> |
|
<Compile Include="Program.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="App.config" /> |
|
<None Include="packages.config" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\Calculator\Calculator.csproj"> |
|
<Project>{239b6a10-c8d7-4af0-845b-f99a0afc2f5c}</Project> |
|
<Name>Calculator</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\NumpadMonitor\NumpadMonitor.csproj"> |
|
<Project>{d42162e9-9057-49e6-a6ae-660f108c721b}</Project> |
|
<Name>NumpadMonitor</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> |
|
<Visible>False</Visible> |
|
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> |
|
<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> |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
<PropertyGroup> |
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use 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\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
|
</Target> |
|
</Project> |