diff options
| author | a1xd <[email protected]> | 2020-09-29 21:17:20 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-09-29 21:17:20 -0400 |
| commit | 7259e581ca5ff7500fe950827f5899ae75f110fb (patch) | |
| tree | ff81e97e0f0531e3e4e0babc836859d23fa8378c /writer | |
| parent | change cut off from 1 to 10 for natural(gain) accel val (diff) | |
| download | rawaccel-7259e581ca5ff7500fe950827f5899ae75f110fb.tar.xz rawaccel-7259e581ca5ff7500fe950827f5899ae75f110fb.zip | |
build writer as win app instead of console app
Diffstat (limited to 'writer')
| -rw-r--r-- | writer/writer.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/writer/writer.csproj b/writer/writer.csproj index a28d5ef..a874b7f 100644 --- a/writer/writer.csproj +++ b/writer/writer.csproj @@ -5,7 +5,7 @@ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{28ACF254-E4EF-4A0E-9761-0FE22048D6FD}</ProjectGuid> - <OutputType>Exe</OutputType> + <OutputType>WinExe</OutputType> <RootNamespace>writer</RootNamespace> <AssemblyName>writer</AssemblyName> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> @@ -35,6 +35,9 @@ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> <Prefer32Bit>true</Prefer32Bit> </PropertyGroup> + <PropertyGroup> + <StartupObject /> + </PropertyGroup> <ItemGroup> <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |