UAS_AutoUpdate.csproj 5.3 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>{C360004D-8D2C-4633-B8B8-3DD1C2D4AAB6}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_AutoUpdate</RootNamespace>
  11. <AssemblyName>CheckUpdate</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>publish\</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>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\Release\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <ApplicationIcon>U_Icon.ico</ApplicationIcon>
  51. </PropertyGroup>
  52. <PropertyGroup />
  53. <PropertyGroup />
  54. <ItemGroup>
  55. <Reference Include="ICSharpCode.SharpZipLib">
  56. <HintPath>tool\ICSharpCode.SharpZipLib.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Deployment" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="CheckUpdateWindow.cs">
  71. <SubType>Form</SubType>
  72. </Compile>
  73. <Compile Include="CheckUpdateWindow.Designer.cs">
  74. <DependentUpon>CheckUpdateWindow.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="LogManager.cs" />
  77. <Compile Include="Program.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <EmbeddedResource Include="CheckUpdateWindow.resx">
  80. <DependentUpon>CheckUpdateWindow.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="app.config" />
  93. <None Include="Properties\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96. </None>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  105. <Visible>False</Visible>
  106. <ProductName>.NET Framework 3.5 SP1</ProductName>
  107. <Install>false</Install>
  108. </BootstrapperPackage>
  109. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  110. <Visible>False</Visible>
  111. <ProductName>Windows Installer 4.5</ProductName>
  112. <Install>true</Install>
  113. </BootstrapperPackage>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="Resources\update.ico" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Content Include="Resources\U_Icon.ico" />
  120. <Content Include="U_Icon.ico" />
  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>