summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-09-29 21:17:20 -0400
committera1xd <[email protected]>2020-09-29 21:17:20 -0400
commit7259e581ca5ff7500fe950827f5899ae75f110fb (patch)
treeff81e97e0f0531e3e4e0babc836859d23fa8378c
parentchange cut off from 1 to 10 for natural(gain) accel val (diff)
downloadrawaccel-7259e581ca5ff7500fe950827f5899ae75f110fb.tar.xz
rawaccel-7259e581ca5ff7500fe950827f5899ae75f110fb.zip
build writer as win app instead of console app
-rw-r--r--writer/writer.csproj5
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>