Skip to content

Commit

Permalink
(WIP) Try using explicit Any CPU for build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Nov 28, 2024
1 parent 4d8072f commit 70c6f8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<OutputType>Exe</OutputType>
<Configurations>Debug;Release;DebugOfficial;ReleaseOfficial</Configurations>
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SolutionVersion.cs" Link="SolutionVersion.cs" />
Expand Down

0 comments on commit 70c6f8c

Please sign in to comment.