Commit 2d8015c9 authored by byronap's avatar byronap

huh

parent 33186d76
......@@ -5,6 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{63635F50-7D6F-4A93-84C6-04CF9D2754C5}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RuntimeIdentifier>win</RuntimeIdentifier>
<RootNamespace>WindowsServiceExample</RootNamespace>
<AssemblyName>WindowsServiceExample</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
......@@ -31,6 +32,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<RuntimeIdentifier>win</RuntimeIdentifier>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
......@@ -43,6 +45,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<RuntimeIdentifier>win</RuntimeIdentifier>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment