MOTINOVA_MC_Test.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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>v3.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>发布\</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>1</ApplicationRevision>
  26. <ApplicationVersion>1.0.2.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <PublishWizardCompleted>true</PublishWizardCompleted>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. <TargetFrameworkProfile />
  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.Windows.Forms" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="ZedGraph, Version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>bin\Debug\ZedGraph.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="Class1.cs" />
  82. <Compile Include="Form1.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Form1.Designer.cs">
  86. <DependentUpon>Form1.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="Form2.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Form2.Designer.cs">
  92. <DependentUpon>Form2.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Program.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <EmbeddedResource Include="Form1.resx">
  97. <DependentUpon>Form1.cs</DependentUpon>
  98. </EmbeddedResource>
  99. <EmbeddedResource Include="Form2.resx">
  100. <DependentUpon>Form2.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. <DesignTime>True</DesignTime>
  111. </Compile>
  112. <None Include="app.config" />
  113. <None Include="MOTINOVA_MC_Test_TemporaryKey.pfx" />
  114. <None Include="Properties\Settings.settings">
  115. <Generator>SettingsSingleFileGenerator</Generator>
  116. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  117. </None>
  118. <Compile Include="Properties\Settings.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Settings.settings</DependentUpon>
  121. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  122. </Compile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Content Include="msys.ico" />
  126. <Content Include="shortcut_default.ico" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  130. <Visible>False</Visible>
  131. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  132. <Install>false</Install>
  133. </BootstrapperPackage>
  134. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  135. <Visible>False</Visible>
  136. <ProductName>.NET Framework 3.5 SP1</ProductName>
  137. <Install>true</Install>
  138. </BootstrapperPackage>
  139. </ItemGroup>
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  141. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  142. Other similar extension points exist, see Microsoft.Common.targets.
  143. <Target Name="BeforeBuild">
  144. </Target>
  145. <Target Name="AfterBuild">
  146. </Target>
  147. -->
  148. </Project>