2018-02-27 22:11:58 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2019-01-19 14:47:08 +00:00
<Import Project= "..\packages\Fielder.Fody.1.2.3\build\Fielder.Fody.props" Condition= "Exists('..\packages\Fielder.Fody.1.2.3\build\Fielder.Fody.props')" />
<Import Project= "..\packages\Costura.Fody.3.3.1\build\Costura.Fody.props" Condition= "Exists('..\packages\Costura.Fody.3.3.1\build\Costura.Fody.props')" />
2018-02-27 22:11:58 +00:00
<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 > {1BF709E9-C133-41DF-933A-C9FF3F664C7B}</ProjectGuid>
2018-05-02 18:57:47 +01:00
<OutputType > WinExe</OutputType>
2018-02-27 22:11:58 +00:00
<RootNamespace > BetterJoyForCemu</RootNamespace>
<AssemblyName > BetterJoyForCemu</AssemblyName>
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
2019-01-12 12:00:15 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2019-04-14 16:49:42 +01:00
<IsWebBootstrapper > false</IsWebBootstrapper>
2019-04-14 21:05:47 +01:00
<PublishUrl > publish\X64\</PublishUrl>
2019-01-19 14:47:08 +00:00
<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>
2019-04-14 21:05:47 +01:00
<ApplicationRevision > 2</ApplicationRevision>
2019-04-14 17:23:03 +01:00
<ApplicationVersion > 6.1.0.%2a</ApplicationVersion>
2019-01-19 14:47:08 +00:00
<UseApplicationTrust > false</UseApplicationTrust>
2019-04-14 17:23:03 +01:00
<PublishWizardCompleted > true</PublishWizardCompleted>
2019-01-19 14:47:08 +00:00
<BootstrapperEnabled > true</BootstrapperEnabled>
2018-02-27 22:11:58 +00:00
</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 > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x86'" >
<OutputPath > bin\x86\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
2020-04-11 11:10:18 +01:00
<DebugType > none</DebugType>
2018-02-27 22:11:58 +00:00
<PlatformTarget > x86</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x64\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
<OutputPath > bin\x64\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
2020-04-11 11:10:18 +01:00
<DebugType > none</DebugType>
2018-02-27 22:11:58 +00:00
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
2018-05-02 18:57:47 +01:00
<PropertyGroup >
<StartupObject >
</StartupObject>
</PropertyGroup>
<PropertyGroup >
2018-08-22 12:52:41 +03:00
<ApplicationIcon > Icons\betterjoyforcemu_icon.ico</ApplicationIcon>
2018-05-02 18:57:47 +01:00
</PropertyGroup>
2019-04-14 17:23:03 +01:00
<PropertyGroup >
<ManifestCertificateThumbprint > 4851FF155DC95EE211DC1C3DC4D481AF39F383BB</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup >
<ManifestKeyFile > BetterJoyForCemu_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup >
2019-04-16 15:58:26 +01:00
<GenerateManifests > false</GenerateManifests>
2019-04-14 17:23:03 +01:00
</PropertyGroup>
<PropertyGroup >
<TargetZone > LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup >
<ApplicationManifest > Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup >
2019-04-16 15:58:26 +01:00
<SignManifests > false</SignManifests>
2019-04-14 17:23:03 +01:00
</PropertyGroup>
2018-02-27 22:11:58 +00:00
<ItemGroup >
2019-01-19 14:47:08 +00:00
<Reference Include= "Costura, Version=3.3.1.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.3.3.1\lib\net40\Costura.dll</HintPath>
2019-01-12 12:00:15 +00:00
</Reference>
2018-02-27 22:11:58 +00:00
<Reference Include= "Crc32.NET, Version=1.0.0.0, Culture=neutral, PublicKeyToken=dc0b95cf99bf4e99, processorArchitecture=MSIL" >
<HintPath > ..\packages\Crc32.NET.1.2.0\lib\net20\Crc32.NET.dll</HintPath>
</Reference>
2019-01-19 14:47:08 +00:00
<Reference Include= "Fielder, Version=1.2.3.0, Culture=neutral, PublicKeyToken=409b3227471b0f0d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Fielder.Fody.1.2.3\lib\net452\Fielder.dll</HintPath>
</Reference>
2019-01-12 12:00:15 +00:00
<Reference Include= "Nefarius.ViGEmClient, Version=1.15.16.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nefarius.ViGEmClient.1.15.16\lib\net452\Nefarius.ViGEmClient.dll</HintPath>
</Reference>
2018-02-27 22:11:58 +00:00
<Reference Include= "System" />
2018-08-18 14:21:20 +03:00
<Reference Include= "System.Configuration" />
2018-02-27 22:11:58 +00:00
<Reference Include= "System.Core" />
2018-05-02 18:57:47 +01:00
<Reference Include= "System.Drawing" />
2018-02-27 22:11:58 +00:00
<Reference Include= "System.Numerics" />
2018-05-02 18:57:47 +01:00
<Reference Include= "System.ServiceProcess" />
2019-01-19 14:47:08 +00:00
<Reference Include= "System.Web.Extensions" />
2018-05-02 18:57:47 +01:00
<Reference Include= "System.Windows.Forms" />
2018-02-27 22:11:58 +00:00
<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" />
2020-04-03 09:19:54 +01:00
<Reference Include= "WindowsInput, Version=6.1.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\WindowsInput.6.1.1\lib\net461\WindowsInput.dll</HintPath>
</Reference>
2018-02-27 22:11:58 +00:00
</ItemGroup>
<ItemGroup >
2019-02-03 16:16:00 +00:00
<Compile Include= "3rdPartyControllers.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "3rdPartyControllers.Designer.cs" >
<DependentUpon > 3rdPartyControllers.cs</DependentUpon>
</Compile>
2018-08-18 14:21:20 +03:00
<Compile Include= "Config.cs" />
2018-02-27 22:11:58 +00:00
<Compile Include= "HIDapi.cs" />
<Compile Include= "Joycon.cs" />
2018-05-02 18:57:47 +01:00
<Compile Include= "MainForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "MainForm.Designer.cs" >
<DependentUpon > MainForm.cs</DependentUpon>
</Compile>
2018-02-27 22:11:58 +00:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2018-08-22 12:52:41 +03:00
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
2020-04-03 15:53:04 +01:00
<Compile Include= "Reassign.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "Reassign.Designer.cs" >
<DependentUpon > Reassign.cs</DependentUpon>
</Compile>
2018-02-27 22:11:58 +00:00
<Compile Include= "UpdServer.cs" />
</ItemGroup>
<ItemGroup >
2020-04-11 11:10:18 +01:00
<None Include= "! Install the drivers in the Drivers folder" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
2020-04-03 09:19:54 +01:00
<None Include= "App.config" >
<SubType > Designer</SubType>
</None>
2020-04-16 17:46:15 +01:00
<None Include= "Drivers\HIDGuardian\HIDGuardian Install %28Run as Admin%29.bat" />
<None Include= "Drivers\HIDGuardian\HIDGuardian Uninstall %28Run as Admin%29.bat" />
<None Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\HidCerberus.Srv.exe.config" />
<None Include= "Drivers\HIDGuardian\_drivers\HidGuardian\hidguardian.cat" />
<None Include= "Drivers\HIDGuardian\_drivers\HidGuardian\HidGuardian.sys" />
2018-02-27 22:11:58 +00:00
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
2020-04-03 09:19:54 +01:00
<Content Include= ".nuget\mouse-keyboard-hook-logo.png" />
2020-04-16 17:46:15 +01:00
<Content Include= "Drivers\HIDGuardian\_drivers\devcon.exe" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Lib.dll" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\custom\api-requests.js" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\custom\viewmodels.js" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\dep\bootstrap-theme.min.css" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\dep\bootstrap.min.css" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\dep\bootstrap.min.js" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\dep\jquery-3.2.1.min.js" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\dep\jquery.form.min.js" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\dep\knockout-min.js" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\Content\dep\knockout.mapping.min.js" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\HidCerberus.Srv.exe" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidCerberus.Srv\index.html" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidGuardian\HidGuardian.inf" />
<Content Include= "Drivers\HIDGuardian\_drivers\HidGuardian\WdfCoinstaller01009.dll" />
2020-04-11 11:10:18 +01:00
<Content Include= "Drivers\README.txt" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<Content Include= "Drivers\ViGEmBus_Setup_1.16.116.exe" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
2019-11-10 09:17:23 -05:00
<Content Include= "Icons\snes.png" />
2019-04-14 17:23:03 +01:00
<None Include= "Properties\app.manifest" />
2018-08-22 12:52:41 +03:00
<Content Include= "Icons\betterjoyforcemu_icon.ico" />
2018-02-27 22:11:58 +00:00
<Content Include= "hidapi.dll" >
2020-04-07 14:52:04 +01:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
2018-02-27 22:11:58 +00:00
</Content>
2018-08-22 12:52:41 +03:00
<Content Include= "Icons\cross.png" />
2018-08-23 15:48:19 +03:00
<Content Include= "Icons\jc_left_s.png" />
<Content Include= "Icons\jc_right_s.png" />
2018-08-22 12:52:41 +03:00
<Resource Include= "Icons\jc_left.png" />
<Resource Include= "Icons\jc_right.png" />
<Resource Include= "Icons\pro.png" />
2018-02-27 22:11:58 +00:00
</ItemGroup>
2018-05-02 18:57:47 +01:00
<ItemGroup >
2019-02-03 16:16:00 +00:00
<EmbeddedResource Include= "3rdPartyControllers.resx" >
<DependentUpon > 3rdPartyControllers.cs</DependentUpon>
</EmbeddedResource>
2018-05-02 18:57:47 +01:00
<EmbeddedResource Include= "MainForm.resx" >
<DependentUpon > MainForm.cs</DependentUpon>
</EmbeddedResource>
2018-08-22 12:52:41 +03:00
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2020-04-03 15:53:04 +01:00
<EmbeddedResource Include= "Reassign.resx" >
<DependentUpon > Reassign.cs</DependentUpon>
</EmbeddedResource>
2018-05-02 18:57:47 +01:00
</ItemGroup>
2019-01-19 14:47:08 +00:00
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.6.1" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.6.1 %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>
2020-04-16 17:46:15 +01:00
<ItemGroup />
2018-02-27 22:11:58 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2019-01-12 12:00:15 +00:00
<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>
2019-11-10 09:17:23 -05:00
<Error Condition= "!Exists('..\packages\Fody.4.2.1\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.2.1\build\Fody.targets'))" />
2019-01-19 14:47:08 +00:00
<Error Condition= "!Exists('..\packages\Costura.Fody.3.3.1\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.1\build\Costura.Fody.props'))" />
<Error Condition= "!Exists('..\packages\Fielder.Fody.1.2.3\build\Fielder.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fielder.Fody.1.2.3\build\Fielder.Fody.props'))" />
2019-01-12 12:00:15 +00:00
</Target>
2019-04-14 16:49:42 +01:00
<Import Project= "..\packages\Fody.4.2.1\build\Fody.targets" Condition= "Exists('..\packages\Fody.4.2.1\build\Fody.targets')" />
2018-02-27 22:11:58 +00:00
</Project>