com.cloudsoft.utils.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DAB2DD25-CBA0-4F13-878C-1F18B432D5B2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>com.cloudsoft.utils</RootNamespace>
  12. <AssemblyName>com.cloudsoft.utils</AssemblyName>
  13. <StartupObject>
  14. </StartupObject>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <FileUpgradeFlags>
  24. </FileUpgradeFlags>
  25. <OldToolsVersion>3.5</OldToolsVersion>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  29. <SignAssembly>true</SignAssembly>
  30. <AssemblyOriginatorKeyFile>
  31. </AssemblyOriginatorKeyFile>
  32. <PublishUrl>publish\</PublishUrl>
  33. <Install>true</Install>
  34. <InstallFrom>Disk</InstallFrom>
  35. <UpdateEnabled>false</UpdateEnabled>
  36. <UpdateMode>Foreground</UpdateMode>
  37. <UpdateInterval>7</UpdateInterval>
  38. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  39. <UpdatePeriodically>false</UpdatePeriodically>
  40. <UpdateRequired>false</UpdateRequired>
  41. <MapFileExtensions>true</MapFileExtensions>
  42. <ApplicationRevision>0</ApplicationRevision>
  43. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  44. <IsWebBootstrapper>false</IsWebBootstrapper>
  45. <UseApplicationTrust>false</UseApplicationTrust>
  46. <BootstrapperEnabled>true</BootstrapperEnabled>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  49. <DebugSymbols>true</DebugSymbols>
  50. <DebugType>full</DebugType>
  51. <Optimize>false</Optimize>
  52. <OutputPath>bin\Debug\</OutputPath>
  53. <DefineConstants>DEBUG;TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  58. <DebugType>pdbonly</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\Release\</OutputPath>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  66. <DebugSymbols>true</DebugSymbols>
  67. <OutputPath>bin\x64\Debug\</OutputPath>
  68. <DefineConstants>DEBUG;TRACE</DefineConstants>
  69. <DebugType>full</DebugType>
  70. <PlatformTarget>x64</PlatformTarget>
  71. <ErrorReport>prompt</ErrorReport>
  72. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  75. <OutputPath>bin\x64\Release\</OutputPath>
  76. <DefineConstants>TRACE</DefineConstants>
  77. <Optimize>true</Optimize>
  78. <DebugType>pdbonly</DebugType>
  79. <PlatformTarget>x64</PlatformTarget>
  80. <ErrorReport>prompt</ErrorReport>
  81. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  82. </PropertyGroup>
  83. <ItemGroup>
  84. <Reference Include="Accessibility" />
  85. <Reference Include="System" />
  86. <Reference Include="System.configuration" />
  87. <Reference Include="System.Core">
  88. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.EnterpriseServices" />
  92. <Reference Include="System.Web" />
  93. <Reference Include="System.Web.Services" />
  94. <Reference Include="System.Xml" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. <DependentUpon>Settings.settings</DependentUpon>
  101. </Compile>
  102. <Compile Include="Utils\DBHelper.cs" />
  103. <Compile Include="Utils\DBParams.cs" />
  104. <Compile Include="Utils\ErrHelper.cs" />
  105. <Compile Include="Utils\UIHelper.cs">
  106. <SubType>ASPXCodeBehind</SubType>
  107. </Compile>
  108. <Compile Include="Utils\XMLHelper.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <WCFMetadata Include="Service References\" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="Properties\Settings.settings">
  116. <Generator>SettingsSingleFileGenerator</Generator>
  117. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  118. </None>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  124. <Install>false</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>true</Install>
  130. </BootstrapperPackage>
  131. </ItemGroup>
  132. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>