Skip to content

Commit

Permalink
feat: remove x86
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 11, 2024
1 parent 29e9328 commit 76559ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Veil.Test/BuildAllTargets.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
<SolutionPath>$(MSBuildThisFileDirectory)*.sln</SolutionPath>
</PropertyGroup>
<ItemGroup>
<!--
<ProjectReference Include="$(SolutionPath)">
<AdditionalProperties>Configuration=Debug;Platform=x86</AdditionalProperties>
</ProjectReference>
<ProjectReference Include="$(SolutionPath)">
<AdditionalProperties>Configuration=Release;Platform=x86</AdditionalProperties>
</ProjectReference>
-->
<ProjectReference Include="$(SolutionPath)">
<AdditionalProperties>Configuration=Debug;Platform=x64</AdditionalProperties>
</ProjectReference>
Expand Down

0 comments on commit 76559ba

Please sign in to comment.