CNAS取数仪器端升级
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
6.1KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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)' == '' ">x86</Platform>
  7. <ProjectGuid>{9B4A6989-A7A6-41C0-ADFE-D470EB972D79}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CNAS_Authorize</RootNamespace>
  11. <AssemblyName>CNAS_Authorize</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>2</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>..\AuthorizeDll\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestCertificateThumbprint>D4700213673D28F8D81D62BAEC309A35964BA214</ManifestCertificateThumbprint>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestKeyFile>CNAS_Authorize_TemporaryKey.pfx</ManifestKeyFile>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <GenerateManifests>true</GenerateManifests>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <SignManifests>true</SignManifests>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="System" />
  67. <Reference Include="System.Configuration" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Web.Extensions" />
  70. <Reference Include="System.Xml" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Xaml">
  77. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  78. </Reference>
  79. <Reference Include="WindowsBase" />
  80. <Reference Include="PresentationCore" />
  81. <Reference Include="PresentationFramework" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ApplicationDefinition Include="App.xaml">
  85. <Generator>MSBuild:Compile</Generator>
  86. <SubType>Designer</SubType>
  87. </ApplicationDefinition>
  88. <Page Include="MainWindow.xaml">
  89. <Generator>MSBuild:Compile</Generator>
  90. <SubType>Designer</SubType>
  91. </Page>
  92. <Compile Include="App.xaml.cs">
  93. <DependentUpon>App.xaml</DependentUpon>
  94. <SubType>Code</SubType>
  95. </Compile>
  96. <Compile Include="MachineAuth.cs" />
  97. <Compile Include="MainWindow.xaml.cs">
  98. <DependentUpon>MainWindow.xaml</DependentUpon>
  99. <SubType>Code</SubType>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="Properties\AssemblyInfo.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. </Compile>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. </EmbeddedResource>
  120. <None Include="Properties\Settings.settings">
  121. <Generator>SettingsSingleFileGenerator</Generator>
  122. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  123. </None>
  124. <AppDesigner Include="Properties\" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="App.config">
  128. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  129. </None>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  133. <Visible>False</Visible>
  134. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  135. <Install>true</Install>
  136. </BootstrapperPackage>
  137. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  138. <Visible>False</Visible>
  139. <ProductName>.NET Framework 3.5 SP1</ProductName>
  140. <Install>false</Install>
  141. </BootstrapperPackage>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <PackageReference Include="Stub.System.Data.SQLite.Core.NetFramework" Version="1.0.115.5">
  145. <GeneratePathProperty>true</GeneratePathProperty>
  146. </PackageReference>
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. </Project>