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" >
<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>
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-12 12:00:15 +00:00
<Reference Include= "Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
<Private > False</Private>
</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-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" />
<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" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</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>
2018-02-27 22:11:58 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2019-01-12 12:00:15 +00:00
<Import Project= "..\packages\Fody.2.2.0\build\net452\Fody.targets" Condition= "Exists('..\packages\Fody.2.2.0\build\net452\Fody.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\Fody.2.2.0\build\net452\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.2.0\build\net452\Fody.targets'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
</Target>
<Import Project= "..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition= "Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" />
2018-02-27 22:11:58 +00:00
</Project>