feat: always hide injector window

This commit is contained in:
goat 2021-02-10 02:34:47 +01:00
parent f4e9a5b4bc
commit b34cb8f36b

View file

@ -6,7 +6,7 @@
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Build"> <PropertyGroup Label="Build">
<OutputType>Exe</OutputType> <OutputType>WinExe</OutputType>
<OutputPath>$(SolutionDir)/bin</OutputPath> <OutputPath>$(SolutionDir)/bin</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>