Heidenhain.csproj 6.0 KB

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