|
@@ -5,7 +5,7 @@
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<ProjectGuid>{067C64DD-1E54-413D-91BB-DDA7F135B150}</ProjectGuid>
|
|
<ProjectGuid>{067C64DD-1E54-413D-91BB-DDA7F135B150}</ProjectGuid>
|
|
|
- <OutputType>WinExe</OutputType>
|
|
|
|
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
<RootNamespace>CanOpenSlaveTest</RootNamespace>
|
|
<RootNamespace>CanOpenSlaveTest</RootNamespace>
|
|
|
<AssemblyName>CanOpenSlaveTest</AssemblyName>
|
|
<AssemblyName>CanOpenSlaveTest</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
@@ -33,6 +33,9 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <StartupObject />
|
|
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|