WinBox.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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>{8F371BE9-0BDA-41F1-A27D-A00B53847B02}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WinBox</RootNamespace>
  11. <AssemblyName>WinBox</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>C:\Users\efunbox\Desktop\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>1</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <StartupObject>WinBox.Program</StartupObject>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <SignManifests>true</SignManifests>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ManifestCertificateThumbprint>688A73ADDF32C58EEF0882C1BDFE199D4B2F787F</ManifestCertificateThumbprint>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <GenerateManifests>true</GenerateManifests>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <ApplicationIcon>shuangshi.ico</ApplicationIcon>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="System" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Deployment" />
  78. <Reference Include="System.Drawing" />
  79. <Reference Include="System.Net.Http" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="MainForm.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="MainForm.Designer.cs">
  88. <DependentUpon>MainForm.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="Program.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <EmbeddedResource Include="MainForm.resx">
  93. <DependentUpon>MainForm.cs</DependentUpon>
  94. </EmbeddedResource>
  95. <EmbeddedResource Include="Properties\Resources.resx">
  96. <Generator>ResXFileCodeGenerator</Generator>
  97. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  98. <SubType>Designer</SubType>
  99. </EmbeddedResource>
  100. <Compile Include="Properties\Resources.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. <DesignTime>True</DesignTime>
  104. </Compile>
  105. <None Include="Properties\Settings.settings">
  106. <Generator>SettingsSingleFileGenerator</Generator>
  107. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  108. </None>
  109. <Compile Include="Properties\Settings.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Settings.settings</DependentUpon>
  112. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  113. </Compile>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="App.config">
  117. <SubType>Designer</SubType>
  118. </None>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  122. <Visible>False</Visible>
  123. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  132. <Visible>False</Visible>
  133. <ProductName>Windows Installer 4.5</ProductName>
  134. <Install>true</Install>
  135. </BootstrapperPackage>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Content Include="ico_angelbell.ico" />
  139. <Content Include="shuangshi.ico" />
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  142. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  143. Other similar extension points exist, see Microsoft.Common.targets.
  144. <Target Name="BeforeBuild">
  145. </Target>
  146. <Target Name="AfterBuild">
  147. </Target>
  148. -->
  149. </Project>