|
@@ -8,10 +8,11 @@
|
|
|
<OutputType>Library</OutputType>
|
|
<OutputType>Library</OutputType>
|
|
|
<RootNamespace>Quadarax.Foundation.QConsole</RootNamespace>
|
|
<RootNamespace>Quadarax.Foundation.QConsole</RootNamespace>
|
|
|
<AssemblyName>QDR.FND.QConsole</AssemblyName>
|
|
<AssemblyName>QDR.FND.QConsole</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
|
|
|
|
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
+ <TargetFrameworkProfile />
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -45,6 +46,9 @@
|
|
|
<ApplicationIcon>quadarax_dll.ico</ApplicationIcon>
|
|
<ApplicationIcon>quadarax_dll.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <Reference Include="QDR.FND.Common, Version=1.0.0.5, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
+ <HintPath>..\packages\Quadarax.Foundation.Common.1.0.0.5\lib\net472\QDR.FND.Common.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Drawing" />
|
|
@@ -70,15 +74,12 @@
|
|
|
<Compile Include="Command\Defaults\CmdHelp.cs" />
|
|
<Compile Include="Command\Defaults\CmdHelp.cs" />
|
|
|
<Compile Include="Command\Defaults\CmdPrint.cs" />
|
|
<Compile Include="Command\Defaults\CmdPrint.cs" />
|
|
|
<Compile Include="Command\Defaults\CmdSelection.cs" />
|
|
<Compile Include="Command\Defaults\CmdSelection.cs" />
|
|
|
- <Compile Include="Command\Result.cs" />
|
|
|
|
|
<Compile Include="Configuration\StartupConfiguration.cs" />
|
|
<Compile Include="Configuration\StartupConfiguration.cs" />
|
|
|
- <Compile Include="ConsoleWriter.cs" />
|
|
|
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="Constants.cs" />
|
|
|
<Compile Include="DebugConsoleWriter.cs" />
|
|
<Compile Include="DebugConsoleWriter.cs" />
|
|
|
<Compile Include="Defaults.cs" />
|
|
<Compile Include="Defaults.cs" />
|
|
|
<Compile Include="Engine.cs" />
|
|
<Compile Include="Engine.cs" />
|
|
|
<Compile Include="Extensions\AbstractArgumentExt.cs" />
|
|
<Compile Include="Extensions\AbstractArgumentExt.cs" />
|
|
|
- <Compile Include="Extensions\TypePropertyLocator.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<Compile Include="Value\AbstractValue.cs" />
|
|
<Compile Include="Value\AbstractValue.cs" />
|
|
|
<Compile Include="Value\BoolValue.cs" />
|
|
<Compile Include="Value\BoolValue.cs" />
|
|
@@ -93,6 +94,7 @@
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<None Include="App.config" />
|
|
<None Include="App.config" />
|
|
|
|
|
+ <None Include="packages.config" />
|
|
|
<None Include="quadarax_strong_name_key.pfx" />
|
|
<None Include="quadarax_strong_name_key.pfx" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|