【代码示例】进度条100自动弹出新窗体.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{E45D9D0B-CE28-49E6-BB00-C0D5917B2101}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>_代码示例_进度条100自动弹出新窗体</RootNamespace>
  10. <AssemblyName>【代码示例】进度条100自动弹出新窗体</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>true</IsWebBootstrapper>
  16. <PublishUrl>D:\LYKNSDeveloper\100\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Web</InstallFrom>
  19. <UpdateEnabled>true</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. <InstallUrl>https://www.lykns.com.cn/dev/100/</InstallUrl>
  27. <SupportUrl>https://www.lykns.tk/connect</SupportUrl>
  28. <ErrorReportUrl>https://www.lykns.tk/</ErrorReportUrl>
  29. <TargetCulture>zh-CN</TargetCulture>
  30. <ProductName>进度条100自动弹出新窗体</ProductName>
  31. <PublisherName>LYKNS</PublisherName>
  32. <SuiteName>代码示例</SuiteName>
  33. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  34. <WebPage>publish.htm</WebPage>
  35. <ApplicationRevision>7</ApplicationRevision>
  36. <ApplicationVersion>1.1.1.%2a</ApplicationVersion>
  37. <UseApplicationTrust>false</UseApplicationTrust>
  38. <PublishWizardCompleted>true</PublishWizardCompleted>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <ManifestCertificateThumbprint>AAC5B9E7E3F7CF39F255305A972AE92486155164</ManifestCertificateThumbprint>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ManifestKeyFile>【代码示例】进度条100自动弹出新窗体_TemporaryKey.pfx</ManifestKeyFile>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <GenerateManifests>true</GenerateManifests>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <SignManifests>true</SignManifests>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="System" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Deployment" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Windows.Forms" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Form1.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Form1.Designer.cs">
  90. <DependentUpon>Form1.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Form2.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Form2.Designer.cs">
  96. <DependentUpon>Form2.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Program.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <EmbeddedResource Include="Form1.resx">
  101. <DependentUpon>Form1.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Properties\Resources.resx">
  104. <Generator>ResXFileCodeGenerator</Generator>
  105. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  106. <SubType>Designer</SubType>
  107. </EmbeddedResource>
  108. <Compile Include="Properties\Resources.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. </Compile>
  112. <None Include="Properties\Settings.settings">
  113. <Generator>SettingsSingleFileGenerator</Generator>
  114. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  115. </None>
  116. <Compile Include="Properties\Settings.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DependentUpon>Settings.settings</DependentUpon>
  119. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  120. </Compile>
  121. <None Include="【代码示例】进度条100自动弹出新窗体_TemporaryKey.pfx" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <None Include="App.config" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  128. <Visible>False</Visible>
  129. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  130. <Install>true</Install>
  131. </BootstrapperPackage>
  132. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  133. <Visible>False</Visible>
  134. <ProductName>.NET Framework 3.5 SP1</ProductName>
  135. <Install>false</Install>
  136. </BootstrapperPackage>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. </Project>