Skip to content

Commit

Permalink
Release as x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Nov 12, 2021
1 parent 233f024 commit 1eb3295
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions ControllerHelper/ControllerHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
Expand Down
13 changes: 11 additions & 2 deletions ControllerService/ControllerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@
<None Include="dependencies\ViGEmBusSetup_x64.msi">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dependencies\x64\xinput1_3.dll" />
<None Include="dependencies\x86\xinput1_3.dll" />
<None Include="dependencies\x64\xinput1_3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dependencies\x86\xinput1_3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="profiles\AYASpace.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -107,4 +111,9 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Update="dependencies\x360ce.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit 1eb3295

Please sign in to comment.