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.

WF-ChangeGUID.csproj 4.1KB

4 ay önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{E20B8662-89F1-42D9-8DC5-0E30E1AADCD6}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WF_ChangeGUID</RootNamespace>
  10. <AssemblyName>WF-ChangeGUID</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x86</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\dll\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Deployment" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="frmMain.cs">
  51. <SubType>Form</SubType>
  52. </Compile>
  53. <Compile Include="frmMain.Designer.cs">
  54. <DependentUpon>frmMain.cs</DependentUpon>
  55. </Compile>
  56. <Compile Include="Program.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <EmbeddedResource Include="frmMain.resx">
  59. <DependentUpon>frmMain.cs</DependentUpon>
  60. </EmbeddedResource>
  61. <EmbeddedResource Include="Properties\Resources.resx">
  62. <Generator>ResXFileCodeGenerator</Generator>
  63. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  64. <SubType>Designer</SubType>
  65. </EmbeddedResource>
  66. <Compile Include="Properties\Resources.Designer.cs">
  67. <AutoGen>True</AutoGen>
  68. <DependentUpon>Resources.resx</DependentUpon>
  69. <DesignTime>True</DesignTime>
  70. </Compile>
  71. <None Include="App.config" />
  72. <None Include="Properties\Settings.settings">
  73. <Generator>SettingsSingleFileGenerator</Generator>
  74. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  75. </None>
  76. <Compile Include="Properties\Settings.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DependentUpon>Settings.settings</DependentUpon>
  79. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  80. </Compile>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  84. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  85. <Name>CnasSynchronousCommon</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  88. <Project>{CB9B6D92-3CC4-46C6-92E8-A6FD0AD48041}</Project>
  89. <Name>CnasSynchronusBLL</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  92. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  93. <Name>CnasSynchrousModel</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. </Project>