EAPClock.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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>{74F784F1-C368-40A4-9D64-089F7678CFBD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>EAPClock</RootNamespace>
  10. <AssemblyName>EAPClock</AssemblyName>
  11. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>C:\Users\XiangQi\Desktop\123\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>true</UpdateEnabled>
  19. <UpdateMode>Background</UpdateMode>
  20. <UpdateInterval>1</UpdateInterval>
  21. <UpdateIntervalUnits>Hours</UpdateIntervalUnits>
  22. <UpdatePeriodically>true</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <UpdateUrl>http://10.71.20.189:801/eapClock/</UpdateUrl>
  26. <PublisherName>Clock</PublisherName>
  27. <WebPage>publish.htm</WebPage>
  28. <ApplicationRevision>10</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. </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. <PropertyGroup>
  54. <ApplicationIcon>clock-32.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestCertificateThumbprint>62C6A1982A16A6F7FE8326BAA4F1B07B3A58FC9B</ManifestCertificateThumbprint>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestKeyFile>EAPClock_TemporaryKey.pfx</ManifestKeyFile>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <GenerateManifests>true</GenerateManifests>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <SignManifests>false</SignManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="System" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Deployment" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Windows.Forms" />
  77. <Reference Include="System.Xml" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="AutoUpdate.cs" />
  81. <Compile Include="Form1.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Form1.Designer.cs">
  85. <DependentUpon>Form1.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Program.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <EmbeddedResource Include="Form1.resx">
  90. <DependentUpon>Form1.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="Properties\Resources.resx">
  93. <Generator>ResXFileCodeGenerator</Generator>
  94. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  95. <SubType>Designer</SubType>
  96. </EmbeddedResource>
  97. <Compile Include="Properties\Resources.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Resources.resx</DependentUpon>
  100. </Compile>
  101. <None Include="app.config" />
  102. <None Include="EAPClock_TemporaryKey.pfx" />
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="clock-32.ico" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  118. <Visible>False</Visible>
  119. <ProductName>.NET Framework 3.5 SP1</ProductName>
  120. <Install>true</Install>
  121. </BootstrapperPackage>
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. </Project>