Muchinfo.MTPClient.Adapter.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{F213F85B-7367-4590-A09E-3B512B27DB93}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Adapter</RootNamespace>
  11. <AssemblyName>Client.Adapter</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup>
  34. <SignAssembly>true</SignAssembly>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="GalaSoft.MvvmLight.WPF4">
  41. <HintPath>..\..\02.Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  42. </Reference>
  43. <Reference Include="protobuf-net">
  44. <HintPath>..\..\02.Libs\protobuf-net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Abstract\AccountAdapter.cs" />
  57. <Compile Include="Abstract\AnnouncementAdapter.cs" />
  58. <Compile Include="Abstract\BankAdapter.cs" />
  59. <Compile Include="Abstract\DeliveryAdapter.cs" />
  60. <Compile Include="Abstract\ListingAdapter.cs" />
  61. <Compile Include="Abstract\MessageAdapter.cs" />
  62. <Compile Include="Abstract\OrderAdapter.cs" />
  63. <Compile Include="Abstract\SaleAdapter.cs" />
  64. <Compile Include="Data\bank.cs" />
  65. <Compile Include="Data\bank_funcodes.cs" />
  66. <Compile Include="Data\mtp_errorcodes.cs" />
  67. <Compile Include="Data\mtp_funcodes.cs" />
  68. <Compile Include="Data\tas.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="Json\AccountJsonAdapter.cs" />
  72. <Compile Include="ProtoBuf\AccountProtobufAdapter.cs" />
  73. <Compile Include="Factory\AdapterFactory.cs" />
  74. <Compile Include="Factory\JsonFactory.cs" />
  75. <Compile Include="Factory\ProtobufFactory.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="ProtoBuf\AnnouncementProtoAdapter.cs" />
  78. <Compile Include="ProtoBuf\BankProtobufAdapter.cs" />
  79. <Compile Include="ProtoBuf\DeliveryProtoBufAdapter.cs" />
  80. <Compile Include="ProtoBuf\ListingProtoAdapter.cs" />
  81. <Compile Include="ProtoBuf\MassageProbufAdapter.cs" />
  82. <Compile Include="ProtoBuf\OrderProtoBufAdapter.cs" />
  83. <Compile Include="ProtoBuf\SaleProtoBufAdapter.cs" />
  84. <Compile Include="Quote\QuoteDateAdapter.cs" />
  85. <Compile Include="Utilities\ProtoBufHelper.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ProjectReference Include="..\Muchinfo.TASClient.Data\Muchinfo.MTPClient.Data.csproj">
  89. <Project>{2c3cb02b-cf9e-4704-990b-5fc15f1ff8e1}</Project>
  90. <Name>Muchinfo.MTPClient.Data</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="Muchinfo.MTPClient.snk" />
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>