|
@@ -8,7 +8,7 @@
|
|
|
<OutputType>WinExe</OutputType>
|
|
<OutputType>WinExe</OutputType>
|
|
|
<RootNamespace>OTSExtremum</RootNamespace>
|
|
<RootNamespace>OTSExtremum</RootNamespace>
|
|
|
<AssemblyName>OTSExtremum</AssemblyName>
|
|
<AssemblyName>OTSExtremum</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
|
|
+ <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
<Deterministic>true</Deterministic>
|
|
@@ -61,7 +61,7 @@
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
- <OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
|
|
+ <OutputPath>..\bin\x64\Debug\</OutputPath>
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|