CNAS取数仪器端升级
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CNAS_Authorize.csproj 5.1KB

il y a 4 mois
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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)' == '' ">AnyCPU</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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Xml" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Xaml">
  47. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="WindowsBase" />
  50. <Reference Include="PresentationCore" />
  51. <Reference Include="PresentationFramework" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <ApplicationDefinition Include="App.xaml">
  55. <Generator>MSBuild:Compile</Generator>
  56. <SubType>Designer</SubType>
  57. </ApplicationDefinition>
  58. <Page Include="MainWindow.xaml">
  59. <Generator>MSBuild:Compile</Generator>
  60. <SubType>Designer</SubType>
  61. </Page>
  62. <Compile Include="App.xaml.cs">
  63. <DependentUpon>App.xaml</DependentUpon>
  64. <SubType>Code</SubType>
  65. </Compile>
  66. <Compile Include="MachineAuth.cs" />
  67. <Compile Include="MainWindow.xaml.cs">
  68. <DependentUpon>MainWindow.xaml</DependentUpon>
  69. <SubType>Code</SubType>
  70. </Compile>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Properties\AssemblyInfo.cs">
  74. <SubType>Code</SubType>
  75. </Compile>
  76. <Compile Include="Properties\Resources.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DesignTime>True</DesignTime>
  79. <DependentUpon>Resources.resx</DependentUpon>
  80. </Compile>
  81. <Compile Include="Properties\Settings.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Settings.settings</DependentUpon>
  84. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  85. </Compile>
  86. <EmbeddedResource Include="Properties\Resources.resx">
  87. <Generator>ResXFileCodeGenerator</Generator>
  88. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  89. </EmbeddedResource>
  90. <None Include="Properties\Settings.settings">
  91. <Generator>SettingsSingleFileGenerator</Generator>
  92. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  93. </None>
  94. <AppDesigner Include="Properties\" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="App.config">
  98. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  99. </None>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  103. <Project>{8E0E5F2E-2BA2-4952-9F31-34C072CD86B3}</Project>
  104. <Name>CnasSynchronousCommon</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  107. <Project>{CB9B6D92-3CC4-46C6-92E8-A6FD0AD48041}</Project>
  108. <Name>CnasSynchronusBLL</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  111. <Project>{0C3243F5-729E-409C-B406-C6DE56E632E0}</Project>
  112. <Name>CnasSynchrousModel</Name>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>