You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
4.5 KiB
XML

<?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>{458D98BE-5E05-4840-A352-02CADB64A487}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Txgy.EWS.Client.BLL</RootNamespace>
<AssemblyName>Txgy.EWS.Client.BLL</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\output\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.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" />
<Reference Include="Txgy.Microseismic.BaseLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\TayLib\Txgy.Microseismic\Txgy.Microseismic.BaseLib\bin\Debug\Txgy.Microseismic.BaseLib.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="LoginBLL.cs" />
<Compile Include="MenuBLL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RoleBLL.cs" />
<Compile Include="SearchMsEventBLL.cs" />
<Compile Include="UpgradeFileBLL.cs" />
<Compile Include="UserBLL.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Txgy.EWS.Client.Common\Txgy.EWS.Client.Common.csproj">
<Project>{0B6E19C0-970A-48D0-87EC-0DE5944D45B6}</Project>
<Name>Txgy.EWS.Client.Common</Name>
</ProjectReference>
<ProjectReference Include="..\Txgy.EWS.Client.Entity\Txgy.EWS.Client.Entity.csproj">
<Project>{EE71A089-CCCF-4B34-ACE7-191BCE1F0829}</Project>
<Name>Txgy.EWS.Client.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\Txgy.EWS.Client.IBLL\Txgy.EWS.Client.IBLL.csproj">
<Project>{8a3a12ba-31a9-4690-912d-46343f160c9f}</Project>
<Name>Txgy.EWS.Client.IBLL</Name>
</ProjectReference>
<ProjectReference Include="..\Txgy.EWS.Client.IDAL\Txgy.EWS.Client.IDAL.csproj">
<Project>{740BBA50-0B09-46D4-9683-D5D4D2636009}</Project>
<Name>Txgy.EWS.Client.IDAL</Name>
</ProjectReference>
<ProjectReference Include="..\Txgy.EWS.Client.ILog\Txgy.EWS.Client.ILog.csproj">
<Project>{71E1C662-B026-4CC1-8D8B-C1F5814E1779}</Project>
<Name>Txgy.EWS.Client.ILog</Name>
</ProjectReference>
<ProjectReference Include="..\Txgy.EWS.Client.Log\Txgy.EWS.Client.Log.csproj">
<Project>{084087fb-40fc-4fff-ad26-518b271d5602}</Project>
<Name>Txgy.EWS.Client.Log</Name>
</ProjectReference>
<ProjectReference Include="..\Txgy.EWS.Client.Models\Txgy.EWS.Client.Models.csproj">
<Project>{d666259f-effc-482c-8fd0-8e975bd67494}</Project>
<Name>Txgy.EWS.Client.Models</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>