Fanuc.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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>{EC515FDD-F5F4-4315-BE25-570F5621667F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Fanuc_HttpServer</RootNamespace>
  11. <AssemblyName>Fanuc</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>3</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <PublishWizardCompleted>true</PublishWizardCompleted>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ManifestCertificateThumbprint>92C54512FC9CDF7940AA0FFC3DA33A19C79229AE</ManifestCertificateThumbprint>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ManifestKeyFile>Fanuc_TemporaryKey.pfx</ManifestKeyFile>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <GenerateManifests>true</GenerateManifests>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <SignManifests>false</SignManifests>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
  66. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>.\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Configuration" />
  72. <Reference Include="System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Configuration.ConfigurationManager.5.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Data.OracleClient" />
  77. <Reference Include="System.Net" />
  78. <Reference Include="System.Security" />
  79. <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  80. <HintPath>..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.Security.Permissions.5.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.ServiceProcess" />
  89. <Reference Include="System.Transactions" />
  90. <Reference Include="System.Xml.Linq" />
  91. <Reference Include="System.Data.DataSetExtensions" />
  92. <Reference Include="Microsoft.CSharp" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Deployment" />
  95. <Reference Include="System.Drawing" />
  96. <Reference Include="System.Net.Http" />
  97. <Reference Include="System.Windows.Forms" />
  98. <Reference Include="System.Xml" />
  99. <Reference Include="WindowsBase" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="ConDevice.cs" />
  103. <Compile Include="ConDevice2.cs" />
  104. <Compile Include="Fanuc.cs" />
  105. <Compile Include="Form1.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="Form1.Designer.cs">
  109. <DependentUpon>Form1.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="fwlib32.cs" />
  112. <Compile Include="Log\Log.cs" />
  113. <Compile Include="Program.cs" />
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. <EmbeddedResource Include="Form1.resx">
  116. <DependentUpon>Form1.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Properties\Resources.resx">
  119. <Generator>ResXFileCodeGenerator</Generator>
  120. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  121. <SubType>Designer</SubType>
  122. </EmbeddedResource>
  123. <Compile Include="Properties\Resources.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Resources.resx</DependentUpon>
  126. <DesignTime>True</DesignTime>
  127. </Compile>
  128. <None Include="Fanuc_TemporaryKey.pfx" />
  129. <None Include="packages.config" />
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. <Compile Include="Properties\Settings.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Settings.settings</DependentUpon>
  137. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="App.config">
  142. <SubType>Designer</SubType>
  143. </None>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Content Include="Fwlib32.dll">
  147. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  148. </Content>
  149. <Content Include="fwlibe1.dll">
  150. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  151. </Content>
  152. <Content Include="Newtonsoft.Json.dll">
  153. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  154. </Content>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  158. <Visible>False</Visible>
  159. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  160. <Install>true</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. </ItemGroup>
  168. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  169. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  170. Other similar extension points exist, see Microsoft.Common.targets.
  171. <Target Name="BeforeBuild">
  172. </Target>
  173. <Target Name="AfterBuild">
  174. </Target>
  175. -->
  176. </Project>