| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{F213F85B-7367-4590-A09E-3B512B27DB93}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Muchinfo.MTPClient.Adapter</RootNamespace>
- <AssemblyName>Client.Adapter</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="GalaSoft.MvvmLight.WPF4">
- <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
- </Reference>
- <Reference Include="protobuf-net">
- <HintPath>..\..\02.Libs\protobuf-net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Abstract\AccountAdapter.cs" />
- <Compile Include="Abstract\AnnouncementAdapter.cs" />
- <Compile Include="Abstract\BankAdapter.cs" />
- <Compile Include="Abstract\DeliveryAdapter.cs" />
- <Compile Include="Abstract\ListingAdapter.cs" />
- <Compile Include="Abstract\MessageAdapter.cs" />
- <Compile Include="Abstract\OrderAdapter.cs" />
- <Compile Include="Abstract\SaleAdapter.cs" />
- <Compile Include="Data\bank.cs" />
- <Compile Include="Data\bank_funcodes.cs" />
- <Compile Include="Data\mtp_errorcodes.cs" />
- <Compile Include="Data\mtp_funcodes.cs" />
- <Compile Include="Data\tas.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Json\AccountJsonAdapter.cs" />
- <Compile Include="ProtoBuf\AccountProtobufAdapter.cs" />
- <Compile Include="Factory\AdapterFactory.cs" />
- <Compile Include="Factory\JsonFactory.cs" />
- <Compile Include="Factory\ProtobufFactory.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ProtoBuf\AnnouncementProtoAdapter.cs" />
- <Compile Include="ProtoBuf\BankProtobufAdapter.cs" />
- <Compile Include="ProtoBuf\DeliveryProtoBufAdapter.cs" />
- <Compile Include="ProtoBuf\ListingProtoAdapter.cs" />
- <Compile Include="ProtoBuf\MassageProbufAdapter.cs" />
- <Compile Include="ProtoBuf\OrderProtoBufAdapter.cs" />
- <Compile Include="ProtoBuf\SaleProtoBufAdapter.cs" />
- <Compile Include="Quote\QuoteDateAdapter.cs" />
- <Compile Include="Utilities\ProtoBufHelper.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
- <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
- <Name>Muchinfo.MTPClient.Data</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="Muchinfo.MTPClient.snk" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|