AutoUpdateSystem.Win.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{EE7C622C-6F93-4C3A-93D1-AAB528B901AA}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Tofly.AutoUpdateSystem.Win</RootNamespace>
  11. <AssemblyName>Tofly.AutoUpdateSystem.Win</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\..\..\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <ApplicationIcon>ArcGISUpdater16.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  38. <PlatformTarget>x86</PlatformTarget>
  39. <OutputPath>..\..\..\Output\</OutputPath>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  42. <PlatformTarget>x86</PlatformTarget>
  43. <OutputPath>..\..\..\Release\</OutputPath>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  46. <PlatformTarget>x64</PlatformTarget>
  47. <OutputPath>bin\x64\Debug\</OutputPath>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  50. <PlatformTarget>x64</PlatformTarget>
  51. <OutputPath>..\..\..\Release\</OutputPath>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="DevExpress.Utils.v13.1, Version=13.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  55. <Reference Include="DevExpress.XtraEditors.v13.1, Version=13.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  56. <Reference Include="System" />
  57. <Reference Include="System.Configuration" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Data.OracleClient" />
  60. <Reference Include="System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\..\Dependence\SQLite_DotNet4.5\System.Data.SQLite.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Net" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Windows.Forms" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="FormParameter.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="FormParameter.Designer.cs">
  79. <DependentUpon>FormParameter.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="FormProgress.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="FormProgress.Designer.cs">
  85. <DependentUpon>FormProgress.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="FormAutoUpdate.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="FormAutoUpdate.Designer.cs">
  91. <DependentUpon>FormAutoUpdate.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="FormAutoUpdateCheck.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="FormAutoUpdateCheck.Designer.cs">
  99. <DependentUpon>FormAutoUpdateCheck.cs</DependentUpon>
  100. </Compile>
  101. <EmbeddedResource Include="FormAutoUpdate.resx">
  102. <DependentUpon>FormAutoUpdate.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="FormParameter.resx">
  105. <DependentUpon>FormParameter.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="FormProgress.resx">
  108. <DependentUpon>FormProgress.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Properties\Resources.resx">
  111. <Generator>ResXFileCodeGenerator</Generator>
  112. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  113. <SubType>Designer</SubType>
  114. </EmbeddedResource>
  115. <Compile Include="Properties\Resources.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Resources.resx</DependentUpon>
  118. <DesignTime>True</DesignTime>
  119. </Compile>
  120. <EmbeddedResource Include="FormAutoUpdateCheck.resx">
  121. <DependentUpon>FormAutoUpdateCheck.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <None Include="Properties\Settings.settings">
  124. <Generator>SettingsSingleFileGenerator</Generator>
  125. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  126. </None>
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  131. </Compile>
  132. <None Include="SystemUpdateLog.db3">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </None>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="App.config">
  138. <SubType>Designer</SubType>
  139. </None>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Content Include="ArcGISUpdater16.ico" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <ProjectReference Include="..\AutoUpdateSystemLibrary\AutoUpdateSystemLibrary.csproj">
  146. <Project>{1d0af145-9a52-4b84-8dc5-7750378c2d6d}</Project>
  147. <Name>AutoUpdateSystemLibrary</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  152. Other similar extension points exist, see Microsoft.Common.targets.
  153. <Target Name="BeforeBuild">
  154. </Target>
  155. <Target Name="AfterBuild">
  156. </Target>
  157. -->
  158. </Project>