MOTINOVA_Motor_Factory_Set.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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>{8A575ABA-3E5E-4C88-9817-39A4256C7E79}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>MOTINOVA_Motor_Factory_Set</RootNamespace>
  10. <AssemblyName>MOTINOVA_Motor_Factory_Set</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>D:\SoftDesign\MOTINOVA_Motor_Factory_Set\Publish\</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. <AutorunEnabled>true</AutorunEnabled>
  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. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ManifestCertificateThumbprint>59B8C10AF31C7A7A8CE1223D08FB77D250DDFB1C</ManifestCertificateThumbprint>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ManifestKeyFile>MOTINOVA_Motor_Factory_Set_TemporaryKey.pfx</ManifestKeyFile>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <GenerateManifests>true</GenerateManifests>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <TargetZone>LocalIntranet</TargetZone>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <SignManifests>true</SignManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <ApplicationIcon>import.ico</ApplicationIcon>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="System" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Deployment" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="CheckForm.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="CheckForm.Designer.cs">
  88. <DependentUpon>CheckForm.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Enter.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Enter.Designer.cs">
  94. <DependentUpon>Enter.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="ExportForm.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="ExportForm.Designer.cs">
  100. <DependentUpon>ExportForm.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="ftp.cs" />
  103. <Compile Include="ImportForm.cs">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="ImportForm.Designer.cs">
  107. <DependentUpon>ImportForm.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="ManageForm.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="ManageForm.Designer.cs">
  113. <DependentUpon>ManageForm.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="PortSettings.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="PortSettings.Designer.cs">
  119. <DependentUpon>PortSettings.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="server_cfg.cs" />
  122. <Compile Include="StartForm.cs">
  123. <SubType>Form</SubType>
  124. </Compile>
  125. <Compile Include="StartForm.Designer.cs">
  126. <DependentUpon>StartForm.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="Program.cs" />
  129. <Compile Include="Properties\AssemblyInfo.cs" />
  130. <Compile Include="TorqueCheckParam.cs" />
  131. <EmbeddedResource Include="CheckForm.resx">
  132. <DependentUpon>CheckForm.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="Enter.resx">
  135. <DependentUpon>Enter.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="ExportForm.resx">
  138. <DependentUpon>ExportForm.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="ImportForm.resx">
  141. <DependentUpon>ImportForm.cs</DependentUpon>
  142. <SubType>Designer</SubType>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="ManageForm.resx">
  145. <DependentUpon>ManageForm.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="PortSettings.resx">
  148. <DependentUpon>PortSettings.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Properties\Resources.resx">
  151. <Generator>ResXFileCodeGenerator</Generator>
  152. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  153. <SubType>Designer</SubType>
  154. </EmbeddedResource>
  155. <Compile Include="Properties\Resources.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DependentUpon>Resources.resx</DependentUpon>
  158. <DesignTime>True</DesignTime>
  159. </Compile>
  160. <EmbeddedResource Include="StartForm.resx">
  161. <DependentUpon>StartForm.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <None Include="app.config" />
  164. <None Include="MOTINOVA_Motor_Factory_Set_TemporaryKey.pfx" />
  165. <None Include="Properties\app.manifest" />
  166. <None Include="Properties\Settings.settings">
  167. <Generator>SettingsSingleFileGenerator</Generator>
  168. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  169. </None>
  170. <Compile Include="Properties\Settings.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DependentUpon>Settings.settings</DependentUpon>
  173. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  174. </Compile>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="images\title.png" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="images\close1.png" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <None Include="images\timg.jpg" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="images\MkqN4K4Mvj.png" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  190. <Visible>False</Visible>
  191. <ProductName>.NET Framework 3.5 SP1</ProductName>
  192. <Install>true</Install>
  193. </BootstrapperPackage>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <None Include="Resources\ttium.bmp" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="Resources\836618239619717251.jpg" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Content Include="import.ico" />
  203. </ItemGroup>
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. </Project>