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-01-19 14:47:08 +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>
<IsWebBootstrapper > false</IsWebBootstrapper>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
2018-02-27 22:11:58 +00:00
</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 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>
<DebugType > pdbonly</DebugType>
<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>
<DebugType > pdbonly</DebugType>
<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>
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" />
</ItemGroup>
<ItemGroup >
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>
2018-02-27 22:11:58 +00:00
<Compile Include= "UpdServer.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
2019-01-12 12:00:15 +00:00
<None Include= "FodyWeavers.xml" />
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" >
2019-01-24 18:28:49 +00:00
<CopyToOutputDirectory > PreserveNewest</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 >
<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>
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>
2018-02-27 22:11:58 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2019-01-19 14:47:08 +00:00
<Import Project= "..\packages\Fody.3.3.5\build\Fody.targets" Condition= "Exists('..\packages\Fody.3.3.5\build\Fody.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-01-19 14:47:08 +00:00
<Error Condition= "!Exists('..\packages\Fody.3.3.5\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.3.5\build\Fody.targets'))" />
<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>
2018-02-27 22:11:58 +00:00
</Project>