|
@@ -0,0 +1,85 @@
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
+ <ProjectGuid>{9B070374-98A3-4122-85DD-CF5AB5E4B503}</ProjectGuid>
|
|
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
|
|
+ <RootNamespace>Quadarax.Foundation.Infrastructure</RootNamespace>
|
|
|
|
|
+ <AssemblyName>QDR.FND.Infrastructure</AssemblyName>
|
|
|
|
|
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
|
|
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
+ <Deterministic>true</Deterministic>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
|
|
+ <DebugType>full</DebugType>
|
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
|
|
+ <Optimize>true</Optimize>
|
|
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <ApplicationIcon>quadarax_dll.ico</ApplicationIcon>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <StartupObject />
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
|
+ <HintPath>packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="QDR.FND.Common, Version=1.0.0.7, Culture=neutral, PublicKeyToken=60b8fdcb29a015db, processorArchitecture=MSIL">
|
|
|
|
|
+ <HintPath>packages\Quadarax.Foundation.Common.1.0.0.7\lib\net472\QDR.FND.Common.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="StructureMap, Version=4.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
+ <HintPath>packages\StructureMap.4.7.1\lib\net45\StructureMap.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
|
+ <Reference Include="System.Core" />
|
|
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
|
|
+ <Reference Include="System.Data" />
|
|
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Compile Include="GlobalContainer.cs" />
|
|
|
|
|
+ <Compile Include="IModule.cs" />
|
|
|
|
|
+ <Compile Include="Infra.cs" />
|
|
|
|
|
+ <Compile Include="Layers\BusinessLayer.cs" />
|
|
|
|
|
+ <Compile Include="Layers\DataLayer.cs" />
|
|
|
|
|
+ <Compile Include="Layers\GlobalLayer.cs" />
|
|
|
|
|
+ <Compile Include="Layers\Layer.cs" />
|
|
|
|
|
+ <Compile Include="Layers\LayerClassificationEnum.cs" />
|
|
|
|
|
+ <Compile Include="Layers\PresentationLayer.cs" />
|
|
|
|
|
+ <Compile Include="Layers\ServiceLayer.cs" />
|
|
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <None Include="App.config" />
|
|
|
|
|
+ <None Include="create_package.ps1" />
|
|
|
|
|
+ <None Include="packages.config" />
|
|
|
|
|
+ <None Include="QDR.FND.Infrastructure.nuspec" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <Content Include="quadarax_dll.ico" />
|
|
|
|
|
+ <Content Include="ReleaseNote.txt" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
|
+ <ItemGroup />
|
|
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
+</Project>
|