MainApp.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>{21C324A0-89CF-4E33-B6C7-7E70BC135150}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WindowsFormsApplication1</RootNamespace>
  11. <AssemblyName>WindowsFormsApplication1</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>C:\Users\efunbox\Desktop\</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>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  41. <RunCodeAnalysis>true</RunCodeAnalysis>
  42. <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
  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. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Deployment" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="WebKitBrowser, Version=0.5.0.0, Culture=neutral, PublicKeyToken=b967213f6d29a3be, processorArchitecture=x86">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>bin\Debug\WebKitBrowser.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="MainForm.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="MainForm.Designer.cs">
  75. <DependentUpon>MainForm.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Program.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <EmbeddedResource Include="MainForm.resx">
  80. <DependentUpon>MainForm.cs</DependentUpon>
  81. </EmbeddedResource>
  82. <EmbeddedResource Include="Properties\Resources.resx">
  83. <Generator>ResXFileCodeGenerator</Generator>
  84. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  85. <SubType>Designer</SubType>
  86. </EmbeddedResource>
  87. <Compile Include="Properties\Resources.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Resources.resx</DependentUpon>
  90. <DesignTime>True</DesignTime>
  91. </Compile>
  92. <None Include="Properties\Settings.settings">
  93. <Generator>SettingsSingleFileGenerator</Generator>
  94. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  95. </None>
  96. <Compile Include="Properties\Settings.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Settings.settings</DependentUpon>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="App.config">
  104. <SubType>Designer</SubType>
  105. </None>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  109. <Visible>False</Visible>
  110. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  111. <Install>true</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  114. <Visible>False</Visible>
  115. <ProductName>.NET Framework 3.5 SP1</ProductName>
  116. <Install>false</Install>
  117. </BootstrapperPackage>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <WCFMetadata Include="Service References\" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>