Heidenhain.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{67ACBA8D-6A94-4B1E-AE4E-706E69EB0901}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>HEIDENHAIN</RootNamespace>
  10. <AssemblyName>HEIDENHAIN</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Interop.HeidenhainDNCLib, Version=1.5.0.0, Culture=neutral, processorArchitecture=x86">
  52. <SpecificVersion>False</SpecificVersion>
  53. <EmbedInteropTypes>True</EmbedInteropTypes>
  54. <HintPath>dll\Interop.HeidenhainDNCLib.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>dll\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="body\DeviceInfoData.cs" />
  74. <Compile Include="body\RequestBody.cs" />
  75. <Compile Include="body\ResponseBody.cs" />
  76. <Compile Include="body\ResponseToolData.cs" />
  77. <Compile Include="Form1.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="Form1.Designer.cs">
  81. <DependentUpon>Form1.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Log\Log.cs" />
  84. <Compile Include="Program.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <EmbeddedResource Include="Form1.resx">
  87. <DependentUpon>Form1.cs</DependentUpon>
  88. </EmbeddedResource>
  89. <EmbeddedResource Include="Properties\Resources.resx">
  90. <Generator>ResXFileCodeGenerator</Generator>
  91. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  92. <SubType>Designer</SubType>
  93. </EmbeddedResource>
  94. <Compile Include="Properties\Resources.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DependentUpon>Resources.resx</DependentUpon>
  97. </Compile>
  98. <None Include="Properties\Settings.settings">
  99. <Generator>SettingsSingleFileGenerator</Generator>
  100. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  101. </None>
  102. <Compile Include="Properties\Settings.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DependentUpon>Settings.settings</DependentUpon>
  105. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  106. </Compile>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="App.config" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Content Include="dll\Interop.HeidenhainDNCLib.dll" />
  113. <Content Include="dll\Newtonsoft.Json.dll" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  117. <Visible>False</Visible>
  118. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>