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

110 lines
5.8 KiB

  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>{1505C180-8ED5-4357-B759-4EA68E74D047}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Wing</RootNamespace>
  11. <AssemblyName>Wing</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  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>pdbonly</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. <ItemGroup>
  34. <Reference Include="IKVM.OpenJDK.Charsets, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>..\ThirdPartyAPIs\bin\IKVM.OpenJDK.Charsets.dll</HintPath>
  37. </Reference>
  38. <Reference Include="IKVM.OpenJDK.Core, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\ThirdPartyAPIs\bin\IKVM.OpenJDK.Core.dll</HintPath>
  41. </Reference>
  42. <Reference Include="IKVM.OpenJDK.Security, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\ThirdPartyAPIs\bin\IKVM.OpenJDK.Security.dll</HintPath>
  45. </Reference>
  46. <Reference Include="IKVM.OpenJDK.SwingAWT, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\ThirdPartyAPIs\bin\IKVM.OpenJDK.SwingAWT.dll</HintPath>
  49. </Reference>
  50. <Reference Include="IKVM.OpenJDK.Text, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\ThirdPartyAPIs\bin\IKVM.OpenJDK.Text.dll</HintPath>
  53. </Reference>
  54. <Reference Include="IKVM.OpenJDK.Util, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\ThirdPartyAPIs\bin\IKVM.OpenJDK.Util.dll</HintPath>
  57. </Reference>
  58. <Reference Include="IKVM.OpenJDK.XML.API, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\ThirdPartyAPIs\bin\IKVM.OpenJDK.XML.API.dll</HintPath>
  61. </Reference>
  62. <Reference Include="IKVM.Runtime, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\ThirdPartyAPIs\bin\IKVM.Runtime.dll</HintPath>
  65. </Reference>
  66. <Reference Include="log4net">
  67. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  71. </Reference>
  72. <Reference Include="RestSharp, Version=106.11.7.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  73. <HintPath>..\packages\RestSharp.106.11.7\lib\net452\RestSharp.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.ComponentModel.DataAnnotations" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Web" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Model\WingAccountVerifyRequest.cs" />
  88. <Compile Include="Model\WingGetStatus.cs" />
  89. <Compile Include="Model\WingSendTxnRequestCrossBank.cs" />
  90. <Compile Include="Model\WingSendTxnResponseCrossBank.cs" />
  91. <Compile Include="Model\WTokenResponse.cs" />
  92. <Compile Include="Model\WingSendTxnRequestAcc.cs" />
  93. <Compile Include="Model\WingSendTxnRequestCash.cs" />
  94. <Compile Include="Model\WingSendTxnResponseCash.cs" />
  95. <Compile Include="Model\WingSendTxnResponseAcc.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="WingApiService\WingApi.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="App.config" />
  101. <None Include="packages.config" />
  102. </ItemGroup>
  103. <ItemGroup />
  104. <ItemGroup>
  105. <ProjectReference Include="..\Common\Common.csproj">
  106. <Project>{d626fe23-51c8-4441-b3c7-92a54d1f572e}</Project>
  107. <Name>Common</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. </Project>