QDR.FND.QConsole.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{AC8F64B9-6A00-40FC-85B9-FF2BD042B63D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Quadarax.Foundation.QConsole</RootNamespace>
  10. <AssemblyName>QDR.FND.QConsole</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject />
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <SignAssembly>true</SignAssembly>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <AssemblyOriginatorKeyFile>quadarax_strong_name_key.pfx</AssemblyOriginatorKeyFile>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <ApplicationIcon>quadarax_dll.ico</ApplicationIcon>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="QDR.FND.Common, Version=1.0.0.5, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Quadarax.Foundation.Common.1.0.0.5\lib\net472\QDR.FND.Common.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Argument\AbstractArgument.cs" />
  64. <Compile Include="Argument\FlagArgument.cs" />
  65. <Compile Include="Argument\NamedArgument.cs" />
  66. <Compile Include="Argument\OrdinalArgument.cs" />
  67. <Compile Include="Attributes\CommandDefinitionAttribute.cs" />
  68. <Compile Include="Command\Base\AbstractCommand.cs" />
  69. <Compile Include="Command\Base\AbstractListCommand.cs" />
  70. <Compile Include="Command\Base\AbstractSelectionCommand.cs" />
  71. <Compile Include="Command\Base\ISelectionEntry.cs" />
  72. <Compile Include="Command\Defaults\CmdClear.cs" />
  73. <Compile Include="Command\Defaults\CmdExit.cs" />
  74. <Compile Include="Command\Defaults\CmdHelp.cs" />
  75. <Compile Include="Command\Defaults\CmdPrint.cs" />
  76. <Compile Include="Command\Defaults\CmdSelection.cs" />
  77. <Compile Include="Configuration\StartupConfiguration.cs" />
  78. <Compile Include="Constants.cs" />
  79. <Compile Include="Context\DefaultCommandContext.cs" />
  80. <Compile Include="Context\DefualtEngineContext.cs" />
  81. <Compile Include="Context\ICommandContext.cs" />
  82. <Compile Include="Context\IEngineContext.cs" />
  83. <Compile Include="Context\IQConsoleContext.cs" />
  84. <Compile Include="DebugConsoleWriter.cs" />
  85. <Compile Include="Defaults.cs" />
  86. <Compile Include="Engine.cs" />
  87. <Compile Include="Extensions\AbstractArgumentExt.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="Value\AbstractValue.cs" />
  90. <Compile Include="Value\BoolValue.cs" />
  91. <Compile Include="Value\DateTimeValue.cs" />
  92. <Compile Include="Value\DateValue.cs" />
  93. <Compile Include="Value\DecimalValue.cs" />
  94. <Compile Include="Value\GuidValue.cs" />
  95. <Compile Include="Value\IntegerValue.cs" />
  96. <Compile Include="Value\StringValue.cs" />
  97. <Compile Include="Value\TimeValue.cs" />
  98. <Compile Include="Value\TypeValuesEnum.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="App.config" />
  102. <None Include="create_package.ps1" />
  103. <None Include="packages.config" />
  104. <None Include="QDR.FND.QConsole.nuspec" />
  105. <None Include="quadarax_strong_name_key.pfx" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Folder Include="Parser\" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="quadarax_dll.ico" />
  112. <Content Include="ReleaseNote.txt" />
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. </Project>