CNAS取数仪器端升级
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

143 satır
5.8KB

  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. <GenerateManifests>false</GenerateManifests>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <SignManifests>false</SignManifests>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="System" />
  61. <Reference Include="System.Configuration" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Web.Extensions" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Xaml">
  71. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="WindowsBase" />
  74. <Reference Include="PresentationCore" />
  75. <Reference Include="PresentationFramework" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ApplicationDefinition Include="App.xaml">
  79. <Generator>MSBuild:Compile</Generator>
  80. <SubType>Designer</SubType>
  81. </ApplicationDefinition>
  82. <Page Include="MainWindow.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </Page>
  86. <Compile Include="App.xaml.cs">
  87. <DependentUpon>App.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. <Compile Include="MachineAuth.cs" />
  91. <Compile Include="MainWindow.xaml.cs">
  92. <DependentUpon>MainWindow.xaml</DependentUpon>
  93. <SubType>Code</SubType>
  94. </Compile>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Properties\AssemblyInfo.cs">
  98. <SubType>Code</SubType>
  99. </Compile>
  100. <Compile Include="Properties\Resources.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DesignTime>True</DesignTime>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. </Compile>
  105. <Compile Include="Properties\Settings.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DependentUpon>Settings.settings</DependentUpon>
  108. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  109. </Compile>
  110. <EmbeddedResource Include="Properties\Resources.resx">
  111. <Generator>ResXFileCodeGenerator</Generator>
  112. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  113. </EmbeddedResource>
  114. <None Include="Properties\Settings.settings">
  115. <Generator>SettingsSingleFileGenerator</Generator>
  116. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  117. </None>
  118. <AppDesigner Include="Properties\" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="App.config">
  122. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  123. </None>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  127. <Visible>False</Visible>
  128. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  132. <Visible>False</Visible>
  133. <ProductName>.NET Framework 3.5 SP1</ProductName>
  134. <Install>false</Install>
  135. </BootstrapperPackage>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <PackageReference Include="Stub.System.Data.SQLite.Core.NetFramework" Version="1.0.115.5">
  139. <GeneratePathProperty>true</GeneratePathProperty>
  140. </PackageReference>
  141. </ItemGroup>
  142. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  143. </Project>