Skip to content

Commit

Permalink
Re-reveal the console window
Browse files Browse the repository at this point in the history
  • Loading branch information
kythyria committed Jan 7, 2023
1 parent 8301668 commit 2e6e47d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PD2ModelParser/PD2ModelParser.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand All @@ -28,5 +28,7 @@
<PropertyGroup>
<PreBuildEvent Condition="'$(OS)' == 'Windows_NT' And '$(APPVEYOR)' != 'True'">CD /D $(MSBuildProjectDirectory)\..\ &amp; bash.exe "gen-version.sh" "$(ConfigurationName)"</PreBuildEvent>
<PreBuildEvent Condition="'$(OS)' != 'Windows_NT' ">"$(SolutionDir)gen-version.sh" "$(ConfigurationName)"</PreBuildEvent>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
</Project>

0 comments on commit 2e6e47d

Please sign in to comment.