ConfigureWindow.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{C88D01E7-90B7-4192-AA1D-D3AE039CDFAB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ConfigureWindow</RootNamespace>
  10. <AssemblyName>ConfigureWindow</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup>
  21. <ApplicationManifest>app.manifest</ApplicationManifest>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  24. <DebugSymbols>true</DebugSymbols>
  25. <OutputPath>bin\x86\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>x86</PlatformTarget>
  29. <LangVersion>7.3</LangVersion>
  30. <ErrorReport>prompt</ErrorReport>
  31. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  32. <Prefer32Bit>true</Prefer32Bit>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  35. <OutputPath>bin\x86\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <Optimize>true</Optimize>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <LangVersion>7.3</LangVersion>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <ApplicationIcon>app.ico</ApplicationIcon>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Config.Net, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Config.Net.4.15.0\lib\netstandard2.0\Config.Net.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Config.Net.Json, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Config.Net.Json.4.15.0\lib\netstandard2.0\Config.Net.Json.dll</HintPath>
  57. </Reference>
  58. <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="MaterialDesignColors, Version=1.2.7.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  62. <HintPath>..\packages\MaterialDesignColors.1.2.7\lib\net45\MaterialDesignColors.dll</HintPath>
  63. </Reference>
  64. <Reference Include="MaterialDesignThemes.Wpf, Version=3.2.0.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  65. <HintPath>..\packages\MaterialDesignThemes.3.2.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Nancy, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Nancy.2.0.0\lib\net452\Nancy.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Nancy.Hosting.Self, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Nancy.Hosting.Self.2.0.0\lib\net452\Nancy.Hosting.Self.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Configuration.ConfigurationManager.4.7.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Configuration.Install" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Data.OracleClient" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Net" />
  95. <Reference Include="System.Numerics" />
  96. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  97. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Security" />
  103. <Reference Include="System.Security.AccessControl, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Security.AccessControl.4.7.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Security.Permissions, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  107. <HintPath>..\packages\System.Security.Permissions.4.7.0\lib\net461\System.Security.Permissions.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Security.Principal.Windows, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  110. <HintPath>..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.ServiceProcess" />
  113. <Reference Include="System.Text.Encodings.Web, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  114. <HintPath>..\packages\System.Text.Encodings.Web.4.7.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  117. <HintPath>..\packages\System.Text.Json.4.7.0\lib\net461\System.Text.Json.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  120. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Transactions" />
  123. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  124. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web" />
  127. <Reference Include="System.Xml" />
  128. <Reference Include="Microsoft.CSharp" />
  129. <Reference Include="System.Core" />
  130. <Reference Include="System.Xml.Linq" />
  131. <Reference Include="System.Data.DataSetExtensions" />
  132. <Reference Include="System.Net.Http" />
  133. <Reference Include="System.Xaml">
  134. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  135. </Reference>
  136. <Reference Include="WindowsBase" />
  137. <Reference Include="PresentationCore" />
  138. <Reference Include="PresentationFramework" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ApplicationDefinition Include="App.xaml">
  142. <Generator>MSBuild:Compile</Generator>
  143. <SubType>Designer</SubType>
  144. </ApplicationDefinition>
  145. <Page Include="domain\InputDialog.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. <Page Include="domain\ReadCardDialog.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. <Page Include="MainWindow.xaml">
  154. <Generator>MSBuild:Compile</Generator>
  155. <SubType>Designer</SubType>
  156. </Page>
  157. <Compile Include="App.xaml.cs">
  158. <DependentUpon>App.xaml</DependentUpon>
  159. <SubType>Code</SubType>
  160. </Compile>
  161. <Compile Include="domain\DateValidationRule.cs" />
  162. <Compile Include="domain\EnumerationExtension.cs" />
  163. <Compile Include="domain\EnumItemsSource.cs" />
  164. <Compile Include="domain\InputDialog.xaml.cs">
  165. <DependentUpon>InputDialog.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="domain\InputDialogViewModel.cs" />
  168. <Compile Include="domain\NotEmptyValidationRule.cs" />
  169. <Compile Include="domain\NotifyPropertyChangedExtension.cs" />
  170. <Compile Include="domain\ReadCardDialog.xaml.cs">
  171. <DependentUpon>ReadCardDialog.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="log4net.Designer.cs">
  174. <DependentUpon>log4net.config</DependentUpon>
  175. <AutoGen>True</AutoGen>
  176. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  177. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  178. </Compile>
  179. <Compile Include="MainWindow.xaml.cs">
  180. <DependentUpon>MainWindow.xaml</DependentUpon>
  181. <SubType>Code</SubType>
  182. </Compile>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Compile Include="MainWindowViewModel.cs" />
  186. <Compile Include="Properties\AssemblyInfo.cs">
  187. <SubType>Code</SubType>
  188. </Compile>
  189. <Compile Include="Properties\Resources.Designer.cs">
  190. <AutoGen>True</AutoGen>
  191. <DesignTime>True</DesignTime>
  192. <DependentUpon>Resources.resx</DependentUpon>
  193. </Compile>
  194. <Compile Include="Properties\Settings.Designer.cs">
  195. <AutoGen>True</AutoGen>
  196. <DependentUpon>Settings.settings</DependentUpon>
  197. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  198. </Compile>
  199. <EmbeddedResource Include="Properties\Resources.resx">
  200. <Generator>ResXFileCodeGenerator</Generator>
  201. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  202. </EmbeddedResource>
  203. <None Include="app.manifest" />
  204. <None Include="log4net.config">
  205. <Generator>SettingsSingleFileGenerator</Generator>
  206. <LastGenOutput>log4net.Designer.cs</LastGenOutput>
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. </None>
  209. <None Include="packages.config" />
  210. <None Include="Properties\Settings.settings">
  211. <Generator>SettingsSingleFileGenerator</Generator>
  212. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  213. </None>
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Resource Include="fonts\SourceHanSansSC-Bold.otf" />
  217. <Resource Include="fonts\SourceHanSansSC-Medium.otf" />
  218. <Resource Include="fonts\SourceHanSansSC-Normal.otf" />
  219. </ItemGroup>
  220. <ItemGroup>
  221. <None Include="App.config" />
  222. </ItemGroup>
  223. <ItemGroup>
  224. <Resource Include="app.ico" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <ProjectReference Include="..\zmjService\zmjService.csproj">
  228. <Project>{74b331c0-8940-4b83-bde4-d9697ee7ce34}</Project>
  229. <Name>zmjService</Name>
  230. </ProjectReference>
  231. </ItemGroup>
  232. <Import Project="..\CardApi\CardApi.projitems" Label="Shared" />
  233. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  234. <PropertyGroup>
  235. <PostBuildEvent>SET path=$(TargetDir)\logs
  236. if not exist "%25path%25" mkdir "%25path%25"</PostBuildEvent>
  237. </PropertyGroup>
  238. <Import Project="..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" />
  239. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  240. <PropertyGroup>
  241. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  242. </PropertyGroup>
  243. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.2.0\build\MaterialDesignThemes.targets'))" />
  244. </Target>
  245. </Project>