Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.07 KB | None | 0 0
  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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{0BA0EA4B-32AB-4171-A807-56D635F82F8A}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>BaseTrade.CommonServices.UI.Web.Site</RootNamespace>
  15. <AssemblyName>BaseTrade.CommonServices.UI.Web.Site</AssemblyName>
  16. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  17. <UseIISExpress>false</UseIISExpress>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <OldToolsVersion>4.0</OldToolsVersion>
  23. <IISExpressSSLPort>44300</IISExpressSSLPort>
  24. <IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
  25. <IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
  26. <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
  27. <SccProjectName>SAK</SccProjectName>
  28. <SccLocalPath>SAK</SccLocalPath>
  29. <SccAuxPath>SAK</SccAuxPath>
  30. <SccProvider>SAK</SccProvider>
  31. <TargetFrameworkProfile />
  32. <UseGlobalApplicationHostFile />
  33. <NuGetPackageImportStamp>
  34. </NuGetPackageImportStamp>
  35. <Use64BitIISExpress />
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  39. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-Local|AnyCPU'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <CodeAnalysisLogFile>bin\BaseTrade.CommonServices.UI.Web.Site.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  48. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  49. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  53. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  54. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  55. <Prefer32Bit>false</Prefer32Bit>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Demo|AnyCPU'">
  58. <OutputPath>bin\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <Optimize>true</Optimize>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>AnyCPU</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Dev|AnyCPU'">
  67. <OutputPath>bin\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>AnyCPU</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Production|AnyCPU'">
  76. <OutputPath>bin\</OutputPath>
  77. <DefineConstants>TRACE</DefineConstants>
  78. <Optimize>true</Optimize>
  79. <DebugType>pdbonly</DebugType>
  80. <PlatformTarget>AnyCPU</PlatformTarget>
  81. <ErrorReport>prompt</ErrorReport>
  82. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-Servicing|AnyCPU'">
  85. <DebugSymbols>true</DebugSymbols>
  86. <OutputPath>bin\</OutputPath>
  87. <DefineConstants>DEBUG;TRACE</DefineConstants>
  88. <DebugType>full</DebugType>
  89. <PlatformTarget>AnyCPU</PlatformTarget>
  90. <ErrorReport>prompt</ErrorReport>
  91. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  92. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-Trunk|AnyCPU'">
  95. <OutputPath>bin\</OutputPath>
  96. <DebugType>full</DebugType>
  97. <DebugSymbols>true</DebugSymbols>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-Stable|AnyCPU'">
  100. <OutputPath>bin\</OutputPath>
  101. <DebugType>full</DebugType>
  102. <DebugSymbols>true</DebugSymbols>
  103. </PropertyGroup>
  104. <PropertyGroup Label="SlowCheetah">
  105. <SlowCheetahToolsPath>$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\..\..\..\..\..\..\NuGet-Packages\SlowCheetah.2.5.15\tools\))</SlowCheetahToolsPath>
  106. <SlowCheetah_EnableImportFromNuGet Condition=" '$(SlowCheetah_EnableImportFromNuGet)'=='' ">true</SlowCheetah_EnableImportFromNuGet>
  107. <SlowCheetah_NuGetImportPath Condition=" '$(SlowCheetah_NuGetImportPath)'=='' ">$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\Properties\SlowCheetah\SlowCheetah.Transforms.targets ))</SlowCheetah_NuGetImportPath>
  108. <SlowCheetahTargets Condition=" '$(SlowCheetah_EnableImportFromNuGet)'=='true' and Exists('$(SlowCheetah_NuGetImportPath)') ">$(SlowCheetah_NuGetImportPath)</SlowCheetahTargets>
  109. </PropertyGroup>
  110. <ItemGroup>
  111. <Reference Include="AutoMapper, Version=3.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  112. <HintPath>..\..\..\..\..\..\NuGet-Packages\AutoMapper.3.1.1\lib\net40\AutoMapper.dll</HintPath>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="AutoMapper.Net4, Version=3.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  116. <HintPath>..\..\..\..\..\..\NuGet-Packages\AutoMapper.3.1.1\lib\net40\AutoMapper.Net4.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  120. <HintPath>..\..\..\..\..\..\NuGet-Packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Castle.Windsor, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  123. <HintPath>..\..\..\..\..\..\NuGet-Packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath>
  124. </Reference>
  125. <Reference Include="FastReport, Version=2014.2.1.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>..\..\..\..\..\ReferencedAssemblies\FastReport\FastReport.dll</HintPath>
  128. </Reference>
  129. <Reference Include="FastReport.Bars, Version=2014.2.1.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  130. <SpecificVersion>False</SpecificVersion>
  131. <HintPath>..\..\..\..\..\ReferencedAssemblies\FastReport\FastReport.Bars.dll</HintPath>
  132. </Reference>
  133. <Reference Include="FastReport.Web, Version=2014.2.1.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>..\..\..\..\..\ReferencedAssemblies\FastReport\FastReport.Web.dll</HintPath>
  136. </Reference>
  137. <Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
  138. <HintPath>..\..\..\..\..\..\NuGet-Packages\GreenPipes.1.0.9\lib\net452\GreenPipes.dll</HintPath>
  139. </Reference>
  140. <Reference Include="HtmlAgilityPack, Version=1.4.6.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
  141. <HintPath>..\..\..\..\..\..\NuGet-Packages\HtmlAgilityPack.1.4.6\lib\Net45\HtmlAgilityPack.dll</HintPath>
  142. </Reference>
  143. <Reference Include="KellermanSoftware.Compare-NET-Objects, Version=1.7.3.0, Culture=neutral, PublicKeyToken=d970ace04cc85217, processorArchitecture=MSIL">
  144. <HintPath>..\..\..\..\..\..\NuGet-Packages\CompareNETObjects.1.7.3.0\lib\KellermanSoftware.Compare-NET-Objects.dll</HintPath>
  145. </Reference>
  146. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  147. <HintPath>..\..\..\..\..\..\NuGet-Packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  148. <Private>True</Private>
  149. </Reference>
  150. <Reference Include="MassTransit, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b8e0e9f2f1e657fa, processorArchitecture=MSIL">
  151. <HintPath>..\..\..\..\..\..\NuGet-Packages\MassTransit.3.5.7\lib\net452\MassTransit.dll</HintPath>
  152. </Reference>
  153. <Reference Include="MassTransit.RabbitMqTransport, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b8e0e9f2f1e657fa, processorArchitecture=MSIL">
  154. <HintPath>..\..\..\..\..\..\NuGet-Packages\MassTransit.RabbitMQ.3.5.7\lib\net452\MassTransit.RabbitMqTransport.dll</HintPath>
  155. </Reference>
  156. <Reference Include="Microsoft.AI.Agent.Intercept, Version=2.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  157. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.7\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  158. </Reference>
  159. <Reference Include="Microsoft.AI.DependencyCollector, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  160. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  161. </Reference>
  162. <Reference Include="Microsoft.AI.PerfCounterCollector, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  163. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  164. </Reference>
  165. <Reference Include="Microsoft.AI.ServerTelemetryChannel, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  166. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  167. </Reference>
  168. <Reference Include="Microsoft.AI.Web, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  169. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  170. </Reference>
  171. <Reference Include="Microsoft.AI.WindowsServer, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  172. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  173. </Reference>
  174. <Reference Include="Microsoft.ApplicationInsights, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  175. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.ApplicationInsights.2.2.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
  176. </Reference>
  177. <Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  178. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
  179. </Reference>
  180. <Reference Include="Microsoft.AspNet.SignalR.SystemWeb, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  181. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath>
  182. </Reference>
  183. <Reference Include="Microsoft.CSharp">
  184. <Private>True</Private>
  185. </Reference>
  186. <Reference Include="Microsoft.Owin, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  187. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.Owin.4.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  188. </Reference>
  189. <Reference Include="Microsoft.Owin.Cors, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  190. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.Owin.Cors.4.0.1\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
  191. </Reference>
  192. <Reference Include="Microsoft.Owin.Host.SystemWeb, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  193. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  194. </Reference>
  195. <Reference Include="Microsoft.Owin.Security, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  196. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.Owin.Security.3.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  197. </Reference>
  198. <Reference Include="Microsoft.Owin.Security.Cookies, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  199. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.Owin.Security.Cookies.3.0.1\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  200. </Reference>
  201. <Reference Include="Microsoft.Owin.Security.OAuth, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  202. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.Owin.Security.OAuth.3.0.1\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  203. </Reference>
  204. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  205. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  206. </Reference>
  207. <Reference Include="MSCaptcha">
  208. <HintPath>..\..\..\..\..\ReferencedAssemblies\MsCaptcha\MSCaptcha.dll</HintPath>
  209. </Reference>
  210. <Reference Include="NewId, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b8e0e9f2f1e657fa, processorArchitecture=MSIL">
  211. <HintPath>..\..\..\..\..\..\NuGet-Packages\NewId.3.0.0\lib\net452\NewId.dll</HintPath>
  212. </Reference>
  213. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  214. <HintPath>..\..\..\..\..\..\NuGet-Packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  215. </Reference>
  216. <Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  217. <HintPath>..\..\..\..\..\..\NuGet-Packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.dll</HintPath>
  218. </Reference>
  219. <Reference Include="Nito.AsyncEx.Concurrent, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  220. <HintPath>..\..\..\..\..\..\NuGet-Packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath>
  221. </Reference>
  222. <Reference Include="Nito.AsyncEx.Enlightenment, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  223. <HintPath>..\..\..\..\..\..\NuGet-Packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath>
  224. </Reference>
  225. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  226. <HintPath>..\..\..\..\..\..\NuGet-Packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  227. </Reference>
  228. <Reference Include="RabbitMQ.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
  229. <HintPath>..\..\..\..\..\..\NuGet-Packages\RabbitMQ.Client.4.1.3\lib\net451\RabbitMQ.Client.dll</HintPath>
  230. </Reference>
  231. <Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
  232. <HintPath>..\..\..\..\..\..\NuGet-Packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath>
  233. </Reference>
  234. <Reference Include="SharpArch.Web.Mvc">
  235. <HintPath>..\..\..\..\..\ReferencedAssemblies\SharpArch\SharpArch.Web.Mvc.dll</HintPath>
  236. </Reference>
  237. <Reference Include="SimpleInjector, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  238. <HintPath>..\..\..\..\..\..\NuGet-Packages\SimpleInjector.4.0.8\lib\net45\SimpleInjector.dll</HintPath>
  239. <Private>True</Private>
  240. </Reference>
  241. <Reference Include="SimpleInjector.Extensions.ExecutionContextScoping, Version=4.0.0.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  242. <HintPath>..\..\..\..\..\..\NuGet-Packages\SimpleInjector.Extensions.ExecutionContextScoping.4.0.0\lib\net45\SimpleInjector.Extensions.ExecutionContextScoping.dll</HintPath>
  243. <Private>True</Private>
  244. </Reference>
  245. <Reference Include="SimpleInjector.Integration.WebApi, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  246. <HintPath>..\..\..\..\..\..\NuGet-Packages\SimpleInjector.Integration.WebApi.4.0.8\lib\net45\SimpleInjector.Integration.WebApi.dll</HintPath>
  247. <Private>True</Private>
  248. </Reference>
  249. <Reference Include="System">
  250. <Private>True</Private>
  251. </Reference>
  252. <Reference Include="System.ComponentModel.DataAnnotations" />
  253. <Reference Include="System.Configuration">
  254. <Private>True</Private>
  255. </Reference>
  256. <Reference Include="System.Data">
  257. <Private>True</Private>
  258. </Reference>
  259. <Reference Include="System.Data.DataSetExtensions" />
  260. <Reference Include="System.Drawing">
  261. <Private>True</Private>
  262. </Reference>
  263. <Reference Include="System.EnterpriseServices">
  264. <Private>True</Private>
  265. </Reference>
  266. <Reference Include="System.Net.Http" />
  267. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  268. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  269. </Reference>
  270. <Reference Include="System.Runtime.Caching" />
  271. <Reference Include="System.Runtime.Serialization" />
  272. <Reference Include="System.ServiceModel">
  273. <Private>True</Private>
  274. </Reference>
  275. <Reference Include="System.Web">
  276. <Private>True</Private>
  277. </Reference>
  278. <Reference Include="System.Web.ApplicationServices">
  279. <Private>True</Private>
  280. </Reference>
  281. <Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  282. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
  283. </Reference>
  284. <Reference Include="System.Web.DynamicData">
  285. <Private>True</Private>
  286. </Reference>
  287. <Reference Include="System.Web.Entity">
  288. <Private>True</Private>
  289. </Reference>
  290. <Reference Include="System.Web.Extensions" />
  291. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  292. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  293. </Reference>
  294. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  295. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  296. </Reference>
  297. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  298. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  299. </Reference>
  300. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  301. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  302. </Reference>
  303. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  304. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  305. </Reference>
  306. <Reference Include="System.Web.Services">
  307. <Private>True</Private>
  308. </Reference>
  309. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  310. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  311. </Reference>
  312. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  313. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  314. </Reference>
  315. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  316. <HintPath>..\..\..\..\..\..\NuGet-Packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  317. </Reference>
  318. <Reference Include="System.Xml">
  319. <Private>True</Private>
  320. </Reference>
  321. <Reference Include="System.Xml.Linq" />
  322. <Reference Include="Trirand.Web, Version=4.5.2.0, Culture=neutral, PublicKeyToken=e2819dc449af3295, processorArchitecture=MSIL">
  323. <SpecificVersion>False</SpecificVersion>
  324. <HintPath>..\..\..\..\..\ReferencedAssemblies\jqSuite.4.5.2\bin\Trirand.Web.dll</HintPath>
  325. </Reference>
  326. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  327. <HintPath>..\..\..\..\..\..\NuGet-Packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  328. </Reference>
  329. <Reference Include="WebApiThrottle, Version=1.5.4.0, Culture=neutral, processorArchitecture=MSIL">
  330. <HintPath>..\..\..\..\..\..\NuGet-Packages\WebApiThrottle.1.5.4\lib\net45\WebApiThrottle.dll</HintPath>
  331. </Reference>
  332. </ItemGroup>
  333. <ItemGroup>
  334. <Content Include="..\..\..\..\..\..\NuGet-Packages\AutoMapper.3.1.1\lib\net40\AutoMapper.Net4.dll">
  335. <Link>AutoMapper.Net4.dll</Link>
  336. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  337. </Content>
  338. <Content Include="About.aspx" />
  339. <Content Include="AccessControl\Controls\RoleToPermissions.ascx" />
  340. <Content Include="AccessControl\Controls\UserRoles.ascx" />
  341. <Content Include="AccessControl\RoleDelete.aspx" />
  342. <Content Include="AccessControl\RoleEdit.aspx" />
  343. <Content Include="AccessControl\RoleList.aspx" />
  344. <Content Include="AccessControl\UserRoles.aspx" />
  345. <Content Include="Accounting\AccountingEdit.aspx" />
  346. <Content Include="Accounting\AccountingList.aspx" />
  347. <Content Include="Accounting\AccountingView.aspx" />
  348. <Content Include="Accounting\AccountRefill.aspx" />
  349. <Content Include="Accounting\Controls\AccountingList.ascx" />
  350. <Content Include="Accounting\Operator\AccountingList.aspx" />
  351. <Content Include="Accounting\Operator\Transactions.aspx" />
  352. <Content Include="Accounting\Operator\SpecialAccountList.aspx" />
  353. <Content Include="Accounting\Operator\TransactionsForExecution.aspx" />
  354. <Content Include="Accounting\RefundMoney\Create.aspx" />
  355. <Content Include="Accounting\TransactionsV2.aspx" />
  356. <Content Include="Accounting\Transactions.aspx" />
  357. <Content Include="Accounting\TransactionView.aspx" />
  358. <Content Include="Accreditation\ConfirmContactEmail.aspx" />
  359. <Content Include="Accreditation\ConfirmCustomerContactEmail.aspx" />
  360. <Content Include="Accreditation\Controls\AccelerateAccreditationControl.ascx" />
  361. <Content Include="Accreditation\Controls\ActivityBaseControl.ascx" />
  362. <Content Include="Accreditation\Controls\DocumentListView.ascx" />
  363. <Content Include="Accreditation\Controls\DocumentUploaderControl.ascx" />
  364. <Content Include="Accreditation\Controls\EmployeeInfo.ascx" />
  365. <Content Include="Accreditation\Controls\EmployeePassportInfo.ascx" />
  366. <Content Include="Accreditation\Controls\MainControl.ascx" />
  367. <Content Include="Accreditation\Controls\OrganizationInfo.ascx" />
  368. <Content Include="Accreditation\Controls\ReferralSourceControl.ascx" />
  369. <Content Include="Accreditation\Controls\RequestDocumentList.ascx" />
  370. <Content Include="Accreditation\Controls\RequestDocumentListView.ascx" />
  371. <Content Include="Accreditation\Controls\RevokeAccreditationControl.ascx" />
  372. <Content Include="Accreditation\Controls\RtsTenderRequestInfo.ascx" />
  373. <Content Include="Accreditation\EmployeeConfirmContactEmail.aspx" />
  374. <Content Include="Accreditation\EmployeeRequest.aspx" />
  375. <Content Include="Accreditation\EmployeeRequestInfo.aspx" />
  376. <Content Include="Accreditation\EmployeeRequestList.aspx" />
  377. <Content Include="Accreditation\OrganizationView.aspx" />
  378. <Content Include="Accreditation\OrganizationViewTabed.aspx" />
  379. <Content Include="Accreditation\Request.aspx" />
  380. <Content Include="Accreditation\RequestInfoTabed.aspx" />
  381. <Content Include="Accreditation\RequestList.aspx" />
  382. <Content Include="Accreditation\RequestListOtcAgro.aspx" />
  383. <Content Include="App.aspx" />
  384. <Content Include="App504.aspx" />
  385. <Content Include="Authentication\Authentication.aspx" />
  386. <Content Include="Common\Controls\BankingDetailsControl.ascx" />
  387. <Content Include="Common\Controls\CertificateListUploader.ascx" />
  388. <Content Include="Common\Controls\Counters.ascx" />
  389. <Content Include="Common\Controls\AS2PacketHistorySelector.ascx" />
  390. <Content Include="Common\Controls\CustomerSelector.ascx" />
  391. <Content Include="Common\Controls\DateRangeTextBox.ascx" />
  392. <Content Include="Common\Controls\DocumentUploader.ascx" />
  393. <Content Include="Common\Controls\DropDownList.ascx" />
  394. <Content Include="Common\Controls\FieldValue.ascx" />
  395. <Content Include="Common\Controls\FooterControl.ascx" />
  396. <Content Include="Common\Controls\EmptyHeaderControl.ascx" />
  397. <Content Include="Common\Controls\HeaderControl.ascx" />
  398. <Content Include="Common\Controls\LoadFromFileCertificateControl.ascx" />
  399. <Content Include="Common\Controls\FintenderMenu.ascx" />
  400. <Content Include="Common\Controls\Menu.ascx" />
  401. <Content Include="Common\Controls\NumberRangeTextBox.ascx" />
  402. <Content Include="Common\Controls\ParticipantSelector.ascx" />
  403. <Content Include="Common\Controls\PassportInfoControl.ascx" />
  404. <Content Include="Common\Controls\Scripts.ascx" />
  405. <Content Include="Common\Controls\SelectCertificateControl.ascx" />
  406. <Content Include="Common\Controls\SpecialAccountHeaderControl.ascx" />
  407. <Content Include="Common\Controls\Styles.ascx" />
  408. <Content Include="Common\Controls\TextBox.ascx" />
  409. <Content Include="Common\Controls\UploadFile.ascx" />
  410. <Content Include="Content\Images\icons\icon-doc.png" />
  411. <Content Include="CounterpartyChecking\CounterpartyChecking.aspx" />
  412. <Content Include="Customers\CustomerCard.aspx" />
  413. <Content Include="Customers\CustomerCardEdit.aspx" />
  414. <Content Include="Customers\CustomersRegistry.aspx" />
  415. <Content Include="Customers\RepresentativeView.aspx" />
  416. <Content Include="Default.aspx" />
  417. <Content Include="Dictionaries\Controls\EmployeeRegistration.ascx" />
  418. <Content Include="Dictionaries\Controls\GroundsForSigningControl.ascx" />
  419. <Content Include="Dictionaries\Controls\GroundsForSigningListControl.ascx" />
  420. <Content Include="Dictionaries\Controls\IndustriesControl.ascx" />
  421. <Content Include="Dictionaries\Controls\KladrAddress.ascx" />
  422. <Content Include="Dictionaries\DocumentTemplate\Create.aspx" />
  423. <Content Include="Dictionaries\DocumentTemplate\Search.aspx" />
  424. <Content Include="Dictionaries\DocumentTemplate\View.aspx" />
  425. <Content Include="Dictionaries\DocumentTemplateEdit.aspx" />
  426. <Content Include="Dictionaries\DocumentTemplateView.aspx" />
  427. <Content Include="Dictionaries\EmployeeList.aspx" />
  428. <Content Include="Dictionaries\EmployeeView.aspx" />
  429. <Content Include="Dictionaries\NotificationSettings.aspx" />
  430. <Content Include="Dictionaries\OrganizationList.aspx" />
  431. <Content Include="EmailInfo\EmailInfoList.aspx" />
  432. <Content Include="Error.aspx" />
  433. <Content Include="Global.asax" />
  434. <Content Include="IndependentRegistrator\MessageMonitoring.aspx" />
  435. <Content Include="Information.aspx" />
  436. <Content Include="Accreditation\LicenseAgreement.aspx" />
  437. <Content Include="Mailing\SendMessage.aspx" />
  438. <Content Include="NgApp.aspx" />
  439. <Content Include="ClientNotLogin.aspx" />
  440. <Content Include="Oos94Admin\PackageDetails.aspx" />
  441. <Content Include="Oos94Admin\PackagesImportOperator.aspx" />
  442. <Content Include="Oos94Admin\PackagesMonitoring.aspx" />
  443. <Content Include="OrganizationRatingDecoding.html" />
  444. <Content Include="OrganizationRatingValues.html" />
  445. <Content Include="Participant\SpecialAccountApplication.aspx" />
  446. <Content Include="Participant\CertificateVerification.aspx" />
  447. <Content Include="Participant\ParticipantInvolvement.aspx" />
  448. <Content Include="Private\Controls\AllMessageFilter.ascx" />
  449. <Content Include="Private\Controls\MessageChainList.ascx" />
  450. <Content Include="Private\Controls\MessageFilter.ascx" />
  451. <Content Include="Private\Controls\UploadFile.ascx" />
  452. <Content Include="Private\Mailing.aspx" />
  453. <Content Include="Private\MailingTemplate.aspx" />
  454. <Content Include="Private\MessageSettings.aspx" />
  455. <Content Include="Private\MessagesList.aspx" />
  456. <Content Include="Private\MessageView.aspx" />
  457. <Content Include="Private\SendMailing.aspx" />
  458. <Content Include="Private\SendMailingByList.aspx" />
  459. <Content Include="Private\WriteMessage.aspx" />
  460. <Content Include="Redirect.aspx" />
  461. <Content Include="robots.txt" />
  462. <Content Include="scripts\spin.js" />
  463. <Content Include="scripts\spin.min.js" />
  464. <Content Include="scripts\underscore.js" />
  465. <Content Include="scripts\underscore.min.js" />
  466. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.CreateReportResponse.datasource">
  467. <DependentUpon>Reference.svcmap</DependentUpon>
  468. </Content>
  469. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.CreateStatusInfo.datasource">
  470. <DependentUpon>Reference.svcmap</DependentUpon>
  471. </Content>
  472. <Content Include="Content\files\Templates\Отчет_О_Контрагенте_Образец.pdf" />
  473. <Content Include="Handlers\CertificateDownloadHandler.ashx" />
  474. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.CreateRegistryExtractResponse.datasource">
  475. <DependentUpon>Reference.svcmap</DependentUpon>
  476. </Content>
  477. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.EmailReportResult.datasource">
  478. <DependentUpon>Reference.svcmap</DependentUpon>
  479. </Content>
  480. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.GetReportStatusResponse.datasource">
  481. <DependentUpon>Reference.svcmap</DependentUpon>
  482. </Content>
  483. <Content Include="Handlers\NewPageOpenLoggerHandler.ashx" />
  484. <Content Include="Handlers\DownloadParticipantDocumentsSignatureHandler.ashx" />
  485. <Content Include="MasterPages\Base504.Master" />
  486. <Content Include="MasterPages\Login504.Master" />
  487. <None Include="packages.config">
  488. <SubType>Designer</SubType>
  489. </None>
  490. <None Include="Properties\SlowCheetah\SlowCheetah.Transforms.targets" />
  491. <Content Include="scripts\underscore.min.map" />
  492. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.CreateBeneficiarsReportResponse.datasource">
  493. <DependentUpon>Reference.svcmap</DependentUpon>
  494. </Content>
  495. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.EmailReportLimits.datasource">
  496. <DependentUpon>Reference.svcmap</DependentUpon>
  497. </Content>
  498. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.GetEmailReportLimitsResponse.datasource">
  499. <DependentUpon>Reference.svcmap</DependentUpon>
  500. </Content>
  501. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.SendReportToEmailResponse.datasource">
  502. <DependentUpon>Reference.svcmap</DependentUpon>
  503. </Content>
  504. <Content Include="Service References\FinTenderEmailReportService\BaseTrade.CommonServices.UI.Web.Site.FinTenderEmailReportService.SendReportToEmailResponse1.datasource">
  505. <DependentUpon>Reference.svcmap</DependentUpon>
  506. </Content>
  507. <None Include="Service References\FinTenderEmailReportService\configuration91.svcinfo" />
  508. <None Include="Service References\FinTenderEmailReportService\configuration.svcinfo" />
  509. <None Include="Service References\FinTenderEmailReportService\EmailReportService1.wsdl" />
  510. <None Include="Service References\FinTenderEmailReportService\EmailReportService51.xsd">
  511. <SubType>Designer</SubType>
  512. </None>
  513. <None Include="Service References\FinTenderEmailReportService\EmailReportService52.xsd">
  514. <SubType>Designer</SubType>
  515. </None>
  516. <None Include="Service References\FinTenderEmailReportService\EmailReportService53.xsd">
  517. <SubType>Designer</SubType>
  518. </None>
  519. <None Include="Service References\FinTenderEmailReportService\EmailReportService54.xsd">
  520. <SubType>Designer</SubType>
  521. </None>
  522. <None Include="Service References\FinTenderEmailReportService\EmailReportService55.xsd">
  523. <SubType>Designer</SubType>
  524. </None>
  525. <None Include="Service References\FinTenderEmailReportService\EmailReportService56.xsd">
  526. <SubType>Designer</SubType>
  527. </None>
  528. <None Include="Service References\FinTenderEmailReportService\EmailReportService57.xsd">
  529. <SubType>Designer</SubType>
  530. </None>
  531. <None Include="Service References\FinTenderEmailReportService\Reference.svcmap">
  532. <Generator>WCF Proxy Generator</Generator>
  533. <LastGenOutput>Reference.cs</LastGenOutput>
  534. </None>
  535. <None Include="Service References\FinTenderEmailReportService\EmailReportService1.disco" />
  536. <Content Include="Time.aspx" />
  537. <Content Include="Trade\Search.aspx" />
  538. <Content Include="version.txt" />
  539. <Content Include="Web.config">
  540. <SubType>Designer</SubType>
  541. <TransformOnBuild>true</TransformOnBuild>
  542. </Content>
  543. </ItemGroup>
  544. <ItemGroup>
  545. <Compile Include="About.aspx.cs">
  546. <DependentUpon>About.aspx</DependentUpon>
  547. <SubType>ASPXCodeBehind</SubType>
  548. </Compile>
  549. <Compile Include="About.aspx.designer.cs">
  550. <DependentUpon>About.aspx</DependentUpon>
  551. </Compile>
  552. <Compile Include="AccessControl\Controls\RoleToPermissions.ascx.cs">
  553. <DependentUpon>RoleToPermissions.ascx</DependentUpon>
  554. <SubType>ASPXCodeBehind</SubType>
  555. </Compile>
  556. <Compile Include="AccessControl\Controls\RoleToPermissions.ascx.designer.cs">
  557. <DependentUpon>RoleToPermissions.ascx</DependentUpon>
  558. </Compile>
  559. <Compile Include="AccessControl\Controls\UserRoles.ascx.cs">
  560. <DependentUpon>UserRoles.ascx</DependentUpon>
  561. <SubType>ASPXCodeBehind</SubType>
  562. </Compile>
  563. <Compile Include="AccessControl\Controls\UserRoles.ascx.designer.cs">
  564. <DependentUpon>UserRoles.ascx</DependentUpon>
  565. </Compile>
  566. <Compile Include="AccessControl\RoleDelete.aspx.cs">
  567. <DependentUpon>RoleDelete.aspx</DependentUpon>
  568. <SubType>ASPXCodeBehind</SubType>
  569. </Compile>
  570. <Compile Include="AccessControl\RoleDelete.aspx.designer.cs">
  571. <DependentUpon>RoleDelete.aspx</DependentUpon>
  572. </Compile>
  573. <Compile Include="AccessControl\RoleEdit.aspx.cs">
  574. <DependentUpon>RoleEdit.aspx</DependentUpon>
  575. <SubType>ASPXCodeBehind</SubType>
  576. </Compile>
  577. <Compile Include="AccessControl\RoleEdit.aspx.designer.cs">
  578. <DependentUpon>RoleEdit.aspx</DependentUpon>
  579. </Compile>
  580. <Compile Include="AccessControl\RoleList.aspx.cs">
  581. <DependentUpon>RoleList.aspx</DependentUpon>
  582. <SubType>ASPXCodeBehind</SubType>
  583. </Compile>
  584. <Compile Include="AccessControl\RoleList.aspx.designer.cs">
  585. <DependentUpon>RoleList.aspx</DependentUpon>
  586. </Compile>
  587. <Compile Include="AccessControl\UserRoles.aspx.cs">
  588. <DependentUpon>UserRoles.aspx</DependentUpon>
  589. <SubType>ASPXCodeBehind</SubType>
  590. </Compile>
  591. <Compile Include="AccessControl\UserRoles.aspx.designer.cs">
  592. <DependentUpon>UserRoles.aspx</DependentUpon>
  593. </Compile>
  594. <Compile Include="Accounting\AccountingEdit.aspx.cs">
  595. <DependentUpon>AccountingEdit.aspx</DependentUpon>
  596. <SubType>ASPXCodeBehind</SubType>
  597. </Compile>
  598. <Compile Include="Accounting\AccountingEdit.aspx.designer.cs">
  599. <DependentUpon>AccountingEdit.aspx</DependentUpon>
  600. </Compile>
  601. <Compile Include="Accounting\AccountingList.aspx.cs">
  602. <DependentUpon>AccountingList.aspx</DependentUpon>
  603. <SubType>ASPXCodeBehind</SubType>
  604. </Compile>
  605. <Compile Include="Accounting\AccountingList.aspx.designer.cs">
  606. <DependentUpon>AccountingList.aspx</DependentUpon>
  607. </Compile>
  608. <Compile Include="Accounting\AccountingView.aspx.cs">
  609. <DependentUpon>AccountingView.aspx</DependentUpon>
  610. <SubType>ASPXCodeBehind</SubType>
  611. </Compile>
  612. <Compile Include="Accounting\AccountingView.aspx.designer.cs">
  613. <DependentUpon>AccountingView.aspx</DependentUpon>
  614. </Compile>
  615. <Compile Include="Accounting\AccountRefill.aspx.cs">
  616. <DependentUpon>AccountRefill.aspx</DependentUpon>
  617. <SubType>ASPXCodeBehind</SubType>
  618. </Compile>
  619. <Compile Include="Accounting\AccountRefill.aspx.designer.cs">
  620. <DependentUpon>AccountRefill.aspx</DependentUpon>
  621. </Compile>
  622. <Compile Include="Accounting\Controls\AccountingList.ascx.cs">
  623. <DependentUpon>AccountingList.ascx</DependentUpon>
  624. <SubType>ASPXCodeBehind</SubType>
  625. </Compile>
  626. <Compile Include="Accounting\Controls\AccountingList.ascx.designer.cs">
  627. <DependentUpon>AccountingList.ascx</DependentUpon>
  628. </Compile>
  629. <Compile Include="Accounting\Operator\AccountingList.aspx.cs">
  630. <DependentUpon>AccountingList.aspx</DependentUpon>
  631. <SubType>ASPXCodeBehind</SubType>
  632. </Compile>
  633. <Compile Include="Accounting\Operator\AccountingList.aspx.designer.cs">
  634. <DependentUpon>AccountingList.aspx</DependentUpon>
  635. </Compile>
  636. <Compile Include="Accounting\Operator\Transactions.aspx.cs">
  637. <DependentUpon>Transactions.aspx</DependentUpon>
  638. <SubType>ASPXCodeBehind</SubType>
  639. </Compile>
  640. <Compile Include="Accounting\Operator\Transactions.aspx.designer.cs">
  641. <DependentUpon>Transactions.aspx</DependentUpon>
  642. </Compile>
  643. <Compile Include="Accounting\Operator\SpecialAccountList.aspx.cs">
  644. <DependentUpon>SpecialAccountList.aspx</DependentUpon>
  645. <SubType>ASPXCodeBehind</SubType>
  646. </Compile>
  647. <Compile Include="Accounting\Operator\SpecialAccountList.aspx.designer.cs">
  648. <DependentUpon>SpecialAccountList.aspx</DependentUpon>
  649. </Compile>
  650. <Compile Include="Accounting\Operator\TransactionsForExecution.aspx.cs">
  651. <DependentUpon>TransactionsForExecution.aspx</DependentUpon>
  652. <SubType>ASPXCodeBehind</SubType>
  653. </Compile>
  654. <Compile Include="Accounting\Operator\TransactionsForExecution.aspx.designer.cs">
  655. <DependentUpon>TransactionsForExecution.aspx</DependentUpon>
  656. </Compile>
  657. <Compile Include="Accounting\RefundMoney\Create.aspx.cs">
  658. <DependentUpon>Create.aspx</DependentUpon>
  659. <SubType>ASPXCodeBehind</SubType>
  660. </Compile>
  661. <Compile Include="Accounting\RefundMoney\Create.aspx.designer.cs">
  662. <DependentUpon>Create.aspx</DependentUpon>
  663. </Compile>
  664. <Compile Include="Accounting\RestApiTransaction\Models\AccountValidationReport.cs" />
  665. <Compile Include="Accounting\RestApiTransaction\Models\CommonState.cs" />
  666. <Compile Include="Accounting\RestApiTransaction\Models\Region.cs" />
  667. <Compile Include="Accounting\RestApiTransaction\RestApiServiceClient.cs" />
  668. <Compile Include="Accounting\TransactionsV2.aspx.cs">
  669. <DependentUpon>TransactionsV2.aspx</DependentUpon>
  670. <SubType>ASPXCodeBehind</SubType>
  671. </Compile>
  672. <Compile Include="Accounting\TransactionsV2.aspx.designer.cs">
  673. <DependentUpon>TransactionsV2.aspx</DependentUpon>
  674. </Compile>
  675. <Compile Include="Accreditation\Controls\AccelerateAccreditationControl.ascx.cs">
  676. <DependentUpon>AccelerateAccreditationControl.ascx</DependentUpon>
  677. <SubType>ASPXCodeBehind</SubType>
  678. </Compile>
  679. <Compile Include="Accreditation\Controls\AccelerateAccreditationControl.ascx.designer.cs">
  680. <DependentUpon>AccelerateAccreditationControl.ascx</DependentUpon>
  681. </Compile>
  682. <Compile Include="App.aspx.cs">
  683. <DependentUpon>App.aspx</DependentUpon>
  684. <SubType>ASPXCodeBehind</SubType>
  685. </Compile>
  686. <Compile Include="App.aspx.designer.cs">
  687. <DependentUpon>App.aspx</DependentUpon>
  688. </Compile>
  689. <Compile Include="App504.aspx.cs">
  690. <DependentUpon>App504.aspx</DependentUpon>
  691. <SubType>ASPXCodeBehind</SubType>
  692. </Compile>
  693. <Compile Include="App504.aspx.designer.cs">
  694. <DependentUpon>App504.aspx</DependentUpon>
  695. </Compile>
  696. <Compile Include="AppCode\BasePage504.cs">
  697. <SubType>ASPXCodeBehind</SubType>
  698. </Compile>
  699. <Compile Include="AppCode\SimpleInjectorControllerActivator.cs" />
  700. <Compile Include="AppConfig\SimpleInjectorConfig.cs" />
  701. <Compile Include="AppConfig\WebApiRouteConfig.cs" />
  702. <Compile Include="App_Start\BusConfigurator.cs" />
  703. <Compile Include="App_Start\OwinStartup.cs" />
  704. <Compile Include="Attributes\HandleServiceApiExceptionAttribute.cs" />
  705. <Compile Include="Attributes\HandleWebApiExceptionAttribute.cs" />
  706. <Compile Include="Attributes\JQGridRequestParameterAttribute.cs" />
  707. <Compile Include="Attributes\ValidateWebApiModelStateAttribute.cs" />
  708. <Compile Include="Automapper\Profiles\ApplicationMappingsProfile.cs" />
  709. <Compile Include="Automapper\Profiles\ContractMappingsProfile.cs" />
  710. <Compile Include="Automapper\Profiles\AuctionMappingsProfile.cs" />
  711. <Compile Include="Automapper\Profiles\CommonMappingsProfile.cs" />
  712. <Compile Include="Automapper\Profiles\DictionaryTypesMappingsProfile.cs" />
  713. <Compile Include="Automapper\Profiles\EmbeddedTypesMappingsProfile.cs" />
  714. <Compile Include="Automapper\Profiles\NotificationsMappingsProfile.cs" />
  715. <Compile Include="Automapper\Profiles\ProtocolSendingDelayMappingsProfile.cs" />
  716. <Compile Include="Automapper\Profiles\RecommendedTradeMappingsProfile.cs" />
  717. <Compile Include="Automapper\Profiles\SpecialAccountMappingProfiler.cs" />
  718. <Compile Include="Common\Constants.cs" />
  719. <Compile Include="Common\Controls\EmptyHeaderControl.ascx.cs">
  720. <DependentUpon>EmptyHeaderControl.ascx</DependentUpon>
  721. <SubType>ASPXCodeBehind</SubType>
  722. </Compile>
  723. <Compile Include="Common\Controls\EmptyHeaderControl.ascx.designer.cs">
  724. <DependentUpon>EmptyHeaderControl.ascx</DependentUpon>
  725. </Compile>
  726. <Compile Include="Common\Controls\FintenderMenu.ascx.cs">
  727. <DependentUpon>FintenderMenu.ascx</DependentUpon>
  728. <SubType>ASPXCodeBehind</SubType>
  729. </Compile>
  730. <Compile Include="Common\Controls\FintenderMenu.ascx.designer.cs">
  731. <DependentUpon>FintenderMenu.ascx</DependentUpon>
  732. </Compile>
  733. <Compile Include="Common\Controls\ParticipantSelector.ascx.cs">
  734. <DependentUpon>ParticipantSelector.ascx</DependentUpon>
  735. <SubType>ASPXCodeBehind</SubType>
  736. </Compile>
  737. <Compile Include="Common\Controls\ParticipantSelector.ascx.designer.cs">
  738. <DependentUpon>ParticipantSelector.ascx</DependentUpon>
  739. </Compile>
  740. <Compile Include="Common\Controls\SpecialAccountHeaderControl.ascx.cs">
  741. <DependentUpon>SpecialAccountHeaderControl.ascx</DependentUpon>
  742. <SubType>ASPXCodeBehind</SubType>
  743. </Compile>
  744. <Compile Include="Common\Controls\SpecialAccountHeaderControl.ascx.designer.cs">
  745. <DependentUpon>SpecialAccountHeaderControl.ascx</DependentUpon>
  746. </Compile>
  747. <Compile Include="ClientNotLogin.aspx.cs">
  748. <DependentUpon>ClientNotLogin.aspx</DependentUpon>
  749. <SubType>ASPXCodeBehind</SubType>
  750. </Compile>
  751. <Compile Include="ClientNotLogin.aspx.designer.cs">
  752. <DependentUpon>ClientNotLogin.aspx</DependentUpon>
  753. </Compile>
  754. <Compile Include="Consumers\OffersReadyEventConsumer.cs" />
  755. <Compile Include="Consumers\SpecialAccountCountChangedConsumer.cs" />
  756. <Compile Include="Consumers\SupplierApplicationVersionChangedResultConsumer.cs" />
  757. <Compile Include="Consumers\AccountSumChangedResultConsumer.cs" />
  758. <Compile Include="Contracts\Messaging\Files\FileDownloadMetadataRequest.cs" />
  759. <Compile Include="Contracts\Messaging\Files\FileDownloadMetadataResult.cs" />
  760. <Compile Include="Contracts\Messaging\Files\FileDownloadRequest.cs" />
  761. <Compile Include="Contracts\Messaging\Files\FileDownloadResult.cs" />
  762. <Compile Include="Contracts\Messaging\Files\FilesDownloadMetadataRequest.cs" />
  763. <Compile Include="Contracts\Messaging\Files\FilesDownloadMetadataResult.cs" />
  764. <Compile Include="Contracts\Messaging\Files\FileSignatureRequest.cs" />
  765. <Compile Include="Contracts\Messaging\Files\FileSignatureResult.cs" />
  766. <Compile Include="Contracts\Messaging\Files\FileUpdateRequest.cs" />
  767. <Compile Include="Contracts\Messaging\Files\FileUploadRequest.cs" />
  768. <Compile Include="Contracts\Messaging\Files\FileUploadResult.cs" />
  769. <Compile Include="Hubs\OffersReadyEventHub.cs" />
  770. <Compile Include="Models\GetCertificateInfoRequest.cs" />
  771. <Compile Include="Models\UserRoleModel.cs" />
  772. <Compile Include="WebApi\AccreditationController.cs" />
  773. <Compile Include="WebApi\Applications\ConstructionIndustryAuctionApplicationController.cs" />
  774. <Compile Include="WebApi\BannerController.cs" />
  775. <Compile Include="WebApi\CertificatesController.cs" />
  776. <Compile Include="WebApi\DeclarationController.cs" />
  777. <Compile Include="WebApi\EruzAccreditationController.cs" />
  778. <Compile Include="Converters\DecimalFormatConverter.cs" />
  779. <Compile Include="CounterpartyChecking\CounterpartyChecking.aspx.cs">
  780. <DependentUpon>CounterpartyChecking.aspx</DependentUpon>
  781. <SubType>ASPXCodeBehind</SubType>
  782. </Compile>
  783. <Compile Include="CounterpartyChecking\CounterpartyChecking.aspx.designer.cs">
  784. <DependentUpon>CounterpartyChecking.aspx</DependentUpon>
  785. </Compile>
  786. <Compile Include="Customers\RepresentativeView.aspx.cs">
  787. <DependentUpon>RepresentativeView.aspx</DependentUpon>
  788. <SubType>ASPXCodeBehind</SubType>
  789. </Compile>
  790. <Compile Include="Customers\RepresentativeView.aspx.designer.cs">
  791. <DependentUpon>RepresentativeView.aspx</DependentUpon>
  792. </Compile>
  793. <Compile Include="Dictionaries\NotificationSettings.aspx.cs">
  794. <DependentUpon>NotificationSettings.aspx</DependentUpon>
  795. <SubType>ASPXCodeBehind</SubType>
  796. </Compile>
  797. <Compile Include="Dictionaries\NotificationSettings.aspx.designer.cs">
  798. <DependentUpon>NotificationSettings.aspx</DependentUpon>
  799. </Compile>
  800. <Compile Include="Handlers\CertificateDownloadHandler.ashx.cs">
  801. <DependentUpon>CertificateDownloadHandler.ashx</DependentUpon>
  802. </Compile>
  803. <Compile Include="Handlers\DownloadParticipantDocumentsSignatureHandler.ashx.cs">
  804. <DependentUpon>DownloadParticipantDocumentsSignatureHandler.ashx</DependentUpon>
  805. </Compile>
  806. <Compile Include="Handlers\NewPageOpenLoggerHandler.ashx.cs">
  807. <DependentUpon>NewPageOpenLoggerHandler.ashx</DependentUpon>
  808. </Compile>
  809. <Compile Include="Helpers\AccountHelper.cs" />
  810. <Compile Include="Helpers\AuctionInfoBuilder\AuctionInfoBuilder.cs" />
  811. <Compile Include="Helpers\AuctionInfoBuilder\IAuctionInfoBuilder.cs" />
  812. <Compile Include="Helpers\BusinessOperationLogSelectionParametersBuilder\BusinessOperationLogSelectionParametersBuilder.cs" />
  813. <Compile Include="Helpers\BusinessOperationLogSelectionParametersBuilder\IBusinessOperationLogSelectionParametersBuilder.cs" />
  814. <Compile Include="Helpers\CustomMappingConverters\CommunicationParticipantNotificationsSettingsChangesConverter.cs" />
  815. <Compile Include="Helpers\CustomMappingConverters\CommunicationParticipantNotificationsSettingsConverter.cs" />
  816. <Compile Include="Helpers\CustomMappingConverters\NullableDateTimeConverter.cs" />
  817. <Compile Include="AppConfig\MapperConfiguration.cs" />
  818. <Compile Include="Helpers\CustomMappingConverters\TrackedFieldConverter.cs" />
  819. <Compile Include="Helpers\DigitalSignatureHelper.cs" />
  820. <Compile Include="Helpers\EnumConverter.cs" />
  821. <Compile Include="Helpers\LinkBuilder\ILinkBuilder.cs" />
  822. <Compile Include="Helpers\LinkBuilder\LinkBuilder.cs" />
  823. <Compile Include="Helpers\PhoneNumberParameters.cs" />
  824. <Compile Include="Helpers\QSFintenderUrlBuilder.cs" />
  825. <Compile Include="Helpers\SignalRHelper.cs" />
  826. <Compile Include="Helpers\TradeLotFilterBuilder\ITradeLotFilterBuilder.cs" />
  827. <Compile Include="Helpers\TradeLotFilterBuilder\TradeLotFilterBuilder.cs" />
  828. <Compile Include="Helpers\TransactionHelper.cs" />
  829. <Compile Include="Accounting\Transactions.aspx.cs">
  830. <DependentUpon>Transactions.aspx</DependentUpon>
  831. <SubType>ASPXCodeBehind</SubType>
  832. </Compile>
  833. <Compile Include="Accounting\Transactions.aspx.designer.cs">
  834. <DependentUpon>Transactions.aspx</DependentUpon>
  835. </Compile>
  836. <Compile Include="Accounting\TransactionView.aspx.cs">
  837. <DependentUpon>TransactionView.aspx</DependentUpon>
  838. <SubType>ASPXCodeBehind</SubType>
  839. </Compile>
  840. <Compile Include="Accounting\TransactionView.aspx.designer.cs">
  841. <DependentUpon>TransactionView.aspx</DependentUpon>
  842. </Compile>
  843. <Compile Include="Accreditation\ConfirmContactEmail.aspx.cs">
  844. <DependentUpon>ConfirmContactEmail.aspx</DependentUpon>
  845. <SubType>ASPXCodeBehind</SubType>
  846. </Compile>
  847. <Compile Include="Accreditation\ConfirmContactEmail.aspx.designer.cs">
  848. <DependentUpon>ConfirmContactEmail.aspx</DependentUpon>
  849. </Compile>
  850. <Compile Include="Accreditation\ConfirmCustomerContactEmail.aspx.cs">
  851. <DependentUpon>ConfirmCustomerContactEmail.aspx</DependentUpon>
  852. <SubType>ASPXCodeBehind</SubType>
  853. </Compile>
  854. <Compile Include="Accreditation\ConfirmCustomerContactEmail.aspx.designer.cs">
  855. <DependentUpon>ConfirmCustomerContactEmail.aspx</DependentUpon>
  856. </Compile>
  857. <Compile Include="Accreditation\Controls\ActivityBaseControl.ascx.cs">
  858. <DependentUpon>ActivityBaseControl.ascx</DependentUpon>
  859. <SubType>ASPXCodeBehind</SubType>
  860. </Compile>
  861. <Compile Include="Accreditation\Controls\ActivityBaseControl.ascx.designer.cs">
  862. <DependentUpon>ActivityBaseControl.ascx</DependentUpon>
  863. </Compile>
  864. <Compile Include="Accreditation\Controls\DocumentListView.ascx.cs">
  865. <DependentUpon>DocumentListView.ascx</DependentUpon>
  866. <SubType>ASPXCodeBehind</SubType>
  867. </Compile>
  868. <Compile Include="Accreditation\Controls\DocumentListView.ascx.designer.cs">
  869. <DependentUpon>DocumentListView.ascx</DependentUpon>
  870. </Compile>
  871. <Compile Include="Accreditation\Controls\DocumentUploaderControl.ascx.cs">
  872. <DependentUpon>DocumentUploaderControl.ascx</DependentUpon>
  873. </Compile>
  874. <Compile Include="Accreditation\Controls\DocumentUploaderControl.ascx.designer.cs">
  875. <DependentUpon>DocumentUploaderControl.ascx</DependentUpon>
  876. </Compile>
  877. <Compile Include="Accreditation\Controls\EmployeeInfo.ascx.cs">
  878. <DependentUpon>EmployeeInfo.ascx</DependentUpon>
  879. <SubType>ASPXCodeBehind</SubType>
  880. </Compile>
  881. <Compile Include="Accreditation\Controls\EmployeeInfo.ascx.designer.cs">
  882. <DependentUpon>EmployeeInfo.ascx</DependentUpon>
  883. </Compile>
  884. <Compile Include="Accreditation\Controls\EmployeePassportInfo.ascx.cs">
  885. <DependentUpon>EmployeePassportInfo.ascx</DependentUpon>
  886. <SubType>ASPXCodeBehind</SubType>
  887. </Compile>
  888. <Compile Include="Accreditation\Controls\EmployeePassportInfo.ascx.designer.cs">
  889. <DependentUpon>EmployeePassportInfo.ascx</DependentUpon>
  890. </Compile>
  891. <Compile Include="Accreditation\Controls\EmptyDto.cs" />
  892. <Compile Include="Accreditation\Controls\IMainControlRequest.cs" />
  893. <Compile Include="Accreditation\Controls\MainControl.ascx.cs">
  894. <DependentUpon>MainControl.ascx</DependentUpon>
  895. <SubType>ASPXCodeBehind</SubType>
  896. </Compile>
  897. <Compile Include="Accreditation\Controls\MainControl.ascx.designer.cs">
  898. <DependentUpon>MainControl.ascx</DependentUpon>
  899. </Compile>
  900. <Compile Include="Accreditation\Controls\MainControlChildrenBase.cs">
  901. <SubType>ASPXCodeBehind</SubType>
  902. </Compile>
  903. <Compile Include="Accreditation\Controls\MainControlChildrenSpecificRequestBase.cs">
  904. <SubType>ASPXCodeBehind</SubType>
  905. </Compile>
  906. <Compile Include="Accreditation\Controls\OrganizationInfo.ascx.cs">
  907. <DependentUpon>OrganizationInfo.ascx</DependentUpon>
  908. <SubType>ASPXCodeBehind</SubType>
  909. </Compile>
  910. <Compile Include="Accreditation\Controls\OrganizationInfo.ascx.designer.cs">
  911. <DependentUpon>OrganizationInfo.ascx</DependentUpon>
  912. </Compile>
  913. <Compile Include="Accreditation\Controls\ReferralSourceControl.ascx.cs">
  914. <DependentUpon>ReferralSourceControl.ascx</DependentUpon>
  915. <SubType>ASPXCodeBehind</SubType>
  916. </Compile>
  917. <Compile Include="Accreditation\Controls\ReferralSourceControl.ascx.designer.cs">
  918. <DependentUpon>ReferralSourceControl.ascx</DependentUpon>
  919. </Compile>
  920. <Compile Include="Accreditation\Controls\RequestDocumentList.ascx.cs">
  921. <DependentUpon>RequestDocumentList.ascx</DependentUpon>
  922. <SubType>ASPXCodeBehind</SubType>
  923. </Compile>
  924. <Compile Include="Accreditation\Controls\RequestDocumentList.ascx.designer.cs">
  925. <DependentUpon>RequestDocumentList.ascx</DependentUpon>
  926. </Compile>
  927. <Compile Include="Accreditation\Controls\RequestDocumentListView.ascx.cs">
  928. <DependentUpon>RequestDocumentListView.ascx</DependentUpon>
  929. <SubType>ASPXCodeBehind</SubType>
  930. </Compile>
  931. <Compile Include="Accreditation\Controls\RequestDocumentListView.ascx.designer.cs">
  932. <DependentUpon>RequestDocumentListView.ascx</DependentUpon>
  933. </Compile>
  934. <Compile Include="Accreditation\Controls\RevokeAccreditationControl.ascx.cs">
  935. <DependentUpon>RevokeAccreditationControl.ascx</DependentUpon>
  936. <SubType>ASPXCodeBehind</SubType>
  937. </Compile>
  938. <Compile Include="Accreditation\Controls\RevokeAccreditationControl.ascx.designer.cs">
  939. <DependentUpon>RevokeAccreditationControl.ascx</DependentUpon>
  940. </Compile>
  941. <Compile Include="Accreditation\Controls\RtsTenderRequestInfo.ascx.cs">
  942. <DependentUpon>RtsTenderRequestInfo.ascx</DependentUpon>
  943. <SubType>ASPXCodeBehind</SubType>
  944. </Compile>
  945. <Compile Include="Accreditation\Controls\RtsTenderRequestInfo.ascx.designer.cs">
  946. <DependentUpon>RtsTenderRequestInfo.ascx</DependentUpon>
  947. </Compile>
  948. <Compile Include="Accreditation\EmployeeConfirmContactEmail.aspx.cs">
  949. <DependentUpon>EmployeeConfirmContactEmail.aspx</DependentUpon>
  950. <SubType>ASPXCodeBehind</SubType>
  951. </Compile>
  952. <Compile Include="Accreditation\EmployeeConfirmContactEmail.aspx.designer.cs">
  953. <DependentUpon>EmployeeConfirmContactEmail.aspx</DependentUpon>
  954. </Compile>
  955. <Compile Include="Accreditation\EmployeeRequest.aspx.cs">
  956. <DependentUpon>EmployeeRequest.aspx</DependentUpon>
  957. <SubType>ASPXCodeBehind</SubType>
  958. </Compile>
  959. <Compile Include="Accreditation\EmployeeRequest.aspx.designer.cs">
  960. <DependentUpon>EmployeeRequest.aspx</DependentUpon>
  961. </Compile>
  962. <Compile Include="Accreditation\EmployeeRequestInfo.aspx.cs">
  963. <DependentUpon>EmployeeRequestInfo.aspx</DependentUpon>
  964. <SubType>ASPXCodeBehind</SubType>
  965. </Compile>
  966. <Compile Include="Accreditation\EmployeeRequestInfo.aspx.designer.cs">
  967. <DependentUpon>EmployeeRequestInfo.aspx</DependentUpon>
  968. </Compile>
  969. <Compile Include="Accreditation\EmployeeRequestList.aspx.cs">
  970. <DependentUpon>EmployeeRequestList.aspx</DependentUpon>
  971. <SubType>ASPXCodeBehind</SubType>
  972. </Compile>
  973. <Compile Include="Accreditation\EmployeeRequestList.aspx.designer.cs">
  974. <DependentUpon>EmployeeRequestList.aspx</DependentUpon>
  975. </Compile>
  976. <Compile Include="Accreditation\OrganizationView.aspx.cs">
  977. <DependentUpon>OrganizationView.aspx</DependentUpon>
  978. <SubType>ASPXCodeBehind</SubType>
  979. </Compile>
  980. <Compile Include="Accreditation\OrganizationView.aspx.designer.cs">
  981. <DependentUpon>OrganizationView.aspx</DependentUpon>
  982. </Compile>
  983. <Compile Include="Accreditation\OrganizationViewTabed.aspx.cs">
  984. <DependentUpon>OrganizationViewTabed.aspx</DependentUpon>
  985. <SubType>ASPXCodeBehind</SubType>
  986. </Compile>
  987. <Compile Include="Accreditation\OrganizationViewTabed.aspx.designer.cs">
  988. <DependentUpon>OrganizationViewTabed.aspx</DependentUpon>
  989. </Compile>
  990. <Compile Include="Accreditation\Request.aspx.cs">
  991. <DependentUpon>Request.aspx</DependentUpon>
  992. <SubType>ASPXCodeBehind</SubType>
  993. </Compile>
  994. <Compile Include="Accreditation\Request.aspx.designer.cs">
  995. <DependentUpon>Request.aspx</DependentUpon>
  996. </Compile>
  997. <Compile Include="Accreditation\RequestInfoTabed.aspx.cs">
  998. <DependentUpon>RequestInfoTabed.aspx</DependentUpon>
  999. <SubType>ASPXCodeBehind</SubType>
  1000. </Compile>
  1001. <Compile Include="Accreditation\RequestInfoTabed.aspx.designer.cs">
  1002. <DependentUpon>RequestInfoTabed.aspx</DependentUpon>
  1003. </Compile>
  1004. <Compile Include="Accreditation\RequestList.aspx.cs">
  1005. <DependentUpon>RequestList.aspx</DependentUpon>
  1006. <SubType>ASPXCodeBehind</SubType>
  1007. </Compile>
  1008. <Compile Include="Accreditation\RequestList.aspx.designer.cs">
  1009. <DependentUpon>RequestList.aspx</DependentUpon>
  1010. </Compile>
  1011. <Compile Include="Accreditation\RequestListOtcAgro.aspx.cs">
  1012. <DependentUpon>RequestListOtcAgro.aspx</DependentUpon>
  1013. <SubType>ASPXCodeBehind</SubType>
  1014. </Compile>
  1015. <Compile Include="Accreditation\RequestListOtcAgro.aspx.designer.cs">
  1016. <DependentUpon>RequestListOtcAgro.aspx</DependentUpon>
  1017. </Compile>
  1018. <Compile Include="AppCode\BaseMaster.cs">
  1019. <SubType>ASPXCodeBehind</SubType>
  1020. </Compile>
  1021. <Compile Include="AppCode\BasePage.cs">
  1022. <SubType>ASPXCodeBehind</SubType>
  1023. </Compile>
  1024. <Compile Include="AppCode\BaseUserControl.cs">
  1025. <SubType>ASPXCodeBehind</SubType>
  1026. </Compile>
  1027. <Compile Include="AppCode\Private\IMessageFilter.cs" />
  1028. <Compile Include="AppCode\Private\MessageChainFilteeDto.cs" />
  1029. <Compile Include="AppCode\Private\MessageListSelectionParameters.cs" />
  1030. <Compile Include="AppCode\Private\MessagePaging.cs" />
  1031. <Compile Include="AppCode\Private\MessageProviders\AbstractMessageProvider.cs" />
  1032. <Compile Include="AppCode\Private\MessageProviders\AllMessageProvider.cs" />
  1033. <Compile Include="AppCode\Private\MessageProviders\ArchiveMessageProvider.cs" />
  1034. <Compile Include="AppCode\Private\MessageProviders\IMessageProvider.cs" />
  1035. <Compile Include="AppCode\Private\MessageProviders\IncomingMessageProvider.cs" />
  1036. <Compile Include="AppCode\Private\MessageProviders\MessageProviderFactory.cs" />
  1037. <Compile Include="AppCode\Private\MessageProviders\OutgoingMessageProvider.cs" />
  1038. <Compile Include="AppCode\Private\MessagesBasePage.cs">
  1039. <SubType>ASPXCodeBehind</SubType>
  1040. </Compile>
  1041. <Compile Include="AppCode\Private\MessagesListType.cs" />
  1042. <Compile Include="Authentication\Authentication.aspx.cs">
  1043. <DependentUpon>Authentication.aspx</DependentUpon>
  1044. <SubType>ASPXCodeBehind</SubType>
  1045. </Compile>
  1046. <Compile Include="Authentication\Authentication.aspx.designer.cs">
  1047. <DependentUpon>Authentication.aspx</DependentUpon>
  1048. </Compile>
  1049. <Compile Include="Common\AnnounceAction.cs" />
  1050. <Compile Include="Common\ContextManager.cs" />
  1051. <Compile Include="Common\Controls\BankingDetailsControl.ascx.cs">
  1052. <DependentUpon>BankingDetailsControl.ascx</DependentUpon>
  1053. <SubType>ASPXCodeBehind</SubType>
  1054. </Compile>
  1055. <Compile Include="Common\Controls\BankingDetailsControl.ascx.designer.cs">
  1056. <DependentUpon>BankingDetailsControl.ascx</DependentUpon>
  1057. </Compile>
  1058. <Compile Include="Common\Controls\CertificateListUploader.ascx.cs">
  1059. <DependentUpon>CertificateListUploader.ascx</DependentUpon>
  1060. <SubType>ASPXCodeBehind</SubType>
  1061. </Compile>
  1062. <Compile Include="Common\Controls\CertificateListUploader.ascx.designer.cs">
  1063. <DependentUpon>CertificateListUploader.ascx</DependentUpon>
  1064. </Compile>
  1065. <Compile Include="Common\Controls\Counters.ascx.cs">
  1066. <DependentUpon>Counters.ascx</DependentUpon>
  1067. <SubType>ASPXCodeBehind</SubType>
  1068. </Compile>
  1069. <Compile Include="Common\Controls\Counters.ascx.designer.cs">
  1070. <DependentUpon>Counters.ascx</DependentUpon>
  1071. </Compile>
  1072. <Compile Include="Common\Controls\AS2PacketHistorySelector.ascx.cs">
  1073. <DependentUpon>AS2PacketHistorySelector.ascx</DependentUpon>
  1074. <SubType>ASPXCodeBehind</SubType>
  1075. </Compile>
  1076. <Compile Include="Common\Controls\AS2PacketHistorySelector.ascx.designer.cs">
  1077. <DependentUpon>AS2PacketHistorySelector.ascx</DependentUpon>
  1078. </Compile>
  1079. <Compile Include="Common\Controls\CustomerSelector.ascx.cs">
  1080. <DependentUpon>CustomerSelector.ascx</DependentUpon>
  1081. <SubType>ASPXCodeBehind</SubType>
  1082. </Compile>
  1083. <Compile Include="Common\Controls\CustomerSelector.ascx.designer.cs">
  1084. <DependentUpon>CustomerSelector.ascx</DependentUpon>
  1085. </Compile>
  1086. <Compile Include="Common\Controls\DateRangeTextBox.ascx.cs">
  1087. <DependentUpon>DateRangeTextBox.ascx</DependentUpon>
  1088. <SubType>ASPXCodeBehind</SubType>
  1089. </Compile>
  1090. <Compile Include="Common\Controls\DateRangeTextBox.ascx.designer.cs">
  1091. <DependentUpon>DateRangeTextBox.ascx</DependentUpon>
  1092. </Compile>
  1093. <Compile Include="Common\Controls\DocumentUploader.ascx.cs">
  1094. <DependentUpon>DocumentUploader.ascx</DependentUpon>
  1095. <SubType>ASPXCodeBehind</SubType>
  1096. </Compile>
  1097. <Compile Include="Common\Controls\DocumentUploader.ascx.designer.cs">
  1098. <DependentUpon>DocumentUploader.ascx</DependentUpon>
  1099. </Compile>
  1100. <Compile Include="Common\Controls\DropDownList.ascx.cs">
  1101. <DependentUpon>DropDownList.ascx</DependentUpon>
  1102. <SubType>ASPXCodeBehind</SubType>
  1103. </Compile>
  1104. <Compile Include="Common\Controls\DropDownList.ascx.designer.cs">
  1105. <DependentUpon>DropDownList.ascx</DependentUpon>
  1106. </Compile>
  1107. <Compile Include="Common\Controls\FieldValue.ascx.cs">
  1108. <DependentUpon>FieldValue.ascx</DependentUpon>
  1109. <SubType>ASPXCodeBehind</SubType>
  1110. </Compile>
  1111. <Compile Include="Common\Controls\FieldValue.ascx.designer.cs">
  1112. <DependentUpon>FieldValue.ascx</DependentUpon>
  1113. </Compile>
  1114. <Compile Include="Common\Controls\FooterControl.ascx.cs">
  1115. <DependentUpon>FooterControl.ascx</DependentUpon>
  1116. <SubType>ASPXCodeBehind</SubType>
  1117. </Compile>
  1118. <Compile Include="Common\Controls\FooterControl.ascx.designer.cs">
  1119. <DependentUpon>FooterControl.ascx</DependentUpon>
  1120. </Compile>
  1121. <Compile Include="Common\Controls\HeaderControl.ascx.cs">
  1122. <DependentUpon>HeaderControl.ascx</DependentUpon>
  1123. <SubType>ASPXCodeBehind</SubType>
  1124. </Compile>
  1125. <Compile Include="Common\Controls\HeaderControl.ascx.designer.cs">
  1126. <DependentUpon>HeaderControl.ascx</DependentUpon>
  1127. </Compile>
  1128. <Compile Include="Common\Controls\InputFieldValueType.cs" />
  1129. <Compile Include="Common\Controls\LoadFromFileCertificateControl.ascx.cs">
  1130. <DependentUpon>LoadFromFileCertificateControl.ascx</DependentUpon>
  1131. <SubType>ASPXCodeBehind</SubType>
  1132. </Compile>
  1133. <Compile Include="Common\Controls\LoadFromFileCertificateControl.ascx.designer.cs">
  1134. <DependentUpon>LoadFromFileCertificateControl.ascx</DependentUpon>
  1135. </Compile>
  1136. <Compile Include="Common\Controls\Menu.ascx.cs">
  1137. <DependentUpon>Menu.ascx</DependentUpon>
  1138. <SubType>ASPXCodeBehind</SubType>
  1139. </Compile>
  1140. <Compile Include="Common\Controls\Menu.ascx.designer.cs">
  1141. <DependentUpon>Menu.ascx</DependentUpon>
  1142. </Compile>
  1143. <Compile Include="Common\Controls\Messaging\PassportInfoDto.cs" />
  1144. <Compile Include="Common\Controls\NumberRangeTextBox.ascx.cs">
  1145. <DependentUpon>NumberRangeTextBox.ascx</DependentUpon>
  1146. <SubType>ASPXCodeBehind</SubType>
  1147. </Compile>
  1148. <Compile Include="Common\Controls\NumberRangeTextBox.ascx.designer.cs">
  1149. <DependentUpon>NumberRangeTextBox.ascx</DependentUpon>
  1150. </Compile>
  1151. <Compile Include="Common\Controls\PassportInfoControl.ascx.cs">
  1152. <DependentUpon>PassportInfoControl.ascx</DependentUpon>
  1153. <SubType>ASPXCodeBehind</SubType>
  1154. </Compile>
  1155. <Compile Include="Common\Controls\PassportInfoControl.ascx.designer.cs">
  1156. <DependentUpon>PassportInfoControl.ascx</DependentUpon>
  1157. </Compile>
  1158. <Compile Include="Common\Controls\Scripts.ascx.cs">
  1159. <DependentUpon>Scripts.ascx</DependentUpon>
  1160. <SubType>ASPXCodeBehind</SubType>
  1161. </Compile>
  1162. <Compile Include="Common\Controls\Scripts.ascx.designer.cs">
  1163. <DependentUpon>Scripts.ascx</DependentUpon>
  1164. </Compile>
  1165. <Compile Include="Common\Controls\SelectCertificateControl.ascx.cs">
  1166. <DependentUpon>SelectCertificateControl.ascx</DependentUpon>
  1167. <SubType>ASPXCodeBehind</SubType>
  1168. </Compile>
  1169. <Compile Include="Common\Controls\SelectCertificateControl.ascx.designer.cs">
  1170. <DependentUpon>SelectCertificateControl.ascx</DependentUpon>
  1171. </Compile>
  1172. <Compile Include="Common\Controls\Styles.ascx.cs">
  1173. <DependentUpon>Styles.ascx</DependentUpon>
  1174. <SubType>ASPXCodeBehind</SubType>
  1175. </Compile>
  1176. <Compile Include="Common\Controls\Styles.ascx.designer.cs">
  1177. <DependentUpon>Styles.ascx</DependentUpon>
  1178. </Compile>
  1179. <Compile Include="Common\Controls\TextBox.ascx.cs">
  1180. <DependentUpon>TextBox.ascx</DependentUpon>
  1181. <SubType>ASPXCodeBehind</SubType>
  1182. </Compile>
  1183. <Compile Include="Common\Controls\TextBox.ascx.designer.cs">
  1184. <DependentUpon>TextBox.ascx</DependentUpon>
  1185. </Compile>
  1186. <Compile Include="Common\Controls\UploadFile.ascx.cs">
  1187. <DependentUpon>UploadFile.ascx</DependentUpon>
  1188. <SubType>ASPXCodeBehind</SubType>
  1189. </Compile>
  1190. <Compile Include="Common\Controls\UploadFile.ascx.designer.cs">
  1191. <DependentUpon>UploadFile.ascx</DependentUpon>
  1192. </Compile>
  1193. <Compile Include="Common\DocumentUploaderWorkMode.cs" />
  1194. <Compile Include="Common\FileServiceExtensions.cs" />
  1195. <Compile Include="Common\MaxLength.cs" />
  1196. <Compile Include="Common\MessageConstants.cs" />
  1197. <Compile Include="Common\RequestDocumentInfo.cs" />
  1198. <Compile Include="Contracts\ContractGenerator.cs" />
  1199. <Compile Include="Contracts\ContractTemplates\AccreditationRequest.cs">
  1200. <SubType>Component</SubType>
  1201. </Compile>
  1202. <Compile Include="Contracts\ContractTemplates\ApplicationForAccreditation.cs">
  1203. <SubType>Component</SubType>
  1204. </Compile>
  1205. <Compile Include="Contracts\ContractTemplates\ChangeOrganizationFullNameContract.cs">
  1206. <SubType>Component</SubType>
  1207. </Compile>
  1208. <Compile Include="Contracts\ContractTemplates\ClientContract.cs">
  1209. <SubType>Component</SubType>
  1210. </Compile>
  1211. <Compile Include="Contracts\ContractTemplates\ContractItoFl.cs">
  1212. <SubType>Component</SubType>
  1213. </Compile>
  1214. <Compile Include="Contracts\ContractTemplates\ContractItoForTenderIndividualEntrepreneur.cs">
  1215. <SubType>Component</SubType>
  1216. </Compile>
  1217. <Compile Include="Contracts\ContractTemplates\ContractItoForTenderJudicialPerson.cs">
  1218. <SubType>Component</SubType>
  1219. </Compile>
  1220. <Compile Include="Contracts\ContractTemplates\ContractItoForTenderPhysicalPerson.cs">
  1221. <SubType>Component</SubType>
  1222. </Compile>
  1223. <Compile Include="Contracts\ContractTemplates\ContractItoIp.cs">
  1224. <SubType>Component</SubType>
  1225. </Compile>
  1226. <Compile Include="Contracts\ContractTemplates\ContractItoUl.cs">
  1227. <SubType>Component</SubType>
  1228. </Compile>
  1229. <Compile Include="Contracts\ContractTemplates\PartnerContractFl.cs">
  1230. <SubType>Component</SubType>
  1231. </Compile>
  1232. <Compile Include="Contracts\ContractTemplates\PartnerContractIp.cs">
  1233. <SubType>Component</SubType>
  1234. </Compile>
  1235. <Compile Include="Contracts\ContractTemplates\PartnerContractUl.cs">
  1236. <SubType>Component</SubType>
  1237. </Compile>
  1238. <Compile Include="Contracts\ContractTemplates\PersonalDataProcessingAgreement.cs">
  1239. <SubType>Component</SubType>
  1240. </Compile>
  1241. <Compile Include="Contracts\ContractTemplates\PersonalDataProcessingAgreementRtsTender.cs">
  1242. <SubType>Component</SubType>
  1243. </Compile>
  1244. <Compile Include="Contracts\ContractTemplates\SignListGO.cs">
  1245. <SubType>Component</SubType>
  1246. </Compile>
  1247. <Compile Include="Contracts\ContractTemplates\SignListGOForTenderIndividualEntrepreneur.cs">
  1248. <SubType>Component</SubType>
  1249. </Compile>
  1250. <Compile Include="Contracts\ContractTemplates\SignListGOForTenderJudicial.cs">
  1251. <SubType>Component</SubType>
  1252. </Compile>
  1253. <Compile Include="Contracts\ContractTemplates\SignListGOForTenderPhysicalPerson.cs">
  1254. <SubType>Component</SubType>
  1255. </Compile>
  1256. <Compile Include="Contracts\Messaging\AccreditationRequestInfo.cs" />
  1257. <Compile Include="Contracts\Messaging\ChangeOrganizationFullNameContractInfo.cs" />
  1258. <Compile Include="Contracts\Messaging\ContractOrganizationInfo.cs" />
  1259. <Compile Include="Contracts\Messaging\ITSupportAgreementForEntrepreneur.cs" />
  1260. <Compile Include="Contracts\Messaging\ITSupportAgreementForJudical.cs" />
  1261. <Compile Include="Contracts\Messaging\ITSupportAgreementForPhysical.cs" />
  1262. <Compile Include="Contracts\Messaging\PartnerContractFlData.cs" />
  1263. <Compile Include="Contracts\Messaging\PartnerContractIpData.cs" />
  1264. <Compile Include="Contracts\Messaging\PartnerContractUlData.cs" />
  1265. <Compile Include="Contracts\Messaging\PersonalDataProcessingAgreementData.cs" />
  1266. <Compile Include="Contracts\Messaging\SignListInfo.cs" />
  1267. <Compile Include="Customers\CustomerCard.aspx.cs">
  1268. <DependentUpon>CustomerCard.aspx</DependentUpon>
  1269. <SubType>ASPXCodeBehind</SubType>
  1270. </Compile>
  1271. <Compile Include="Customers\CustomerCard.aspx.designer.cs">
  1272. <DependentUpon>CustomerCard.aspx</DependentUpon>
  1273. </Compile>
  1274. <Compile Include="Customers\CustomerCardEdit.aspx.cs">
  1275. <DependentUpon>CustomerCardEdit.aspx</DependentUpon>
  1276. <SubType>ASPXCodeBehind</SubType>
  1277. </Compile>
  1278. <Compile Include="Customers\CustomerCardEdit.aspx.designer.cs">
  1279. <DependentUpon>CustomerCardEdit.aspx</DependentUpon>
  1280. </Compile>
  1281. <Compile Include="Customers\CustomersRegistry.aspx.cs">
  1282. <DependentUpon>CustomersRegistry.aspx</DependentUpon>
  1283. <SubType>ASPXCodeBehind</SubType>
  1284. </Compile>
  1285. <Compile Include="Customers\CustomersRegistry.aspx.designer.cs">
  1286. <DependentUpon>CustomersRegistry.aspx</DependentUpon>
  1287. </Compile>
  1288. <Compile Include="Default.aspx.cs">
  1289. <DependentUpon>Default.aspx</DependentUpon>
  1290. <SubType>ASPXCodeBehind</SubType>
  1291. </Compile>
  1292. <Compile Include="Default.aspx.designer.cs">
  1293. <DependentUpon>Default.aspx</DependentUpon>
  1294. </Compile>
  1295. <Compile Include="Dictionaries\Controls\DocumentItem.cs" />
  1296. <Compile Include="Dictionaries\Controls\EmployeeGroundsForSigning.cs" />
  1297. <Compile Include="Dictionaries\Controls\EmployeeRegistration.ascx.cs">
  1298. <DependentUpon>EmployeeRegistration.ascx</DependentUpon>
  1299. <SubType>ASPXCodeBehind</SubType>
  1300. </Compile>
  1301. <Compile Include="Dictionaries\Controls\EmployeeRegistration.ascx.designer.cs">
  1302. <DependentUpon>EmployeeRegistration.ascx</DependentUpon>
  1303. </Compile>
  1304. <Compile Include="Dictionaries\Controls\GroundsForSigningControl.ascx.cs">
  1305. <DependentUpon>GroundsForSigningControl.ascx</DependentUpon>
  1306. <SubType>ASPXCodeBehind</SubType>
  1307. </Compile>
  1308. <Compile Include="Dictionaries\Controls\GroundsForSigningControl.ascx.designer.cs">
  1309. <DependentUpon>GroundsForSigningControl.ascx</DependentUpon>
  1310. </Compile>
  1311. <Compile Include="Dictionaries\Controls\GroundsForSigningListControl.ascx.cs">
  1312. <DependentUpon>GroundsForSigningListControl.ascx</DependentUpon>
  1313. <SubType>ASPXCodeBehind</SubType>
  1314. </Compile>
  1315. <Compile Include="Dictionaries\Controls\GroundsForSigningListControl.ascx.designer.cs">
  1316. <DependentUpon>GroundsForSigningListControl.ascx</DependentUpon>
  1317. </Compile>
  1318. <Compile Include="Dictionaries\Controls\IndustriesControl.ascx.cs">
  1319. <DependentUpon>IndustriesControl.ascx</DependentUpon>
  1320. <SubType>ASPXCodeBehind</SubType>
  1321. </Compile>
  1322. <Compile Include="Dictionaries\Controls\IndustriesControl.ascx.designer.cs">
  1323. <DependentUpon>IndustriesControl.ascx</DependentUpon>
  1324. </Compile>
  1325. <Compile Include="Dictionaries\Controls\KladrAddress.ascx.cs">
  1326. <DependentUpon>KladrAddress.ascx</DependentUpon>
  1327. <SubType>ASPXCodeBehind</SubType>
  1328. </Compile>
  1329. <Compile Include="Dictionaries\Controls\KladrAddress.ascx.designer.cs">
  1330. <DependentUpon>KladrAddress.ascx</DependentUpon>
  1331. </Compile>
  1332. <Compile Include="Dictionaries\DocumentTemplate\Create.aspx.cs">
  1333. <DependentUpon>Create.aspx</DependentUpon>
  1334. <SubType>ASPXCodeBehind</SubType>
  1335. </Compile>
  1336. <Compile Include="Dictionaries\DocumentTemplate\Create.aspx.designer.cs">
  1337. <DependentUpon>Create.aspx</DependentUpon>
  1338. </Compile>
  1339. <Compile Include="Dictionaries\DocumentTemplate\Models\AutomaticUseOptionWeb.cs" />
  1340. <Compile Include="Dictionaries\DocumentTemplate\Models\AutomaticUseWeb.cs" />
  1341. <Compile Include="Dictionaries\DocumentTemplate\Models\DocumentTemplateViewWeb.cs" />
  1342. <Compile Include="Dictionaries\DocumentTemplate\Models\DocumentTemplateWeb.cs" />
  1343. <Compile Include="Dictionaries\DocumentTemplate\Models\ViewMode.cs" />
  1344. <Compile Include="Dictionaries\DocumentTemplate\Search.aspx.cs">
  1345. <DependentUpon>Search.aspx</DependentUpon>
  1346. <SubType>ASPXCodeBehind</SubType>
  1347. </Compile>
  1348. <Compile Include="Dictionaries\DocumentTemplate\Search.aspx.designer.cs">
  1349. <DependentUpon>Search.aspx</DependentUpon>
  1350. </Compile>
  1351. <Compile Include="Dictionaries\DocumentTemplate\View.aspx.cs">
  1352. <DependentUpon>View.aspx</DependentUpon>
  1353. <SubType>ASPXCodeBehind</SubType>
  1354. </Compile>
  1355. <Compile Include="Dictionaries\DocumentTemplate\View.aspx.designer.cs">
  1356. <DependentUpon>View.aspx</DependentUpon>
  1357. </Compile>
  1358. <Compile Include="Dictionaries\DocumentTemplateEdit.aspx.cs">
  1359. <DependentUpon>DocumentTemplateEdit.aspx</DependentUpon>
  1360. <SubType>ASPXCodeBehind</SubType>
  1361. </Compile>
  1362. <Compile Include="Dictionaries\DocumentTemplateEdit.aspx.designer.cs">
  1363. <DependentUpon>DocumentTemplateEdit.aspx</DependentUpon>
  1364. </Compile>
  1365. <Compile Include="Dictionaries\DocumentTemplateView.aspx.cs">
  1366. <DependentUpon>DocumentTemplateView.aspx</DependentUpon>
  1367. <SubType>ASPXCodeBehind</SubType>
  1368. </Compile>
  1369. <Compile Include="Dictionaries\DocumentTemplateView.aspx.designer.cs">
  1370. <DependentUpon>DocumentTemplateView.aspx</DependentUpon>
  1371. </Compile>
  1372. <Compile Include="Dictionaries\EmployeeList.aspx.cs">
  1373. <DependentUpon>EmployeeList.aspx</DependentUpon>
  1374. <SubType>ASPXCodeBehind</SubType>
  1375. </Compile>
  1376. <Compile Include="Dictionaries\EmployeeList.aspx.designer.cs">
  1377. <DependentUpon>EmployeeList.aspx</DependentUpon>
  1378. </Compile>
  1379. <Compile Include="Dictionaries\EmployeeView.aspx.cs">
  1380. <DependentUpon>EmployeeView.aspx</DependentUpon>
  1381. <SubType>ASPXCodeBehind</SubType>
  1382. </Compile>
  1383. <Compile Include="Dictionaries\EmployeeView.aspx.designer.cs">
  1384. <DependentUpon>EmployeeView.aspx</DependentUpon>
  1385. </Compile>
  1386. <Compile Include="Dictionaries\OrganizationList.aspx.cs">
  1387. <DependentUpon>OrganizationList.aspx</DependentUpon>
  1388. <SubType>ASPXCodeBehind</SubType>
  1389. </Compile>
  1390. <Compile Include="Dictionaries\OrganizationList.aspx.designer.cs">
  1391. <DependentUpon>OrganizationList.aspx</DependentUpon>
  1392. </Compile>
  1393. <Compile Include="EmailInfo\EmailInfoList.aspx.cs">
  1394. <DependentUpon>EmailInfoList.aspx</DependentUpon>
  1395. <SubType>ASPXCodeBehind</SubType>
  1396. </Compile>
  1397. <Compile Include="EmailInfo\EmailInfoList.aspx.designer.cs">
  1398. <DependentUpon>EmailInfoList.aspx</DependentUpon>
  1399. </Compile>
  1400. <Compile Include="Error.aspx.cs">
  1401. <DependentUpon>Error.aspx</DependentUpon>
  1402. <SubType>ASPXCodeBehind</SubType>
  1403. </Compile>
  1404. <Compile Include="Error.aspx.designer.cs">
  1405. <DependentUpon>Error.aspx</DependentUpon>
  1406. </Compile>
  1407. <Compile Include="Global.asax.cs">
  1408. <DependentUpon>Global.asax</DependentUpon>
  1409. </Compile>
  1410. <Compile Include="Handlers\AnnouncementHandler.ashx.cs">
  1411. <DependentUpon>AnnouncementHandler.ashx</DependentUpon>
  1412. </Compile>
  1413. <Compile Include="Handlers\AutocreatedWebSiteNameValidatorHandler.ashx.cs">
  1414. <DependentUpon>AutocreatedWebSiteNameValidatorHandler.ashx</DependentUpon>
  1415. </Compile>
  1416. <Compile Include="Handlers\CommissionAmountHandler.ashx.cs">
  1417. <DependentUpon>CommissionAmountHandler.ashx</DependentUpon>
  1418. </Compile>
  1419. <Compile Include="Handlers\TransactionsListDownloadHandler.ashx.cs">
  1420. <DependentUpon>TransactionsListDownloadHandler.ashx</DependentUpon>
  1421. </Compile>
  1422. <Compile Include="Handlers\FileDownloadHandler.ashx.cs">
  1423. <DependentUpon>FileDownloadHandler.ashx</DependentUpon>
  1424. </Compile>
  1425. <Compile Include="Handlers\FileUploadHandler.ashx.cs">
  1426. <DependentUpon>FileUploadHandler.ashx</DependentUpon>
  1427. </Compile>
  1428. <Compile Include="Handlers\InnValidatorHandler.ashx.cs">
  1429. <DependentUpon>InnValidatorHandler.ashx</DependentUpon>
  1430. </Compile>
  1431. <Compile Include="Handlers\JsLoggerHandler.ashx.cs">
  1432. <DependentUpon>JsLoggerHandler.ashx</DependentUpon>
  1433. </Compile>
  1434. <Compile Include="Handlers\KladrAddressHandler.ashx.cs">
  1435. <DependentUpon>KladrAddressHandler.ashx</DependentUpon>
  1436. </Compile>
  1437. <Compile Include="Handlers\MailingHandler.ashx.cs">
  1438. <DependentUpon>MailingHandler.ashx</DependentUpon>
  1439. </Compile>
  1440. <Compile Include="Handlers\MenuBuilderHandler.ashx.cs">
  1441. <DependentUpon>MenuBuilderHandler.ashx</DependentUpon>
  1442. </Compile>
  1443. <Compile Include="Handlers\ServerDateTimeHandler.ashx.cs">
  1444. <DependentUpon>ServerDateTimeHandler.ashx</DependentUpon>
  1445. </Compile>
  1446. <Compile Include="Handlers\StaticContentHandler.ashx.cs">
  1447. <DependentUpon>StaticContentHandler.ashx</DependentUpon>
  1448. </Compile>
  1449. <Compile Include="Handlers\UserNameValidatorHandler.ashx.cs">
  1450. <DependentUpon>UserNameValidatorHandler.ashx</DependentUpon>
  1451. </Compile>
  1452. <Compile Include="Helpers\ContractHelper.cs" />
  1453. <Compile Include="Helpers\DocumentHelper.cs" />
  1454. <Compile Include="Helpers\HardHelper.cs" />
  1455. <Compile Include="Helpers\PublicEnumHelper.cs" />
  1456. <Compile Include="Hubs\ApplicationVersionChangedHub.cs" />
  1457. <Compile Include="Hubs\BaseHubWithGroupSupport.cs" />
  1458. <Compile Include="Hubs\AccountInfoHub.cs" />
  1459. <Compile Include="IndependentRegistrator\MessageMonitoring.aspx.cs">
  1460. <DependentUpon>MessageMonitoring.aspx</DependentUpon>
  1461. <SubType>ASPXCodeBehind</SubType>
  1462. </Compile>
  1463. <Compile Include="IndependentRegistrator\MessageMonitoring.aspx.designer.cs">
  1464. <DependentUpon>MessageMonitoring.aspx</DependentUpon>
  1465. </Compile>
  1466. <Compile Include="Information.aspx.cs">
  1467. <DependentUpon>Information.aspx</DependentUpon>
  1468. <SubType>ASPXCodeBehind</SubType>
  1469. </Compile>
  1470. <Compile Include="Information.aspx.designer.cs">
  1471. <DependentUpon>Information.aspx</DependentUpon>
  1472. </Compile>
  1473. <Compile Include="Accreditation\LicenseAgreement.aspx.cs">
  1474. <DependentUpon>LicenseAgreement.aspx</DependentUpon>
  1475. <SubType>ASPXCodeBehind</SubType>
  1476. </Compile>
  1477. <Compile Include="Accreditation\LicenseAgreement.aspx.designer.cs">
  1478. <DependentUpon>LicenseAgreement.aspx</DependentUpon>
  1479. </Compile>
  1480. <Compile Include="Mailing\SendMessage.aspx.cs">
  1481. <DependentUpon>SendMessage.aspx</DependentUpon>
  1482. <SubType>ASPXCodeBehind</SubType>
  1483. </Compile>
  1484. <Compile Include="Mailing\SendMessage.aspx.designer.cs">
  1485. <DependentUpon>SendMessage.aspx</DependentUpon>
  1486. </Compile>
  1487. <Compile Include="MasterPages\Base.Master.cs">
  1488. <DependentUpon>Base.Master</DependentUpon>
  1489. <SubType>ASPXCodeBehind</SubType>
  1490. </Compile>
  1491. <Compile Include="MasterPages\Base.Master.designer.cs">
  1492. <DependentUpon>Base.Master</DependentUpon>
  1493. </Compile>
  1494. <Compile Include="MasterPages\Base504.Master.cs">
  1495. <DependentUpon>Base504.Master</DependentUpon>
  1496. <SubType>ASPXCodeBehind</SubType>
  1497. </Compile>
  1498. <Compile Include="MasterPages\Base504.Master.designer.cs">
  1499. <DependentUpon>Base504.Master</DependentUpon>
  1500. </Compile>
  1501. <Compile Include="MasterPages\Login.master.cs">
  1502. <DependentUpon>Login.master</DependentUpon>
  1503. <SubType>ASPXCodeBehind</SubType>
  1504. </Compile>
  1505. <Compile Include="MasterPages\Login.master.designer.cs">
  1506. <DependentUpon>Login.master</DependentUpon>
  1507. </Compile>
  1508. <Compile Include="MasterPages\Login504.Master.cs">
  1509. <DependentUpon>Login504.Master</DependentUpon>
  1510. <SubType>ASPXCodeBehind</SubType>
  1511. </Compile>
  1512. <Compile Include="MasterPages\Login504.Master.designer.cs">
  1513. <DependentUpon>Login504.Master</DependentUpon>
  1514. </Compile>
  1515. <Compile Include="MasterPages\NotLogin.master.cs">
  1516. <DependentUpon>NotLogin.master</DependentUpon>
  1517. <SubType>ASPXCodeBehind</SubType>
  1518. </Compile>
  1519. <Compile Include="MasterPages\NotLogin.master.designer.cs">
  1520. <DependentUpon>NotLogin.master</DependentUpon>
  1521. </Compile>
  1522. <Compile Include="MasterPages\Public.master.cs">
  1523. <DependentUpon>Public.master</DependentUpon>
  1524. <SubType>ASPXCodeBehind</SubType>
  1525. </Compile>
  1526. <Compile Include="MasterPages\Public.master.designer.cs">
  1527. <DependentUpon>Public.master</DependentUpon>
  1528. </Compile>
  1529. <Compile Include="ModelBinders\JQGridModelBinder.cs" />
  1530. <Compile Include="ModelBinders\JsonModelBinder.cs" />
  1531. <Compile Include="ModelBinders\TypeNameSerializationBinder.cs" />
  1532. <Compile Include="Models\AccountDto.cs" />
  1533. <Compile Include="Models\AddressDto.cs" />
  1534. <Compile Include="Models\AddressExtension.cs" />
  1535. <Compile Include="Models\ApplicationHistory\ApplicationHistoryGridSelectionParameters.cs" />
  1536. <Compile Include="Models\Application\ApplicationInitParameters.cs" />
  1537. <Compile Include="Models\Application\ApplicationInitViewModel.cs" />
  1538. <Compile Include="Models\Application\ApplicationOpenMode.cs" />
  1539. <Compile Include="Models\Application\ApplicationRedirectResult.cs" />
  1540. <Compile Include="Models\Application\ApplicationRequirementViewModel.cs" />
  1541. <Compile Include="Models\Application\ApplicationTradeInitInfo.cs" />
  1542. <Compile Include="Models\Application\ApplicationTradeInfo.cs" />
  1543. <Compile Include="Models\Application\ApplicationViewComeFromEnum.cs" />
  1544. <Compile Include="Models\Application\ApplicationViewInitViewModel.cs" />
  1545. <Compile Include="Models\Application\ApplicationViewModel.cs" />
  1546. <Compile Include="Models\Application\CountryViewModel.cs" />
  1547. <Compile Include="Models\Application\PrintFormViewModel.cs" />
  1548. <Compile Include="Models\Application\PublicateApplicationViewModel.cs" />
  1549. <Compile Include="Models\Application\QuotationForRetradingViewModel.cs" />
  1550. <Compile Include="Models\Application\TradeLotPreferenceDocumentViewModel.cs" />
  1551. <Compile Include="Models\Application\TradeLotPreferenceViewModel.cs" />
  1552. <Compile Include="Models\Application\ApplyApplicationViewModel.cs" />
  1553. <Compile Include="Models\Application\WithdrawApplicationViewModel.cs" />
  1554. <Compile Include="Models\Application\TradeLotRestrictionViewModel.cs" />
  1555. <Compile Include="Models\Auction\AuctionSelectionRequest.cs" />
  1556. <Compile Include="Models\Auction\AuctionShortViewModel.cs" />
  1557. <Compile Include="Models\Auction\AuctionInfoRequest.cs" />
  1558. <Compile Include="Models\Auction\AuctionInfoViewModel.cs" />
  1559. <Compile Include="Models\Auction\TradeLotDrugItemViewModel.cs" />
  1560. <Compile Include="Models\Auction\TradeLotItemViewModel.cs" />
  1561. <Compile Include="Models\Auction\TradeLotViewModel.cs" />
  1562. <Compile Include="Models\BankingDetailsMapper.cs" />
  1563. <Compile Include="Models\BannerCookieInfoViewModel.cs" />
  1564. <Compile Include="Models\ContractHistory\ContractHistoryGridSelectionParameters.cs" />
  1565. <Compile Include="Models\Contract\BaseContractSigningAction.cs" />
  1566. <Compile Include="Models\Contract\DifferencesProtocol.cs" />
  1567. <Compile Include="Models\Contract\DifferencesProtocolSigningRequest.cs" />
  1568. <Compile Include="Models\Contract\ContractSigningRequest.cs" />
  1569. <Compile Include="Models\Contract\NotWinnerContractGuaranteeBlockingRequest.cs" />
  1570. <Compile Include="Models\Contract\ParticipantContractProtocol.cs" />
  1571. <Compile Include="Models\Contract\RefuseContractByNotWinnerProtocol.cs" />
  1572. <Compile Include="Models\Contract\RefuseContractByNotWinnerProtocolSigningRequest.cs" />
  1573. <Compile Include="Models\Contract\SecondParticipantApprovalRequest.cs" />
  1574. <Compile Include="Models\Controls\ListViewModel.cs" />
  1575. <Compile Include="Models\Controls\Hyperlink.cs" />
  1576. <Compile Include="Models\Controls\ListItemViewModel.cs" />
  1577. <Compile Include="Models\Dictionary\BankInfoModel.cs" />
  1578. <Compile Include="Models\Dictionary\CustomerGridSelectionParameters.cs" />
  1579. <Compile Include="Models\Dictionary\CustomerViewModel.cs" />
  1580. <Compile Include="Models\Dictionary\TradeCategoryViewModel.cs" />
  1581. <Compile Include="Models\Dictionary\PurchaseMethodViewModel.cs" />
  1582. <Compile Include="Models\DigitalSignatureViewModel.cs" />
  1583. <Compile Include="Models\DocumentDto.cs" />
  1584. <Compile Include="Models\EditOrganizationDto.cs" />
  1585. <Compile Include="Models\EmployeeDto.cs" />
  1586. <Compile Include="Models\EmployeeGroundsForSigningDto.cs" />
  1587. <Compile Include="Models\EnumWeb.cs" />
  1588. <Compile Include="Models\FileDigitalSignatureViewModel.cs" />
  1589. <Compile Include="Models\FinanceAccountSelectionParameters.cs" />
  1590. <Compile Include="Models\GridSelectionParameters.cs" />
  1591. <Compile Include="Models\Dictionary\KladrRegionViewModel.cs" />
  1592. <Compile Include="Models\LawHelpBannerDto.cs" />
  1593. <Compile Include="Models\LinkBuilder\FintenderStarAuctionTradeLotItemUrlParams.cs" />
  1594. <Compile Include="Models\LinkBuilder\FintenderStarAuctionUrlParams.cs" />
  1595. <Compile Include="Models\MenuNotification\MenuNotificationItemRequest.cs" />
  1596. <Compile Include="Models\MenuNotification\MenuNotificationItemResponse.cs" />
  1597. <Compile Include="Models\OrganizationAdminRoleChangeSignatureVm.cs" />
  1598. <Compile Include="Models\OrganizationAdminRoleChangeVm.cs" />
  1599. <Compile Include="Models\ParticipantInvolment\ParticipantInvolvementGridSelectionParameters.cs" />
  1600. <Compile Include="Models\ParticipantInvolment\ParticipantInvolvementViewModel.cs" />
  1601. <Compile Include="Models\ParticipantInvolment\ParticipantInvolvementWithContractViewModel.cs" />
  1602. <Compile Include="Models\Procedure\ProcedureHistoryGridSelectionParameters.cs" />
  1603. <Compile Include="Models\RecommendedTrades\RecommendedTradeInitViewModel.cs" />
  1604. <Compile Include="Models\SignalRDtos\AccountSumInfoDto.cs" />
  1605. <Compile Include="Models\SpecialAccounts\OperatorSpecialAccountGridViewModel.cs" />
  1606. <Compile Include="Models\SpecialAccounts\SpecialAccountViewModel.cs" />
  1607. <Compile Include="Models\VerifyCertificates\ValidateBySignatureRequest.cs" />
  1608. <Compile Include="Models\VerifyCertificates\ReCaptchaRequest.cs" />
  1609. <Compile Include="Models\VerifyCertificates\ValidateInitModel.cs" />
  1610. <Compile Include="Models\VerifyCertificates\VerificationResultPart.cs" />
  1611. <Compile Include="Models\VerifyCertificates\VerificationResultModel.cs" />
  1612. <Compile Include="Models\VerifyCertificates\ValidateByCertificateRequest.cs" />
  1613. <Compile Include="NgApp.aspx.cs">
  1614. <DependentUpon>NgApp.aspx</DependentUpon>
  1615. <SubType>ASPXCodeBehind</SubType>
  1616. </Compile>
  1617. <Compile Include="NgApp.aspx.designer.cs">
  1618. <DependentUpon>NgApp.aspx</DependentUpon>
  1619. </Compile>
  1620. <Compile Include="Participant\SpecialAccountApplication.aspx.cs">
  1621. <DependentUpon>SpecialAccountApplication.aspx</DependentUpon>
  1622. <SubType>ASPXCodeBehind</SubType>
  1623. </Compile>
  1624. <Compile Include="Participant\SpecialAccountApplication.aspx.designer.cs">
  1625. <DependentUpon>SpecialAccountApplication.aspx</DependentUpon>
  1626. </Compile>
  1627. <Compile Include="Participant\CertificateVerification.aspx.cs">
  1628. <DependentUpon>CertificateVerification.aspx</DependentUpon>
  1629. <SubType>ASPXCodeBehind</SubType>
  1630. </Compile>
  1631. <Compile Include="Participant\CertificateVerification.aspx.designer.cs">
  1632. <DependentUpon>CertificateVerification.aspx</DependentUpon>
  1633. </Compile>
  1634. <Compile Include="Participant\ParticipantInvolvement.aspx.cs">
  1635. <DependentUpon>ParticipantInvolvement.aspx</DependentUpon>
  1636. <SubType>ASPXCodeBehind</SubType>
  1637. </Compile>
  1638. <Compile Include="Participant\ParticipantInvolvement.aspx.designer.cs">
  1639. <DependentUpon>ParticipantInvolvement.aspx</DependentUpon>
  1640. </Compile>
  1641. <Compile Include="Services\AccountInfoService.cs" />
  1642. <Compile Include="Services\CertificateVerificationDescriptionService.cs" />
  1643. <Compile Include="Services\DefferedApplicationAgreementGenerateService.cs" />
  1644. <Compile Include="Services\IAccountInfoService.cs" />
  1645. <Compile Include="Services\ICertificateVerificationDescriptionService.cs" />
  1646. <Compile Include="Services\IDefferedApplicationAgreementGenerateService.cs" />
  1647. <Compile Include="Services\ITradeApplicationService.cs" />
  1648. <Compile Include="Services\LawHelpService\ILawHelpRejectService.cs" />
  1649. <Compile Include="Services\LawHelpService\ILawHelpService.cs" />
  1650. <Compile Include="Services\LawHelpService\LawHelpRejectService.cs" />
  1651. <Compile Include="Services\LawHelpService\LawHelpService.cs" />
  1652. <Compile Include="Services\MenuNotificationService\IMenuNotificationService.cs" />
  1653. <Compile Include="Services\MenuNotificationService\MenuNotificationService.cs" />
  1654. <Compile Include="Services\MenuNotificationService\Strategies\FavoriteTradesMenuNotificationStrategy.cs" />
  1655. <Compile Include="Services\MenuNotificationService\Strategies\IMenuNotificationStrategyFactory.cs" />
  1656. <Compile Include="Services\MenuNotificationService\Strategies\MenuNotificationStrategyFactory.cs" />
  1657. <Compile Include="Services\MenuNotificationService\Strategies\NullMenuNotificationStrategy.cs" />
  1658. <Compile Include="Services\MenuNotificationService\Strategies\RecommendedTradesMenuNotificationStrategy.cs" />
  1659. <Compile Include="Services\MenuNotificationService\Strategies\IMenuNotificationStrategy.cs" />
  1660. <Compile Include="Services\TradeApplicationService.cs" />
  1661. <Compile Include="Trade\Search.aspx.cs">
  1662. <DependentUpon>Search.aspx</DependentUpon>
  1663. <SubType>ASPXCodeBehind</SubType>
  1664. </Compile>
  1665. <Compile Include="Trade\Search.aspx.designer.cs">
  1666. <DependentUpon>Search.aspx</DependentUpon>
  1667. </Compile>
  1668. <Compile Include="ViewModels\CancelPrescriptionExecutionViewModel.cs" />
  1669. <Compile Include="ViewModels\HistoryRecordViewModel.cs" />
  1670. <Compile Include="Models\NotificationSettings\CommunicationParticipantNotificationsSettingsChangesViewModel.cs" />
  1671. <Compile Include="Models\NotificationSettings\CommunicationParticipantNotificationsSettingsViewModel.cs" />
  1672. <Compile Include="Models\NotificationSettings\NotificationChannelChangesViewModel.cs" />
  1673. <Compile Include="Models\NotificationSettings\NotificationChannelForEventViewModel.cs" />
  1674. <Compile Include="Models\NotificationSettings\NotificationChannelGeneralInfoViewModel.cs" />
  1675. <Compile Include="Models\NotificationSettings\NotificationEventTypeGroupViewModel.cs" />
  1676. <Compile Include="Models\NotificationSettings\NotificationEventTypeViewModel.cs" />
  1677. <Compile Include="Models\ObjectWeb.cs" />
  1678. <Compile Include="Models\OperatorTransactionItemMapper.cs" />
  1679. <Compile Include="Models\OperatorTransactionSearchFilterMapper.cs" />
  1680. <Compile Include="Models\OrganizationDto.cs" />
  1681. <Compile Include="Models\ProtocolSendingDelaySettings\ProtocolSendingDelaySettingGridSelectionParameters.cs" />
  1682. <Compile Include="Models\RegistrationOrganizationDto.cs" />
  1683. <Compile Include="Models\Reports\Payment.cs">
  1684. <SubType>Component</SubType>
  1685. </Compile>
  1686. <Compile Include="Models\Reports\PaymentBO1.cs">
  1687. <SubType>Component</SubType>
  1688. </Compile>
  1689. <Compile Include="Models\Reports\PaymentBO2.cs">
  1690. <SubType>Component</SubType>
  1691. </Compile>
  1692. <Compile Include="Models\Reports\PaymentBO3.cs">
  1693. <SubType>Component</SubType>
  1694. </Compile>
  1695. <Compile Include="Models\Reports\PaymentBO4.cs">
  1696. <SubType>Component</SubType>
  1697. </Compile>
  1698. <Compile Include="Models\Reports\RefundApplicationReport.cs">
  1699. <SubType>Component</SubType>
  1700. </Compile>
  1701. <Compile Include="Models\Reports\WithdrawalTransactionAgreement.cs">
  1702. <SubType>Component</SubType>
  1703. </Compile>
  1704. <Compile Include="Models\Reports\WithdrawalTransactionContract.cs">
  1705. <SubType>Component</SubType>
  1706. </Compile>
  1707. <Compile Include="Models\Reports\WithdrawalTransactionContractBO1.cs">
  1708. <SubType>Component</SubType>
  1709. </Compile>
  1710. <Compile Include="Models\Reports\WithdrawalTransactionContractBO2.cs">
  1711. <SubType>Component</SubType>
  1712. </Compile>
  1713. <Compile Include="Models\Reports\WithdrawalTransactionContractBO3.cs">
  1714. <SubType>Component</SubType>
  1715. </Compile>
  1716. <Compile Include="Models\Reports\WithdrawalTransactionContractBO4.cs">
  1717. <SubType>Component</SubType>
  1718. </Compile>
  1719. <Compile Include="Models\RequestAccreditationOnSoftCommoditiesDto.cs" />
  1720. <Compile Include="Models\RequestAccreditationOnTender.cs" />
  1721. <Compile Include="Models\OperatorTransactionItemDto.cs" />
  1722. <Compile Include="Models\UserDto.cs" />
  1723. <Compile Include="Oos94Admin\PackageDetails.aspx.cs">
  1724. <DependentUpon>PackageDetails.aspx</DependentUpon>
  1725. <SubType>ASPXCodeBehind</SubType>
  1726. </Compile>
  1727. <Compile Include="Oos94Admin\PackageDetails.aspx.designer.cs">
  1728. <DependentUpon>PackageDetails.aspx</DependentUpon>
  1729. </Compile>
  1730. <Compile Include="Oos94Admin\PackagesImportOperator.aspx.cs">
  1731. <DependentUpon>PackagesImportOperator.aspx</DependentUpon>
  1732. <SubType>ASPXCodeBehind</SubType>
  1733. </Compile>
  1734. <Compile Include="Oos94Admin\PackagesImportOperator.aspx.designer.cs">
  1735. <DependentUpon>PackagesImportOperator.aspx</DependentUpon>
  1736. </Compile>
  1737. <Compile Include="Oos94Admin\PackagesMonitoring.aspx.cs">
  1738. <DependentUpon>PackagesMonitoring.aspx</DependentUpon>
  1739. <SubType>ASPXCodeBehind</SubType>
  1740. </Compile>
  1741. <Compile Include="Oos94Admin\PackagesMonitoring.aspx.designer.cs">
  1742. <DependentUpon>PackagesMonitoring.aspx</DependentUpon>
  1743. </Compile>
  1744. <Compile Include="Private\Controls\AllMessageFilter.ascx.cs">
  1745. <DependentUpon>AllMessageFilter.ascx</DependentUpon>
  1746. <SubType>ASPXCodeBehind</SubType>
  1747. </Compile>
  1748. <Compile Include="Private\Controls\AllMessageFilter.ascx.designer.cs">
  1749. <DependentUpon>AllMessageFilter.ascx</DependentUpon>
  1750. </Compile>
  1751. <Compile Include="Private\Controls\MessageChainList.ascx.cs">
  1752. <DependentUpon>MessageChainList.ascx</DependentUpon>
  1753. <SubType>ASPXCodeBehind</SubType>
  1754. </Compile>
  1755. <Compile Include="Private\Controls\MessageChainList.ascx.designer.cs">
  1756. <DependentUpon>MessageChainList.ascx</DependentUpon>
  1757. </Compile>
  1758. <Compile Include="Private\Controls\MessageFilter.ascx.cs">
  1759. <DependentUpon>MessageFilter.ascx</DependentUpon>
  1760. <SubType>ASPXCodeBehind</SubType>
  1761. </Compile>
  1762. <Compile Include="Private\Controls\MessageFilter.ascx.designer.cs">
  1763. <DependentUpon>MessageFilter.ascx</DependentUpon>
  1764. </Compile>
  1765. <Compile Include="Private\Controls\UploadFile.ascx.cs">
  1766. <DependentUpon>UploadFile.ascx</DependentUpon>
  1767. <SubType>ASPXCodeBehind</SubType>
  1768. </Compile>
  1769. <Compile Include="Private\Controls\UploadFile.ascx.designer.cs">
  1770. <DependentUpon>UploadFile.ascx</DependentUpon>
  1771. </Compile>
  1772. <Compile Include="Private\Mailing.aspx.cs">
  1773. <DependentUpon>Mailing.aspx</DependentUpon>
  1774. <SubType>ASPXCodeBehind</SubType>
  1775. </Compile>
  1776. <Compile Include="Private\Mailing.aspx.designer.cs">
  1777. <DependentUpon>Mailing.aspx</DependentUpon>
  1778. </Compile>
  1779. <Compile Include="Private\MailingTemplate.aspx.cs">
  1780. <DependentUpon>MailingTemplate.aspx</DependentUpon>
  1781. <SubType>ASPXCodeBehind</SubType>
  1782. </Compile>
  1783. <Compile Include="Private\MailingTemplate.aspx.designer.cs">
  1784. <DependentUpon>MailingTemplate.aspx</DependentUpon>
  1785. </Compile>
  1786. <Compile Include="Private\Messages.master.cs">
  1787. <DependentUpon>Messages.master</DependentUpon>
  1788. <SubType>ASPXCodeBehind</SubType>
  1789. </Compile>
  1790. <Compile Include="Private\Messages.master.designer.cs">
  1791. <DependentUpon>Messages.master</DependentUpon>
  1792. </Compile>
  1793. <Compile Include="Private\MessageSettings.aspx.cs">
  1794. <DependentUpon>MessageSettings.aspx</DependentUpon>
  1795. <SubType>ASPXCodeBehind</SubType>
  1796. </Compile>
  1797. <Compile Include="Private\MessageSettings.aspx.designer.cs">
  1798. <DependentUpon>MessageSettings.aspx</DependentUpon>
  1799. </Compile>
  1800. <Compile Include="Private\MessagesList.aspx.cs">
  1801. <DependentUpon>MessagesList.aspx</DependentUpon>
  1802. <SubType>ASPXCodeBehind</SubType>
  1803. </Compile>
  1804. <Compile Include="Private\MessagesList.aspx.designer.cs">
  1805. <DependentUpon>MessagesList.aspx</DependentUpon>
  1806. </Compile>
  1807. <Compile Include="Private\MessageView.aspx.cs">
  1808. <DependentUpon>MessageView.aspx</DependentUpon>
  1809. <SubType>ASPXCodeBehind</SubType>
  1810. </Compile>
  1811. <Compile Include="Private\MessageView.aspx.designer.cs">
  1812. <DependentUpon>MessageView.aspx</DependentUpon>
  1813. </Compile>
  1814. <Compile Include="Private\SendMailing.aspx.cs">
  1815. <DependentUpon>SendMailing.aspx</DependentUpon>
  1816. <SubType>ASPXCodeBehind</SubType>
  1817. </Compile>
  1818. <Compile Include="Private\SendMailing.aspx.designer.cs">
  1819. <DependentUpon>SendMailing.aspx</DependentUpon>
  1820. </Compile>
  1821. <Compile Include="Private\SendMailingByList.aspx.cs">
  1822. <DependentUpon>SendMailingByList.aspx</DependentUpon>
  1823. <SubType>ASPXCodeBehind</SubType>
  1824. </Compile>
  1825. <Compile Include="Private\SendMailingByList.aspx.designer.cs">
  1826. <DependentUpon>SendMailingByList.aspx</DependentUpon>
  1827. </Compile>
  1828. <Compile Include="Private\WriteMessage.aspx.cs">
  1829. <DependentUpon>WriteMessage.aspx</DependentUpon>
  1830. <SubType>ASPXCodeBehind</SubType>
  1831. </Compile>
  1832. <Compile Include="Private\WriteMessage.aspx.designer.cs">
  1833. <DependentUpon>WriteMessage.aspx</DependentUpon>
  1834. </Compile>
  1835. <Compile Include="Properties\AssemblyInfo.cs" />
  1836. <Compile Include="Providers\CounterpartyCheckingModel.cs" />
  1837. <Compile Include="Providers\FintenderCreateReportResult.cs" />
  1838. <Compile Include="Providers\FintenderFileInfo.cs" />
  1839. <Compile Include="Providers\FintenderGetReportStatusResult.cs" />
  1840. <Compile Include="Providers\FintenderReportStatus.cs" />
  1841. <Compile Include="Providers\FintenderServiceHelper.cs" />
  1842. <Compile Include="Redirect.aspx.cs">
  1843. <DependentUpon>Redirect.aspx</DependentUpon>
  1844. <SubType>ASPXCodeBehind</SubType>
  1845. </Compile>
  1846. <Compile Include="Redirect.aspx.designer.cs">
  1847. <DependentUpon>Redirect.aspx</DependentUpon>
  1848. </Compile>
  1849. <Compile Include="Service References\FinTenderEmailReportService\Reference.cs">
  1850. <AutoGen>True</AutoGen>
  1851. <DesignTime>True</DesignTime>
  1852. <DependentUpon>Reference.svcmap</DependentUpon>
  1853. </Compile>
  1854. <Compile Include="Time.aspx.cs">
  1855. <DependentUpon>Time.aspx</DependentUpon>
  1856. <SubType>ASPXCodeBehind</SubType>
  1857. </Compile>
  1858. <Compile Include="Time.aspx.designer.cs">
  1859. <DependentUpon>Time.aspx</DependentUpon>
  1860. </Compile>
  1861. <Compile Include="Validators\ContactPersonValidator.cs" />
  1862. <Compile Include="Validators\OrganizationValidators.cs" />
  1863. <Compile Include="Validators\ValidResult.cs" />
  1864. <Compile Include="ViewModels\EmailConfirmationViewModel.cs" />
  1865. <Compile Include="ViewModels\PagingDataViewModel.cs" />
  1866. <Compile Include="ViewModels\PhoneNumberConfirmationViewModel.cs" />
  1867. <Compile Include="ViewModels\ProtocolSendingDelaySettingEditViewModel.cs" />
  1868. <Compile Include="ViewModels\ProtocolSendingDelaySettingsViewModel.cs" />
  1869. <Compile Include="Models\RecommendedTrades\RecommendedTradeRowViewModel.cs" />
  1870. <Compile Include="Models\RecommendedTrades\RecommendedTradeSelectionRequest.cs" />
  1871. <Compile Include="Models\SelectionRequestBase.cs" />
  1872. <Compile Include="ViewModels\SpecialAccountConfirmationRequestData.cs" />
  1873. <Compile Include="ViewModels\SpecialAccountConfirmationCheckData.cs" />
  1874. <Compile Include="WebApi\CommissionAccountController.cs" />
  1875. <Compile Include="WebApi\AccreditationePaymentController.cs" />
  1876. <Compile Include="WebApi\AccreditationeContractOfferController.cs" />
  1877. <Compile Include="WebApi\AccreditationOn223Controller.cs" />
  1878. <Compile Include="WebApi\AgreementSignController.cs" />
  1879. <Compile Include="WebApi\ApplicationController.cs" />
  1880. <Compile Include="WebApi\Applications\BaseApplicationController.cs" />
  1881. <Compile Include="WebApi\Applications\Auction504FlApplicationController.cs" />
  1882. <Compile Include="WebApi\Applications\DoubleStagedCompetitionPreliminaryApplicationController.cs" />
  1883. <Compile Include="WebApi\Applications\DoubleStagedCompetitionApplicationController.cs" />
  1884. <Compile Include="WebApi\Applications\ProposalRequestApplicationController.cs" />
  1885. <Compile Include="WebApi\Applications\LimitedCompetitionApplicationController.cs" />
  1886. <Compile Include="WebApi\Applications\QuotationsRequest504FlApplicationController.cs" />
  1887. <Compile Include="WebApi\AuctionController.cs" />
  1888. <Compile Include="WebApi\BanksController.cs" />
  1889. <Compile Include="WebApi\BaseApiController.cs" />
  1890. <Compile Include="WebApi\Contracts\ContractWithNotWinnerController.cs" />
  1891. <Compile Include="WebApi\Contracts\DifferenceProtocolController.cs" />
  1892. <Compile Include="WebApi\Contracts\ContractController.cs" />
  1893. <Compile Include="WebApi\Contracts\ContractDocumentController.cs" />
  1894. <Compile Include="WebApi\DictionaryController.cs" />
  1895. <Compile Include="WebApi\EruzEmployeeRequestController.cs" />
  1896. <Compile Include="WebApi\EruzOrganizationController.cs" />
  1897. <Compile Include="WebApi\ExtendedBusinessLoggingController.cs" />
  1898. <Compile Include="WebApi\FileController.cs" />
  1899. <Compile Include="Contracts\Messaging\Files\FilesHashRequest.cs" />
  1900. <Compile Include="Contracts\Messaging\Files\FilesHashResult.cs" />
  1901. <Compile Include="Contracts\Messaging\Files\FilesSignatureAttachRequest.cs" />
  1902. <Compile Include="WebApi\FintenderUrlBuilderController.cs" />
  1903. <Compile Include="WebApi\ApplicationHistoryController.cs" />
  1904. <Compile Include="WebApi\SecurityController.cs" />
  1905. <Compile Include="WebApi\Services\IntegrationServiceController.cs" />
  1906. <Compile Include="WebApi\JsLoggerController.cs" />
  1907. <Compile Include="WebApi\JsErrorLoggerController.cs" />
  1908. <Compile Include="WebApi\LawHelpProController.cs" />
  1909. <Compile Include="WebApi\MenuNotificationController.cs" />
  1910. <Compile Include="WebApi\NotificationSystemController.cs" />
  1911. <Compile Include="WebApi\CounterpartyCheckingController.cs" />
  1912. <Compile Include="WebApi\Applications\OpenCompetitionApplicationController.cs" />
  1913. <Compile Include="WebApi\OrganizationAdminController.cs" />
  1914. <Compile Include="WebApi\Participant504NewRequiremensController.cs" />
  1915. <Compile Include="WebApi\ParticipantInvolvementController.cs" />
  1916. <Compile Include="WebApi\PhoneNumberConfirmationController.cs" />
  1917. <Compile Include="WebApi\PrescriptionExecutionController.cs" />
  1918. <Compile Include="WebApi\AccreditationPromoCodeController.cs" />
  1919. <Compile Include="WebApi\ProcedureController.cs" />
  1920. <Compile Include="WebApi\Procedures\Auction504FlProcedureController.cs" />
  1921. <Compile Include="WebApi\Procedures\ConstructionIndustryAuctionProcedureController.cs" />
  1922. <Compile Include="WebApi\Procedures\DoubleStagedCompetitionProcedureController.cs" />
  1923. <Compile Include="WebApi\Procedures\EnumDictionaryController.cs" />
  1924. <Compile Include="WebApi\Procedures\FinanceAccountController.cs" />
  1925. <Compile Include="WebApi\Procedures\LimitedCompetitionProcedureController.cs" />
  1926. <Compile Include="WebApi\Procedures\OpenCompetitionProcedureController.cs" />
  1927. <Compile Include="WebApi\Procedures\ProcedureController.cs" />
  1928. <Compile Include="WebApi\Procedures\ProposalRequestProcedureController.cs" />
  1929. <Compile Include="WebApi\Procedures\QuotationsRequest504FlProcedureController.cs" />
  1930. <Compile Include="WebApi\ProcedureApplicationFinalProposalController.cs" />
  1931. <Compile Include="WebApi\ProtocolSendingDelaySettingsController.cs" />
  1932. <Compile Include="WebApi\SpecialAccountController.cs" />
  1933. <Compile Include="WebApi\Services\FileServiceController.cs" />
  1934. <Compile Include="WebApi\TimeZonesController.cs" />
  1935. <Compile Include="WebApi\UnfairSupplierController.cs" />
  1936. <Compile Include="WebApi\UserInfoController.cs" />
  1937. <Compile Include="WebApi\VerifyCertificateController.cs" />
  1938. <Compile Include="WebApi\RecommendedTradesController.cs" />
  1939. <Compile Include="WebApi\WebApiConfig.cs" />
  1940. </ItemGroup>
  1941. <ItemGroup>
  1942. <Folder Include="Common\Users\" />
  1943. </ItemGroup>
  1944. <ItemGroup>
  1945. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.CommonServices\Core\BaseTrade.CommonServices.Core.csproj">
  1946. <Project>{B7837A26-779A-4176-8F56-2C367EFFA610}</Project>
  1947. <Name>BaseTrade.CommonServices.Core</Name>
  1948. </ProjectReference>
  1949. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\AccessControl\BaseTrade.Public.AccessControl.csproj">
  1950. <Project>{52fd28e7-8212-4f01-a808-cb746135eb4f}</Project>
  1951. <Name>BaseTrade.Public.AccessControl</Name>
  1952. </ProjectReference>
  1953. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\AppSettings.Client\BaseTrade.Public.AppSettings.Client.csproj">
  1954. <Project>{91EAF759-0456-4EF7-8EBC-74C617654272}</Project>
  1955. <Name>BaseTrade.Public.AppSettings.Client</Name>
  1956. </ProjectReference>
  1957. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\CommonServices.Clients\BaseTrade.Public.CommonServices.Clients.csproj">
  1958. <Project>{50e6c0c5-ac49-46cc-b159-efeba75e33e2}</Project>
  1959. <Name>BaseTrade.Public.CommonServices.Clients</Name>
  1960. </ProjectReference>
  1961. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\CommonServices.Contracts\BaseTrade.Public.CommonServices.Contracts.csproj">
  1962. <Project>{08496d80-42c6-48b6-833e-6c8ed605a13d}</Project>
  1963. <Name>BaseTrade.Public.CommonServices.Contracts</Name>
  1964. </ProjectReference>
  1965. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\Common\BaseTrade.Public.Common.csproj">
  1966. <Project>{f34e52ac-f14e-4aa3-80c3-1450c2055830}</Project>
  1967. <Name>BaseTrade.Public.Common</Name>
  1968. </ProjectReference>
  1969. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\ComponentRegistrar\BaseTrade.Public.ComponentRegistrar.csproj">
  1970. <Project>{2a8d69ee-c7ee-4471-ae7e-3e31ccd6d1de}</Project>
  1971. <Name>BaseTrade.Public.ComponentRegistrar</Name>
  1972. </ProjectReference>
  1973. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\Cryptography\BaseTrade.Public.Cryptography.csproj">
  1974. <Project>{8a4265cf-9192-4136-8e31-aba904becbcd}</Project>
  1975. <Name>BaseTrade.Public.Cryptography</Name>
  1976. </ProjectReference>
  1977. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\MessageQueue.Client\BaseTrade.Public.MessageQueue.Client.csproj">
  1978. <Project>{BE7151B6-B11F-4204-B705-035A91DB0E5B}</Project>
  1979. <Name>BaseTrade.Public.MessageQueue.Client</Name>
  1980. </ProjectReference>
  1981. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\MessageQueue.Contracts\BaseTrade.Public.MessageQueue.Contracts.csproj">
  1982. <Project>{C4AA4327-9D5E-4F78-99E1-742421F65FAD}</Project>
  1983. <Name>BaseTrade.Public.MessageQueue.Contracts</Name>
  1984. </ProjectReference>
  1985. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\RedisCache.Client\BaseTrade.Public.RedisCache.Client.csproj">
  1986. <Project>{ef3a88ed-3fcc-4840-8997-c0c38a340c8a}</Project>
  1987. <Name>BaseTrade.Public.RedisCache.Client</Name>
  1988. </ProjectReference>
  1989. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\RestApiClient\BaseTrade.Public.RestApiClient.csproj">
  1990. <Project>{1AAA286F-8330-45DA-B02B-542471BF97CC}</Project>
  1991. <Name>BaseTrade.Public.RestApiClient</Name>
  1992. </ProjectReference>
  1993. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\Server\BaseTrade.Public.Server.csproj">
  1994. <Project>{72d18960-27da-4197-9842-b0e8e48da6ff}</Project>
  1995. <Name>BaseTrade.Public.Server</Name>
  1996. </ProjectReference>
  1997. <ProjectReference Include="..\..\..\..\..\..\BaseTrade.Public\WcfExtensions\BaseTrade.Public.WcfExtensions.csproj">
  1998. <Project>{602b9fb0-9fa4-429e-a0f1-7ce3e47996d9}</Project>
  1999. <Name>BaseTrade.Public.WcfExtensions</Name>
  2000. </ProjectReference>
  2001. <ProjectReference Include="..\..\Common\AppServices\BaseTrade.Common.AppServices.csproj">
  2002. <Project>{0180fe77-c99a-4bd7-85d6-567e0a10d513}</Project>
  2003. <Name>BaseTrade.Common.AppServices</Name>
  2004. </ProjectReference>
  2005. <ProjectReference Include="..\..\Common\Domain\BaseTrade.Common.Domain.csproj">
  2006. <Project>{F80AAEE5-2998-459F-95DF-6AD2DC56D7F7}</Project>
  2007. <Name>BaseTrade.Common.Domain</Name>
  2008. <Private>True</Private>
  2009. </ProjectReference>
  2010. <ProjectReference Include="..\..\Common\UI.Web\BaseTrade.Common.UI.Web.csproj">
  2011. <Project>{AC6A7727-6534-40F4-A7D7-E8C5779270F9}</Project>
  2012. <Name>BaseTrade.Common.UI.Web</Name>
  2013. <Private>True</Private>
  2014. </ProjectReference>
  2015. <ProjectReference Include="..\..\Common\WcfServices.Contracts\BaseTrade.Common.WcfServices.Contracts.csproj">
  2016. <Project>{775AD693-A915-4876-97EB-4981AF62BAC3}</Project>
  2017. <Name>BaseTrade.Common.WcfServices.Contracts</Name>
  2018. <Private>True</Private>
  2019. </ProjectReference>
  2020. <ProjectReference Include="..\..\Common\Common\BaseTrade.Common.csproj">
  2021. <Project>{39727FF9-5371-43ED-A456-702AC86FBC56}</Project>
  2022. <Name>BaseTrade.Common</Name>
  2023. </ProjectReference>
  2024. <ProjectReference Include="..\..\Dealing\WcfServices.Agents\BaseTrade.Dealing.WcfServices.Agents.csproj">
  2025. <Project>{E5934C31-38C5-4C50-8429-1F6250E490A3}</Project>
  2026. <Name>BaseTrade.Dealing.WcfServices.Agents</Name>
  2027. </ProjectReference>
  2028. <ProjectReference Include="..\..\Dealing\WcfServices.Contracts\BaseTrade.Dealing.WcfServices.Contracts.csproj">
  2029. <Project>{5023ED7A-CD03-4DA4-87C6-FDB23C9FD831}</Project>
  2030. <Name>BaseTrade.Dealing.WcfServices.Contracts</Name>
  2031. </ProjectReference>
  2032. <ProjectReference Include="..\..\Infrastructure\Common\BaseTrade.Infrastructure.Common.csproj">
  2033. <Project>{7E9FAD1F-2F48-4456-AB5B-B11594196C2D}</Project>
  2034. <Name>BaseTrade.Infrastructure.Common</Name>
  2035. <Private>True</Private>
  2036. </ProjectReference>
  2037. <ProjectReference Include="..\..\Infrastructure\DI\BaseTrade.Infrastructure.DI.csproj">
  2038. <Project>{83B9DE40-0997-43EB-85A5-06267E224B74}</Project>
  2039. <Name>BaseTrade.Infrastructure.DI</Name>
  2040. <Private>True</Private>
  2041. </ProjectReference>
  2042. <ProjectReference Include="..\..\Infrastructure\Security.Web\BaseTrade.Infrastructure.Security.Web.csproj">
  2043. <Project>{6E27CE73-DBC0-45B3-A0A7-6AF5585075BE}</Project>
  2044. <Name>BaseTrade.Infrastructure.Security.Web</Name>
  2045. </ProjectReference>
  2046. <ProjectReference Include="..\..\Infrastructure\Wcf.Agents\BaseTrade.Infrastructure.Wcf.Agents.csproj">
  2047. <Project>{90D9709B-02EC-4EEF-957F-6F2BE8EE3015}</Project>
  2048. <Name>BaseTrade.Infrastructure.Wcf.Agents</Name>
  2049. <Private>True</Private>
  2050. </ProjectReference>
  2051. <ProjectReference Include="..\..\Integration\Oos94FZ\WcfServices.Agents\BaseTrade.Integration.Oos94FZ.WcfServices.Agents.csproj">
  2052. <Project>{AA5D8AF2-02B3-408A-A844-EF0D82180DCC}</Project>
  2053. <Name>BaseTrade.Integration.Oos94FZ.WcfServices.Agents</Name>
  2054. </ProjectReference>
  2055. <ProjectReference Include="..\..\Integration\Oos94FZ\WcfServices.Contracts\BaseTrade.Integration.Oos94FZ.WcfServices.Contracts.csproj">
  2056. <Project>{EDD3CB6C-6E72-4980-9192-0946567FEA69}</Project>
  2057. <Name>BaseTrade.Integration.Oos94FZ.WcfServices.Contracts</Name>
  2058. </ProjectReference>
  2059. <ProjectReference Include="..\..\Tender\AppServices\BaseTrade.Tender.AppServices.csproj">
  2060. <Project>{94ED7B70-B810-413A-9D1D-3A13852FB3EF}</Project>
  2061. <Name>BaseTrade.Tender.AppServices</Name>
  2062. </ProjectReference>
  2063. <ProjectReference Include="..\..\Tender\Tender.RestClient\Tender.RestClient.csproj">
  2064. <Project>{29bea4db-66f4-470f-9505-0abaf05543eb}</Project>
  2065. <Name>Tender.RestClient</Name>
  2066. </ProjectReference>
  2067. <ProjectReference Include="..\..\Tender\WcfServices.Agents\BaseTrade.Tender.WcfServices.Agents.csproj">
  2068. <Project>{4C340F3C-828D-424B-8C93-CF06C2932DE5}</Project>
  2069. <Name>BaseTrade.Tender.WcfServices.Agents</Name>
  2070. </ProjectReference>
  2071. <ProjectReference Include="..\..\Tender\WcfServices.Contracts\BaseTrade.Tender.WcfServices.Contracts.csproj">
  2072. <Project>{B6F82161-ED73-4D29-ADBA-4CD91A93C9B1}</Project>
  2073. <Name>BaseTrade.Tender.WcfServices.Contracts</Name>
  2074. <Private>True</Private>
  2075. </ProjectReference>
  2076. <ProjectReference Include="..\AppServices\BaseTrade.CommonServices.AppServices.csproj">
  2077. <Project>{CA50EF5F-C806-4B59-BF0B-2904BB25C5D6}</Project>
  2078. <Name>BaseTrade.CommonServices.AppServices</Name>
  2079. </ProjectReference>
  2080. <ProjectReference Include="..\ComponentRegistrar\BaseTrade.CommonServices.ComponentRegistrar.csproj">
  2081. <Project>{336a06a0-567a-4558-aec9-e5ddfc54628c}</Project>
  2082. <Name>BaseTrade.CommonServices.ComponentRegistrar</Name>
  2083. </ProjectReference>
  2084. </ItemGroup>
  2085. <ItemGroup>
  2086. <Content Include="MasterPages\Base.Master" />
  2087. </ItemGroup>
  2088. <ItemGroup>
  2089. <Content Include="MasterPages\NotLogin.master" />
  2090. </ItemGroup>
  2091. <ItemGroup>
  2092. <Content Include="MasterPages\Login.master" />
  2093. </ItemGroup>
  2094. <ItemGroup>
  2095. <Content Include="Handlers\FileDownloadHandler.ashx" />
  2096. </ItemGroup>
  2097. <ItemGroup>
  2098. <Content Include="Handlers\FileUploadHandler.ashx" />
  2099. </ItemGroup>
  2100. <ItemGroup>
  2101. <Content Include="Handlers\Web.config">
  2102. <SubType>Designer</SubType>
  2103. </Content>
  2104. </ItemGroup>
  2105. <ItemGroup>
  2106. <Content Include="Handlers\InnValidatorHandler.ashx" />
  2107. </ItemGroup>
  2108. <ItemGroup>
  2109. <Content Include="Handlers\KladrAddressHandler.ashx" />
  2110. </ItemGroup>
  2111. <ItemGroup>
  2112. <Content Include="Handlers\UserNameValidatorHandler.ashx" />
  2113. </ItemGroup>
  2114. <ItemGroup>
  2115. <Content Include="Handlers\AnnouncementHandler.ashx" />
  2116. <Content Include="Handlers\AutocreatedWebSiteNameValidatorHandler.ashx" />
  2117. <Content Include="Handlers\CommissionAmountHandler.ashx" />
  2118. <Content Include="Handlers\JsLoggerHandler.ashx" />
  2119. <Content Include="Handlers\MailingHandler.ashx" />
  2120. <Content Include="Handlers\MenuBuilderHandler.ashx" />
  2121. <Content Include="Handlers\MenuBuilderHandler.ashx" />
  2122. <Content Include="Handlers\ServerDateTimeHandler.ashx" />
  2123. <Content Include="Handlers\StaticContentHandler.ashx" />
  2124. <Content Include="MasterPages\Public.master" />
  2125. <Content Include="Private\Messages.master" />
  2126. <Content Include="Handlers\TransactionsListDownloadHandler.ashx" />
  2127. <Content Include="WcfConfigs\AppSettings.config">
  2128. <TransformOnBuild>true</TransformOnBuild>
  2129. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  2130. <SubType>Designer</SubType>
  2131. </Content>
  2132. <Content Include="ApplicationInsights.config">
  2133. <TransformOnBuild>true</TransformOnBuild>
  2134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  2135. </Content>
  2136. <None Include="ApplicationInsights.Production.config">
  2137. <DependentUpon>ApplicationInsights.config</DependentUpon>
  2138. <IsTransformFile>True</IsTransformFile>
  2139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  2140. </None>
  2141. <None Include="Service References\FinTenderEmailReportService\EmailReportService5.xsd">
  2142. <SubType>Designer</SubType>
  2143. </None>
  2144. <None Include="WcfConfigs\AppSettings.Debug-Local.config">
  2145. <DependentUpon>AppSettings.config</DependentUpon>
  2146. <IsTransformFile>True</IsTransformFile>
  2147. <SubType>Designer</SubType>
  2148. </None>
  2149. <None Include="WcfConfigs\AppSettings.Debug-Servicing.config">
  2150. <DependentUpon>AppSettings.config</DependentUpon>
  2151. <IsTransformFile>True</IsTransformFile>
  2152. <SubType>Designer</SubType>
  2153. </None>
  2154. <None Include="WcfConfigs\AppSettings.Debug-Stable.config">
  2155. <DependentUpon>AppSettings.config</DependentUpon>
  2156. <IsTransformFile>True</IsTransformFile>
  2157. <SubType>Designer</SubType>
  2158. </None>
  2159. <None Include="WcfConfigs\AppSettings.Debug-Trunk.config">
  2160. <DependentUpon>AppSettings.config</DependentUpon>
  2161. <IsTransformFile>True</IsTransformFile>
  2162. <SubType>Designer</SubType>
  2163. </None>
  2164. <None Include="WcfConfigs\AppSettings.Demo.config">
  2165. <DependentUpon>AppSettings.config</DependentUpon>
  2166. <IsTransformFile>True</IsTransformFile>
  2167. <SubType>Designer</SubType>
  2168. </None>
  2169. <None Include="WcfConfigs\AppSettings.Dev.config">
  2170. <DependentUpon>AppSettings.config</DependentUpon>
  2171. <IsTransformFile>True</IsTransformFile>
  2172. <SubType>Designer</SubType>
  2173. </None>
  2174. <None Include="WcfConfigs\AppSettings.Production.config">
  2175. <DependentUpon>AppSettings.config</DependentUpon>
  2176. <IsTransformFile>True</IsTransformFile>
  2177. </None>
  2178. <Content Include="WcfConfigs\Behaviors.config">
  2179. <TransformOnBuild>true</TransformOnBuild>
  2180. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  2181. </Content>
  2182. <None Include="WcfConfigs\Behaviors.Debug-Local.config">
  2183. <DependentUpon>Behaviors.config</DependentUpon>
  2184. <IsTransformFile>True</IsTransformFile>
  2185. </None>
  2186. <None Include="WcfConfigs\Behaviors.Demo.config">
  2187. <DependentUpon>Behaviors.config</DependentUpon>
  2188. <IsTransformFile>True</IsTransformFile>
  2189. </None>
  2190. <None Include="WcfConfigs\Behaviors.Dev.config">
  2191. <DependentUpon>Behaviors.config</DependentUpon>
  2192. <IsTransformFile>True</IsTransformFile>
  2193. </None>
  2194. <None Include="WcfConfigs\Behaviors.Production.config">
  2195. <DependentUpon>Behaviors.config</DependentUpon>
  2196. <IsTransformFile>True</IsTransformFile>
  2197. </None>
  2198. <Content Include="WcfConfigs\Bindings.config">
  2199. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  2200. </Content>
  2201. <Content Include="WcfConfigs\Client.config">
  2202. <TransformOnBuild>true</TransformOnBuild>
  2203. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  2204. <SubType>Designer</SubType>
  2205. </Content>
  2206. <None Include="WcfConfigs\Client.Debug-Local.config">
  2207. <DependentUpon>Client.config</DependentUpon>
  2208. <IsTransformFile>True</IsTransformFile>
  2209. </None>
  2210. <None Include="WcfConfigs\Client.Debug-Servicing.config">
  2211. <DependentUpon>Client.config</DependentUpon>
  2212. <IsTransformFile>True</IsTransformFile>
  2213. <SubType>Designer</SubType>
  2214. </None>
  2215. <None Include="WcfConfigs\Client.Debug-Stable.config">
  2216. <DependentUpon>Client.config</DependentUpon>
  2217. <IsTransformFile>True</IsTransformFile>
  2218. <SubType>Designer</SubType>
  2219. </None>
  2220. <None Include="WcfConfigs\Client.Debug-Trunk.config">
  2221. <DependentUpon>Client.config</DependentUpon>
  2222. <IsTransformFile>True</IsTransformFile>
  2223. <SubType>Designer</SubType>
  2224. </None>
  2225. <None Include="WcfConfigs\Client.Demo.config">
  2226. <DependentUpon>Client.config</DependentUpon>
  2227. <IsTransformFile>True</IsTransformFile>
  2228. </None>
  2229. <None Include="WcfConfigs\Client.Dev.config">
  2230. <DependentUpon>Client.config</DependentUpon>
  2231. <IsTransformFile>True</IsTransformFile>
  2232. </None>
  2233. <None Include="WcfConfigs\Client.Production.config">
  2234. <DependentUpon>Client.config</DependentUpon>
  2235. <IsTransformFile>True</IsTransformFile>
  2236. </None>
  2237. <Content Include="WcfConfigs\Extensions.config">
  2238. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  2239. </Content>
  2240. <Content Include="WcfConfigs\MachineKey.config">
  2241. <TransformOnBuild>true</TransformOnBuild>
  2242. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  2243. </Content>
  2244. <None Include="WcfConfigs\MachineKey.Debug-Local.config">
  2245. <DependentUpon>MachineKey.config</DependentUpon>
  2246. <IsTransformFile>True</IsTransformFile>
  2247. </None>
  2248. <None Include="WcfConfigs\MachineKey.Debug-Servicing.config">
  2249. <DependentUpon>MachineKey.config</DependentUpon>
  2250. <IsTransformFile>True</IsTransformFile>
  2251. </None>
  2252. <None Include="WcfConfigs\MachineKey.Debug-Stable.config">
  2253. <DependentUpon>MachineKey.config</DependentUpon>
  2254. <IsTransformFile>True</IsTransformFile>
  2255. </None>
  2256. <None Include="WcfConfigs\MachineKey.Debug-Trunk.config">
  2257. <DependentUpon>MachineKey.config</DependentUpon>
  2258. <IsTransformFile>True</IsTransformFile>
  2259. </None>
  2260. <None Include="WcfConfigs\MachineKey.Demo.config">
  2261. <DependentUpon>MachineKey.config</DependentUpon>
  2262. <IsTransformFile>True</IsTransformFile>
  2263. </None>
  2264. <None Include="WcfConfigs\MachineKey.Dev.config">
  2265. <DependentUpon>MachineKey.config</DependentUpon>
  2266. <IsTransformFile>True</IsTransformFile>
  2267. </None>
  2268. <None Include="WcfConfigs\MachineKey.Production.config">
  2269. <DependentUpon>MachineKey.config</DependentUpon>
  2270. <IsTransformFile>True</IsTransformFile>
  2271. </None>
  2272. <None Include="Web.Debug-Local.config">
  2273. <DependentUpon>Web.config</DependentUpon>
  2274. </None>
  2275. <None Include="Web.Demo.config">
  2276. <DependentUpon>Web.config</DependentUpon>
  2277. <SubType>Designer</SubType>
  2278. </None>
  2279. <None Include="Web.Dev.config">
  2280. <DependentUpon>Web.config</DependentUpon>
  2281. <SubType>Designer</SubType>
  2282. </None>
  2283. <None Include="Web.Production.config">
  2284. <DependentUpon>Web.config</DependentUpon>
  2285. </None>
  2286. </ItemGroup>
  2287. <ItemGroup>
  2288. <WCFMetadata Include="Service References\" />
  2289. </ItemGroup>
  2290. <ItemGroup>
  2291. <WCFMetadataStorage Include="Service References\FinTenderEmailReportService\" />
  2292. </ItemGroup>
  2293. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  2294. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  2295. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  2296. <ProjectExtensions>
  2297. <VisualStudio>
  2298. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  2299. <WebProjectProperties>
  2300. <UseIIS>True</UseIIS>
  2301. <AutoAssignPort>True</AutoAssignPort>
  2302. <DevelopmentServerPort>30484</DevelopmentServerPort>
  2303. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  2304. <IISUrl>https://app-local.rts-tender.ru/supplier/lk/</IISUrl>
  2305. <NTLMAuthentication>False</NTLMAuthentication>
  2306. <UseCustomServer>False</UseCustomServer>
  2307. <CustomServerUrl>
  2308. </CustomServerUrl>
  2309. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  2310. </WebProjectProperties>
  2311. </FlavorProperties>
  2312. </VisualStudio>
  2313. </ProjectExtensions>
  2314. <Import Project="$(SlowCheetahTargets)" Condition="Exists('$(SlowCheetahTargets)')" Label="SlowCheetah" />
  2315. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  2316. Other similar extension points exist, see Microsoft.Common.targets.
  2317. <Target Name="BeforeBuild">
  2318. </Target>
  2319. <Target Name="AfterBuild">
  2320. </Target>
  2321. -->
  2322. <UsingTask TaskName="AsyncExec" AssemblyFile="..\..\..\..\..\Tools\AsyncExecTask\AsyncExecTask.dll" />
  2323. <Target Name="AfterBuild" Condition="'$(Configuration)|$(Platform)' == 'Debug-Local|AnyCPU'">
  2324. <AsyncExec Command="..\..\..\..\..\Tools\curl\curl.exe http://localhost:25777/CommonServices/Accreditation/Request.aspx" />
  2325. </Target>
  2326. <Import Project="..\..\..\..\..\..\NuGet-Packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\..\..\..\NuGet-Packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
  2327. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  2328. <PropertyGroup>
  2329. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  2330. </PropertyGroup>
  2331. <Error Condition="!Exists('..\..\..\..\..\..\NuGet-Packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\..\..\NuGet-Packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
  2332. </Target>
  2333. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement