Skip to content

Commit

Permalink
Fix local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePixelGamer committed Feb 28, 2022
1 parent 15d2f94 commit 194cb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZenovaLauncher/ZenovaLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
Expand Down Expand Up @@ -307,7 +307,7 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition="'$(AzureBuild)'!='true'">
<PropertyGroup Condition="'$(AzureBuild)'=='true'">
<PostBuildEvent>$(InnoSetupCompiler) $(ProjectDir)SetupZenovaLauncher.iss</PostBuildEvent>
</PropertyGroup>
<Target Name="SpicNSpan" AfterTargets="Clean">
Expand Down

0 comments on commit 194cb6b

Please sign in to comment.