xicheji.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>{28604952-3AFA-451D-891C-091B273FCB7A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>xicheji</RootNamespace>
  10. <AssemblyName>xicheji</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="S7.Net, Version=0.20.0.0, Culture=neutral, PublicKeyToken=d5812d469e84c693, processorArchitecture=MSIL">
  37. <HintPath>packages\S7netplus.0.20.0\lib\net462\S7.Net.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  41. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System.Numerics" />
  48. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  49. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  52. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Deployment" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Net.Http" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Form1.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="Form1.Designer.cs">
  69. <DependentUpon>Form1.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="Program.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <EmbeddedResource Include="Form1.resx">
  74. <DependentUpon>Form1.cs</DependentUpon>
  75. </EmbeddedResource>
  76. <EmbeddedResource Include="Properties\Resources.resx">
  77. <Generator>ResXFileCodeGenerator</Generator>
  78. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  79. <SubType>Designer</SubType>
  80. </EmbeddedResource>
  81. <Compile Include="Properties\Resources.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Resources.resx</DependentUpon>
  84. </Compile>
  85. <None Include="packages.config" />
  86. <None Include="Properties\Settings.settings">
  87. <Generator>SettingsSingleFileGenerator</Generator>
  88. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  89. </None>
  90. <Compile Include="Properties\Settings.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DependentUpon>Settings.settings</DependentUpon>
  93. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  94. </Compile>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="App.config" />
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. </Project>