MOTINOVA_MC_Test.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{3F9958A2-3FFC-4B41-8A1A-F8C3EC0054FD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MOTINOVA_MC_Test</RootNamespace>
  11. <AssemblyName>MOTINOVA_MC_Test</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>发布\</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.2.%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. <Prefer32Bit>false</Prefer32Bit>
  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. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>msys.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestCertificateThumbprint>59080F9FDF6C97B18C09C8053D39DA6577C5D890</ManifestCertificateThumbprint>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestKeyFile>MOTINOVA_MC_Test_TemporaryKey.pfx</ManifestKeyFile>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <GenerateManifests>true</GenerateManifests>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <SignManifests>false</SignManifests>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="System" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Deployment" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Management" />
  74. <Reference Include="System.Windows.Forms" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="ZedGraph, Version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>bin\Debug\ZedGraph.dll</HintPath>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="aes.cs" />
  83. <Compile Include="Class1.cs" />
  84. <Compile Include="Form1.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="Form1.Designer.cs">
  88. <DependentUpon>Form1.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Form2.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Form2.Designer.cs">
  94. <DependentUpon>Form2.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="ftp.cs" />
  97. <Compile Include="Licences.cs">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="Licences.Designer.cs">
  101. <DependentUpon>Licences.cs</DependentUpon>
  102. </Compile>
  103. <Compile Include="PC_Information.cs" />
  104. <Compile Include="Program.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="topFormCapture.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="topFormCapture.designer.cs">
  110. <DependentUpon>topFormCapture.cs</DependentUpon>
  111. </Compile>
  112. <EmbeddedResource Include="Form1.resx">
  113. <DependentUpon>Form1.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Form2.resx">
  116. <DependentUpon>Form2.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Licences.resx">
  119. <DependentUpon>Licences.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="Properties\Resources.resx">
  122. <Generator>ResXFileCodeGenerator</Generator>
  123. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  124. <SubType>Designer</SubType>
  125. </EmbeddedResource>
  126. <Compile Include="Properties\Resources.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Resources.resx</DependentUpon>
  129. <DesignTime>True</DesignTime>
  130. </Compile>
  131. <EmbeddedResource Include="topFormCapture.resx">
  132. <DependentUpon>topFormCapture.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <None Include="app.config" />
  135. <None Include="MOTINOVA_MC_Test_TemporaryKey.pfx" />
  136. <None Include="Properties\Settings.settings">
  137. <Generator>SettingsSingleFileGenerator</Generator>
  138. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  139. </None>
  140. <Compile Include="Properties\Settings.Designer.cs">
  141. <AutoGen>True</AutoGen>
  142. <DependentUpon>Settings.settings</DependentUpon>
  143. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  144. </Compile>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Content Include="msys.ico" />
  148. <Content Include="shortcut_default.ico" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  152. <Visible>False</Visible>
  153. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  154. <Install>false</Install>
  155. </BootstrapperPackage>
  156. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  157. <Visible>False</Visible>
  158. <ProductName>.NET Framework 3.5 SP1</ProductName>
  159. <Install>true</Install>
  160. </BootstrapperPackage>
  161. </ItemGroup>
  162. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  163. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  164. Other similar extension points exist, see Microsoft.Common.targets.
  165. <Target Name="BeforeBuild">
  166. </Target>
  167. <Target Name="AfterBuild">
  168. </Target>
  169. -->
  170. </Project>