Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Version 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Jun 4, 2021
1 parent 1c51d48 commit 9f31b32
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions DS4Windows/DS4WinWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
<ServerGarbageCollection>true</ServerGarbageCollection>
<AssemblyVersion>3.0.6</AssemblyVersion>
<FileVersion>3.0.6</FileVersion>
<Version>3.0.6</Version>
<AssemblyVersion>3.0.7</AssemblyVersion>
<FileVersion>3.0.7</FileVersion>
<Version>3.0.7</Version>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<Copyright>Copyright © Scarlet.Crush Productions 2012, 2013; InhexSTER, HecticSeptic, electrobrains 2013, 2014; Jays2Kings 2013, 2014, 2015, 2016; Ryochan7 2017, 2018, 2019, 2020, 2021</Copyright>
Expand Down Expand Up @@ -55,7 +55,6 @@
<ItemGroup>
<None Remove="libs\x64\**" Condition="'$(Platform)' != 'x64'" />
<None Remove="libs\x86\**" Condition="'$(Platform)' != 'x86'" />
<None Remove="libs\x64\VMultiDLL\**" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -253,7 +252,7 @@
</ItemGroup>

<ItemGroup>
<None Update="libs\x64\FakerInputWrapper\FakerInputDll.dll">
<None Update="libs\$(Platform)\FakerInputWrapper\FakerInputDll.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>FakerInputDll.dll</Link>
</None>
Expand Down

0 comments on commit 9f31b32

Please sign in to comment.