ChangePointSystem.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" />
  5. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>
  11. </ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <ProjectGuid>{CB1554E0-882A-4A84-88BB-04054CAAADC8}</ProjectGuid>
  14. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>ChangePointSystem</RootNamespace>
  18. <AssemblyName>ChangePointSystem</AssemblyName>
  19. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  20. <MvcBuildViews>false</MvcBuildViews>
  21. <UseIISExpress>true</UseIISExpress>
  22. <IISExpressSSLPort />
  23. <IISExpressAnonymousAuthentication />
  24. <IISExpressWindowsAuthentication />
  25. <IISExpressUseClassicPipelineMode />
  26. <UseGlobalApplicationHostFile />
  27. <NuGetPackageImportStamp>
  28. </NuGetPackageImportStamp>
  29. <Use64BitIISExpress />
  30. <TargetFrameworkProfile />
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="DotNetZip, Version=1.11.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
  53. <HintPath>..\packages\DotNetZip.1.11.0\lib\net20\DotNetZip.dll</HintPath>
  54. </Reference>
  55. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  56. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  60. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="EntityFramework6.Npgsql, Version=6.4.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  64. <HintPath>..\packages\EntityFramework6.Npgsql.6.4.3\lib\net461\EntityFramework6.Npgsql.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="EPPlus, Version=4.5.2.1, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  68. <HintPath>..\packages\EPPlus.4.5.2.1\lib\net40\EPPlus.dll</HintPath>
  69. </Reference>
  70. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  71. <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
  72. </Reference>
  73. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  74. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  84. <Private>True</Private>
  85. </Reference>
  86. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.VisualBasic" />
  94. <Reference Include="NodaTime, Version=3.1.5.0, Culture=neutral, PublicKeyToken=4226afe0d9b296d1, processorArchitecture=MSIL">
  95. <HintPath>..\packages\NodaTime.3.1.5\lib\netstandard2.0\NodaTime.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Npgsql, Version=6.0.9.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Npgsql.6.0.9\lib\netstandard2.0\Npgsql.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Npgsql.NodaTime, Version=6.0.9.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Npgsql.NodaTime.6.0.9\lib\netstandard2.0\Npgsql.NodaTime.dll</HintPath>
  102. </Reference>
  103. <Reference Include="NPOI, Version=2.4.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  104. <HintPath>..\packages\NPOI.2.4.0\lib\net40\NPOI.dll</HintPath>
  105. </Reference>
  106. <Reference Include="NPOI.OOXML, Version=2.4.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  107. <HintPath>..\packages\NPOI.2.4.0\lib\net40\NPOI.OOXML.dll</HintPath>
  108. </Reference>
  109. <Reference Include="NPOI.OpenXml4Net, Version=2.4.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  110. <HintPath>..\packages\NPOI.2.4.0\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  111. </Reference>
  112. <Reference Include="NPOI.OpenXmlFormats, Version=2.4.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  113. <HintPath>..\packages\NPOI.2.4.0\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  114. </Reference>
  115. <Reference Include="PresentationCore" />
  116. <Reference Include="System" />
  117. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  118. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  119. <Private>True</Private>
  120. </Reference>
  121. <Reference Include="System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <HintPath>..\packages\System.Collections.Immutable.7.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Data" />
  125. <Reference Include="System.Data.DataSetExtensions" />
  126. <Reference Include="System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  127. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.DirectoryServices" />
  130. <Reference Include="System.DirectoryServices.AccountManagement" />
  131. <Reference Include="System.Drawing" />
  132. <Reference Include="System.IO.Compression" />
  133. <Reference Include="System.IO.Compression.FileSystem" />
  134. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  135. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  136. <Private>True</Private>
  137. </Reference>
  138. <Reference Include="System.Numerics" />
  139. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  140. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  141. <Private>True</Private>
  142. </Reference>
  143. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  144. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  145. <Private>True</Private>
  146. </Reference>
  147. <Reference Include="System.Runtime.Serialization" />
  148. <Reference Include="System.Security" />
  149. <Reference Include="System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  150. <HintPath>..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.Text.Json.7.0.0\lib\net462\System.Text.Json.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  156. <HintPath>..\packages\System.Threading.Channels.7.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  159. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Transactions" />
  162. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  163. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  164. <Private>True</Private>
  165. </Reference>
  166. <Reference Include="System.Web.DynamicData" />
  167. <Reference Include="System.Web.Entity" />
  168. <Reference Include="System.Web.ApplicationServices" />
  169. <Reference Include="System.ComponentModel.DataAnnotations" />
  170. <Reference Include="System.Web" />
  171. <Reference Include="System.Web.Abstractions" />
  172. <Reference Include="System.Web.Extensions" />
  173. <Reference Include="System.Web.Routing" />
  174. <Reference Include="System.Xml" />
  175. <Reference Include="System.Configuration" />
  176. <Reference Include="System.Web.Services" />
  177. <Reference Include="System.EnterpriseServices" />
  178. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  179. <Private>True</Private>
  180. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  181. </Reference>
  182. <Reference Include="System.Net.Http">
  183. </Reference>
  184. <Reference Include="System.Net.Http.WebRequest">
  185. </Reference>
  186. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  187. <Private>True</Private>
  188. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  191. <Private>True</Private>
  192. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  193. </Reference>
  194. <Reference Include="System.Web.Optimization">
  195. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  196. </Reference>
  197. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  198. <Private>True</Private>
  199. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  200. </Reference>
  201. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  202. <Private>True</Private>
  203. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  204. </Reference>
  205. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  206. <Private>True</Private>
  207. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  208. </Reference>
  209. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  210. <Private>True</Private>
  211. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  212. </Reference>
  213. <Reference Include="System.Xml.Linq" />
  214. <Reference Include="WebGrease">
  215. <Private>True</Private>
  216. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  217. </Reference>
  218. <Reference Include="Antlr3.Runtime">
  219. <Private>True</Private>
  220. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  221. </Reference>
  222. </ItemGroup>
  223. <ItemGroup>
  224. <Reference Include="Newtonsoft.Json">
  225. <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  226. </Reference>
  227. <Reference Include="Microsoft.ApplicationInsights">
  228. <HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
  229. </Reference>
  230. <Reference Include="Microsoft.AI.Agent.Intercept">
  231. <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
  232. </Reference>
  233. <Reference Include="Microsoft.AI.DependencyCollector">
  234. <HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
  235. </Reference>
  236. <Reference Include="Microsoft.AI.PerfCounterCollector">
  237. <HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
  238. </Reference>
  239. <Reference Include="Microsoft.AI.ServerTelemetryChannel">
  240. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
  241. </Reference>
  242. <Reference Include="Microsoft.AI.WindowsServer">
  243. <HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
  244. </Reference>
  245. <Reference Include="Microsoft.AI.Web">
  246. <HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
  247. </Reference>
  248. </ItemGroup>
  249. <ItemGroup>
  250. <Compile Include="App_GlobalResources\message.cn.designer.cs">
  251. <DependentUpon>message.cn.resx</DependentUpon>
  252. <AutoGen>True</AutoGen>
  253. <DesignTime>True</DesignTime>
  254. </Compile>
  255. <Compile Include="App_GlobalResources\message.designer.cs">
  256. <AutoGen>True</AutoGen>
  257. <DesignTime>True</DesignTime>
  258. <DependentUpon>message.resx</DependentUpon>
  259. </Compile>
  260. <Compile Include="App_Start\BundleConfig.cs" />
  261. <Compile Include="App_Start\FilterConfig.cs" />
  262. <Compile Include="App_Start\RouteConfig.cs" />
  263. <Compile Include="App_Start\ValidationMessagesConfig.cs" />
  264. <Compile Include="AttributeAdapter\ButtonAttribute.cs" />
  265. <Compile Include="AttributeAdapter\CustomStringLengthAttributeAdapter.cs" />
  266. <Compile Include="AttributeAdapter\CustomRequiredAttributeAdapter.cs" />
  267. <Compile Include="AttributeAdapter\EmailAddressAttribute.cs" />
  268. <Compile Include="AttributeAdapter\EnsureOneElementAttribute.cs" />
  269. <Compile Include="AttributeAdapter\CustomRangeAttributeAdapter.cs" />
  270. <Compile Include="AttributeAdapter\RequiredIfAttribute.cs" />
  271. <Compile Include="AttributeAdapter\RequiredNot0Attribute.cs" />
  272. <Compile Include="Controllers\EfuRemoveController.cs" />
  273. <Compile Include="Controllers\ManagerConfirmController.cs" />
  274. <Compile Include="Controllers\LeaderConfirmController.cs" />
  275. <Compile Include="Controllers\MasterLoginController.cs" />
  276. <Compile Include="Controllers\ModalUserController.cs" />
  277. <Compile Include="Controllers\CheckResultController.cs" />
  278. <Compile Include="Controllers\FinalConfirmController.cs" />
  279. <Compile Include="Controllers\EfuListController.cs" />
  280. <Compile Include="Controllers\TrainingResultController.cs" />
  281. <Compile Include="Controllers\TrainingController.cs" />
  282. <Compile Include="Controllers\ChangePointController.cs" />
  283. <Compile Include="Controllers\ErrorPageController.cs" />
  284. <Compile Include="Controllers\AllBaseController.cs" />
  285. <Compile Include="Controllers\BaseController.cs" />
  286. <Compile Include="Controllers\ChangeListController.cs" />
  287. <Compile Include="Controllers\LoginController.cs" />
  288. <Compile Include="Controllers\MasterMenuController.cs" />
  289. <Compile Include="Controllers\ManagerApprovalController.cs" />
  290. <Compile Include="Controllers\ChangeDetailController.cs" />
  291. <Compile Include="Controllers\TodayListController.cs" />
  292. <Compile Include="Filter\AuthorizedFilter.cs" />
  293. <Compile Include="Filter\LoggingFilterAttribute.cs" />
  294. <Compile Include="Helpers\CheckBoxHelpers.cs" />
  295. <Compile Include="Helpers\DisplayNameHelper.cs" />
  296. <Compile Include="Helpers\ReferrerLinkExtensions.cs" />
  297. <Compile Include="Global.asax.cs">
  298. <DependentUpon>Global.asax</DependentUpon>
  299. </Compile>
  300. <Compile Include="Helpers\i18nHelper.cs" />
  301. <Compile Include="Models\BaseViewModel.cs" />
  302. <Compile Include="Models\ChangePointViewModel.cs" />
  303. <Compile Include="Models\EfuRemoveViewModel.cs" />
  304. <Compile Include="Models\ManagerConfirmViewModel.cs" />
  305. <Compile Include="Models\LeaderConfirmViewModel.cs" />
  306. <Compile Include="Models\FinalConfirmViewModel.cs" />
  307. <Compile Include="Models\ChangeListViewModel.cs" />
  308. <Compile Include="Models\ChangeDetailViewModel.cs" />
  309. <Compile Include="Models\CheckResultViewModel.cs" />
  310. <Compile Include="Models\m_change_item.cs">
  311. <DependentUpon>Model1.tt</DependentUpon>
  312. </Compile>
  313. <Compile Include="Models\m_line.cs">
  314. <DependentUpon>Model1.tt</DependentUpon>
  315. </Compile>
  316. <Compile Include="Models\m_number.cs">
  317. <DependentUpon>Model1.tt</DependentUpon>
  318. </Compile>
  319. <Compile Include="Models\m_organization.cs">
  320. <DependentUpon>Model1.tt</DependentUpon>
  321. </Compile>
  322. <Compile Include="Models\m_process.cs">
  323. <DependentUpon>Model1.tt</DependentUpon>
  324. </Compile>
  325. <Compile Include="Models\m_training_item.cs">
  326. <DependentUpon>Model1.tt</DependentUpon>
  327. </Compile>
  328. <Compile Include="Models\m_user.cs">
  329. <DependentUpon>Model1.tt</DependentUpon>
  330. </Compile>
  331. <Compile Include="Models\EfuListViewModel.cs" />
  332. <Compile Include="Models\m_worker.cs">
  333. <DependentUpon>Model1.tt</DependentUpon>
  334. </Compile>
  335. <Compile Include="Models\PlusClasses.cs" />
  336. <Compile Include="Models\PlusDbContext.cs" />
  337. <Compile Include="Models\TrainingResultViewModel.cs" />
  338. <Compile Include="Models\TrainingViewModel.cs" />
  339. <Compile Include="Models\LoginViewModel.cs" />
  340. <Compile Include="Models\ManagerApprovalViewModel.cs" />
  341. <Compile Include="Models\Model1.Context.cs">
  342. <AutoGen>True</AutoGen>
  343. <DesignTime>True</DesignTime>
  344. <DependentUpon>Model1.Context.tt</DependentUpon>
  345. </Compile>
  346. <Compile Include="Models\Model1.cs">
  347. <AutoGen>True</AutoGen>
  348. <DesignTime>True</DesignTime>
  349. <DependentUpon>Model1.tt</DependentUpon>
  350. </Compile>
  351. <Compile Include="Models\changePointModel.Designer.cs">
  352. <AutoGen>True</AutoGen>
  353. <DesignTime>True</DesignTime>
  354. <DependentUpon>changePointModel.edmx</DependentUpon>
  355. </Compile>
  356. <Compile Include="Models\TodayListViewModel.cs" />
  357. <Compile Include="Models\MasterMenuViewModel.cs" />
  358. <Compile Include="Models\t_change_detail.cs">
  359. <DependentUpon>Model1.tt</DependentUpon>
  360. </Compile>
  361. <Compile Include="Models\t_change_point.cs">
  362. <DependentUpon>Model1.tt</DependentUpon>
  363. </Compile>
  364. <Compile Include="Models\t_final_confirm.cs">
  365. <DependentUpon>Model1.tt</DependentUpon>
  366. </Compile>
  367. <Compile Include="Models\t_training.cs">
  368. <DependentUpon>Model1.tt</DependentUpon>
  369. </Compile>
  370. <Compile Include="Models\t_training_check_result.cs">
  371. <DependentUpon>Model1.tt</DependentUpon>
  372. </Compile>
  373. <Compile Include="Models\UserModel.cs" />
  374. <Compile Include="Properties\AssemblyInfo.cs" />
  375. <Compile Include="Repository\ManagerApprovalRepository.cs" />
  376. <Compile Include="Repository\FinalConfirmRepository.cs" />
  377. <Compile Include="Repository\TrainingCheckResultRepository.cs" />
  378. <Compile Include="Repository\TrainingRepository.cs" />
  379. <Compile Include="Repository\ChangeDetailRepository.cs" />
  380. <Compile Include="Repository\NumberRepository.cs" />
  381. <Compile Include="Repository\ChangePointRepository.cs" />
  382. <Compile Include="Repository\OrganizationRepository.cs" />
  383. <Compile Include="Repository\TrainingItemRepository.cs" />
  384. <Compile Include="Repository\ChangeItemRepository.cs" />
  385. <Compile Include="Repository\ProcessRepository.cs" />
  386. <Compile Include="Repository\LineRepository.cs" />
  387. <Compile Include="Repository\WorkerRepository.cs" />
  388. <Compile Include="Repository\UserRepository.cs" />
  389. <Compile Include="Repository\IRepository.cs" />
  390. <Compile Include="Repository\Repository.cs" />
  391. <Compile Include="Util\Const.cs" />
  392. <Compile Include="Util\ControllerHtml.cs" />
  393. <Compile Include="Util\PathBean.cs" />
  394. <Compile Include="Util\PasswordUtil.cs" />
  395. <Compile Include="Util\SelectListUtil.cs" />
  396. <Compile Include="Util\StaticUtil.cs" />
  397. <Compile Include="Util\Util.cs" />
  398. </ItemGroup>
  399. <ItemGroup>
  400. <Content Include="Content\bootstrap.css" />
  401. <Content Include="Content\bootstrap.min.css" />
  402. <Content Include="Content\bootstrap\bootstrap-datepicker.css" />
  403. <Content Include="Content\bootstrap\bootstrap-datepicker.min.css" />
  404. <Content Include="Content\bootstrap\bootstrap-toggle.min.css" />
  405. <Content Include="Content\chosen\4Micon.png" />
  406. <Content Include="Content\chosen\BigSelect.png" />
  407. <Content Include="Content\chosen\button.png" />
  408. <Content Include="Content\chosen\icon.png" />
  409. <Content Include="Content\chosen\Leader.png" />
  410. <Content Include="Content\chosen\login.jpg" />
  411. <Content Include="Content\chosen\SELECT.png" />
  412. <Content Include="Content\TrainingResult.css" />
  413. <Content Include="Content\chosen\chosen-sprite.png" />
  414. <Content Include="Content\chosen\chosen.min.css" />
  415. <Content Include="Content\Login.css" />
  416. <Content Include="Content\Site.css" />
  417. <Content Include="Content\SpinnerBtnOffAtFireFox.css" />
  418. <Content Include="favicon.ico" />
  419. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  420. <Content Include="Global.asax" />
  421. <Content Include="ApplicationInsights.config">
  422. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  423. </Content>
  424. <Content Include="image\switch.png" />
  425. <Content Include="image\title.png" />
  426. <Content Include="Models\Model1.Context.tt">
  427. <Generator>TextTemplatingFileGenerator</Generator>
  428. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  429. <DependentUpon>changePointModel.edmx</DependentUpon>
  430. </Content>
  431. <Content Include="Models\Model1.tt">
  432. <Generator>TextTemplatingFileGenerator</Generator>
  433. <DependentUpon>changePointModel.edmx</DependentUpon>
  434. <LastGenOutput>Model1.cs</LastGenOutput>
  435. </Content>
  436. <Content Include="Scripts\bootbox.js" />
  437. <Content Include="Scripts\bootstrap\bootstrap-datepicker.ja.min.js" />
  438. <Content Include="Scripts\bootstrap\bootstrap-datepicker.js" />
  439. <Content Include="Scripts\bootstrap\bootstrap-datepicker.min.js" />
  440. <Content Include="Scripts\bootstrap\bootstrap-toggle.min.js" />
  441. <Content Include="Scripts\bootstrap.js" />
  442. <Content Include="Scripts\bootstrap.min.js" />
  443. <Content Include="Scripts\chosen\chosen.jquery.js" />
  444. <Content Include="Scripts\chosen\init.js" />
  445. <Content Include="Scripts\datepicker-config.js" />
  446. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  447. <Content Include="Scripts\util\comma.js" />
  448. <Content Include="Scripts\util\detail-common.js" />
  449. <Content Include="Scripts\util\img-approval.js" />
  450. <Content Include="Scripts\util\list-arrows.js" />
  451. <Content Include="Scripts\util\rowspan.js" />
  452. <Content Include="Scripts\util\select-change.js" />
  453. <Content Include="Web.config">
  454. <SubType>Designer</SubType>
  455. </Content>
  456. <Content Include="Views\Login\Index.cshtml" />
  457. <EntityDeploy Include="Models\changePointModel.edmx">
  458. <Generator>EntityModelCodeGenerator</Generator>
  459. <LastGenOutput>changePointModel.Designer.cs</LastGenOutput>
  460. </EntityDeploy>
  461. <Content Include="Models\changePointModel.edmx.diagram">
  462. <DependentUpon>changePointModel.edmx</DependentUpon>
  463. </Content>
  464. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  465. <None Include="log4net.config">
  466. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  467. </None>
  468. <None Include="Properties\PublishProfiles\IISProfile.pubxml" />
  469. <None Include="Properties\PublishProfiles\IISProfile1.pubxml" />
  470. <None Include="Properties\PublishProfiles\IISProfile2.pubxml" />
  471. <None Include="Scripts\jquery\jquery-1.10.2.intellisense.js" />
  472. <Content Include="Scripts\jquery\jquery-1.10.2.js" />
  473. <Content Include="Scripts\jquery\jquery-1.10.2.min.js" />
  474. <Content Include="Scripts\util\menu.js" />
  475. <Content Include="Scripts\modernizr\modernizr-2.6.2.js" />
  476. <Content Include="Scripts\respond\respond.js" />
  477. <Content Include="Scripts\respond\respond.min.js" />
  478. <None Include="Scripts\validate\jquery.validate-vsdoc.js" />
  479. <Content Include="Scripts\validate\jquery.validate.js" />
  480. <Content Include="Scripts\validate\jquery.validate.min.js" />
  481. <Content Include="Scripts\validate\jquery.validate.unobtrusive.js" />
  482. <Content Include="Scripts\validate\jquery.validate.unobtrusive.min.js" />
  483. <Content Include="Views\Web.config" />
  484. <Content Include="Views\ChangePoint\Index.cshtml" />
  485. <Content Include="Views\ChangeList\Index.cshtml" />
  486. <Content Include="Views\ManagerApproval\Index.cshtml" />
  487. <Content Include="Views\Training\Index.cshtml" />
  488. <Content Include="Views\CheckResult\Index.cshtml" />
  489. <Content Include="Views\TrainingResult\Index.cshtml" />
  490. <Content Include="Views\TodayList\Index.cshtml" />
  491. <Content Include="Views\MasterMenu\Index.cshtml" />
  492. <Content Include="Views\ChangeDetail\Index.cshtml" />
  493. <Content Include="Views\FinalConfirm\Index.cshtml" />
  494. <Content Include="Views\Shared\_ModalUser.cshtml" />
  495. <Content Include="Views\Shared\Error.cshtml" />
  496. <Content Include="Views\Shared\_Layout.cshtml" />
  497. <Content Include="Views\LeaderConfirm\Index.cshtml" />
  498. <Content Include="Views\ManagerConfirm\Index.cshtml" />
  499. <Content Include="Views\EfuRemove\Index.cshtml" />
  500. <Content Include="Views\EfuList\Index.cshtml" />
  501. <Content Include="Views\FinalConfirm\Index02.cshtml" />
  502. </ItemGroup>
  503. <ItemGroup>
  504. <COMReference Include="Microsoft.Office.Core">
  505. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  506. <VersionMajor>2</VersionMajor>
  507. <VersionMinor>8</VersionMinor>
  508. <Lcid>0</Lcid>
  509. <WrapperTool>primary</WrapperTool>
  510. <Isolated>False</Isolated>
  511. <EmbedInteropTypes>True</EmbedInteropTypes>
  512. </COMReference>
  513. <COMReference Include="VBIDE">
  514. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  515. <VersionMajor>5</VersionMajor>
  516. <VersionMinor>3</VersionMinor>
  517. <Lcid>0</Lcid>
  518. <WrapperTool>primary</WrapperTool>
  519. <Isolated>False</Isolated>
  520. <EmbedInteropTypes>True</EmbedInteropTypes>
  521. </COMReference>
  522. </ItemGroup>
  523. <ItemGroup>
  524. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  525. </ItemGroup>
  526. <ItemGroup>
  527. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  528. </ItemGroup>
  529. <ItemGroup>
  530. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  531. </ItemGroup>
  532. <ItemGroup>
  533. <Content Include="packages.config">
  534. <SubType>Designer</SubType>
  535. </Content>
  536. </ItemGroup>
  537. <ItemGroup>
  538. <Content Include="App_GlobalResources\message.resx">
  539. <Generator>GlobalResourceProxyGenerator</Generator>
  540. <LastGenOutput>message.designer.cs</LastGenOutput>
  541. <SubType>Designer</SubType>
  542. </Content>
  543. </ItemGroup>
  544. <ItemGroup>
  545. <Content Include="Scripts\jquery\jquery-1.10.2.min.map" />
  546. </ItemGroup>
  547. <ItemGroup>
  548. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  549. </ItemGroup>
  550. <ItemGroup>
  551. <WCFMetadata Include="Connected Services\" />
  552. </ItemGroup>
  553. <ItemGroup>
  554. <Folder Include="App_Data\DownloadFormat\" />
  555. <Folder Include="App_Data\Template\" />
  556. <Folder Include="Views\MasterLogin\" />
  557. </ItemGroup>
  558. <ItemGroup>
  559. <Content Include="App_GlobalResources\message.cn.resx">
  560. <Generator>GlobalResourceProxyGenerator</Generator>
  561. <LastGenOutput>message.cn.designer.cs</LastGenOutput>
  562. <SubType>Designer</SubType>
  563. </Content>
  564. </ItemGroup>
  565. <PropertyGroup>
  566. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  567. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  568. </PropertyGroup>
  569. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  570. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  571. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  572. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  573. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  574. </Target>
  575. <ProjectExtensions>
  576. <VisualStudio>
  577. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  578. <WebProjectProperties>
  579. <UseIIS>True</UseIIS>
  580. <AutoAssignPort>True</AutoAssignPort>
  581. <DevelopmentServerPort>49203</DevelopmentServerPort>
  582. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  583. <IISUrl>http://localhost:49998/</IISUrl>
  584. <NTLMAuthentication>False</NTLMAuthentication>
  585. <UseCustomServer>False</UseCustomServer>
  586. <CustomServerUrl>
  587. </CustomServerUrl>
  588. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  589. </WebProjectProperties>
  590. </FlavorProperties>
  591. </VisualStudio>
  592. </ProjectExtensions>
  593. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  594. <PropertyGroup>
  595. <ErrorText>このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。</ErrorText>
  596. </PropertyGroup>
  597. <Error Condition="!Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets'))" />
  598. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  599. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  600. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props'))" />
  601. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  602. </Target>
  603. <Import Project="..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" />
  604. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  605. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  606. Other similar extension points exist, see Microsoft.Common.targets.
  607. <Target Name="BeforeBuild">
  608. </Target>
  609. <Target Name="AfterBuild">
  610. </Target> -->
  611. </Project>