CancelReport.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <PropertyGroup>
  11. <ProjectType>Local</ProjectType>
  12. <ProjectType>Local</ProjectType>
  13. <ProductVersion>8.0.50727</ProductVersion>
  14. <SchemaVersion>2.0</SchemaVersion>
  15. <ProjectGuid>{9EEC1C8D-AEA8-421B-9851-6EA08DA5AF55}</ProjectGuid>
  16. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  17. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  18. <ApplicationIcon>..\SamplesCommon\SamplesApplication.ico</ApplicationIcon>
  19. <AssemblyKeyContainerName>
  20. </AssemblyKeyContainerName>
  21. <AssemblyName>Cancel</AssemblyName>
  22. <AssemblyOriginatorKeyFile>
  23. </AssemblyOriginatorKeyFile>
  24. <DefaultClientScript>JScript</DefaultClientScript>
  25. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  26. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  27. <DelaySign>false</DelaySign>
  28. <OutputType>Exe</OutputType>
  29. <RootNamespace>Cancel</RootNamespace>
  30. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  31. <StartupObject>CancelReport.CancelReport</StartupObject>
  32. <FileUpgradeFlags>
  33. </FileUpgradeFlags>
  34. <UpgradeBackupLocation>
  35. </UpgradeBackupLocation>
  36. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  37. <OldToolsVersion>2.0</OldToolsVersion>
  38. <TargetFrameworkProfile />
  39. <PublishUrl>http://localhost/Cancel/</PublishUrl>
  40. <Install>true</Install>
  41. <InstallFrom>Web</InstallFrom>
  42. <UpdateEnabled>true</UpdateEnabled>
  43. <UpdateMode>Foreground</UpdateMode>
  44. <UpdateInterval>7</UpdateInterval>
  45. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  46. <UpdatePeriodically>false</UpdatePeriodically>
  47. <UpdateRequired>false</UpdateRequired>
  48. <MapFileExtensions>true</MapFileExtensions>
  49. <ApplicationRevision>0</ApplicationRevision>
  50. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  51. <IsWebBootstrapper>true</IsWebBootstrapper>
  52. <UseApplicationTrust>false</UseApplicationTrust>
  53. <BootstrapperEnabled>true</BootstrapperEnabled>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  56. <OutputPath>bin\Debug\</OutputPath>
  57. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  58. <BaseAddress>285212672</BaseAddress>
  59. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  60. <ConfigurationOverrideFile>
  61. </ConfigurationOverrideFile>
  62. <DefineConstants>DEBUG;TRACE</DefineConstants>
  63. <DocumentationFile>
  64. </DocumentationFile>
  65. <DebugSymbols>true</DebugSymbols>
  66. <FileAlignment>4096</FileAlignment>
  67. <NoStdLib>false</NoStdLib>
  68. <NoWarn>
  69. </NoWarn>
  70. <Optimize>false</Optimize>
  71. <RegisterForComInterop>false</RegisterForComInterop>
  72. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  73. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  74. <WarningLevel>4</WarningLevel>
  75. <DebugType>full</DebugType>
  76. <ErrorReport>prompt</ErrorReport>
  77. </PropertyGroup>
  78. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  79. <OutputPath>bin\Release\</OutputPath>
  80. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  81. <BaseAddress>285212672</BaseAddress>
  82. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  83. <ConfigurationOverrideFile>
  84. </ConfigurationOverrideFile>
  85. <DefineConstants>TRACE</DefineConstants>
  86. <DocumentationFile>
  87. </DocumentationFile>
  88. <DebugSymbols>false</DebugSymbols>
  89. <FileAlignment>4096</FileAlignment>
  90. <NoStdLib>false</NoStdLib>
  91. <NoWarn>
  92. </NoWarn>
  93. <Optimize>true</Optimize>
  94. <RegisterForComInterop>false</RegisterForComInterop>
  95. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  96. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  97. <WarningLevel>4</WarningLevel>
  98. <DebugType>none</DebugType>
  99. <ErrorReport>prompt</ErrorReport>
  100. </PropertyGroup>
  101. <ItemGroup>
  102. <Reference Include="cognosdotnetassembly_10_2">
  103. <Name>cognosdotnetassembly_10_2</Name>
  104. <HintPath>..\..\cognosdotnetassembly_10_2.dll</HintPath>
  105. </Reference>
  106. <Reference Include="cognosdotnet_10_2">
  107. <Name>cognosdotnet_10_2</Name>
  108. <HintPath>..\..\cognosdotnet_10_2.dll</HintPath>
  109. </Reference>
  110. <Reference Include="SamplesCommon">
  111. <Name>SamplesCommon</Name>
  112. <HintPath>..\SamplesCommon\bin\Debug\SamplesCommon.dll</HintPath>
  113. </Reference>
  114. <Reference Include="System">
  115. <Name>System</Name>
  116. </Reference>
  117. <Reference Include="System.Data">
  118. <Name>System.Data</Name>
  119. </Reference>
  120. <Reference Include="System.Drawing">
  121. <Name>System.Drawing</Name>
  122. </Reference>
  123. <Reference Include="System.Web.Services">
  124. <Name>System.Web.Services</Name>
  125. </Reference>
  126. <Reference Include="System.Windows.Forms">
  127. <Name>System.Windows.Forms</Name>
  128. </Reference>
  129. <Reference Include="System.Xml">
  130. <Name>System.XML</Name>
  131. </Reference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Compile Include="AssemblyInfo.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="CancelReport.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="CancelReportDlg.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <EmbeddedResource Include="CancelReportDlg.resx">
  144. <DependentUpon>CancelReportDlg.cs</DependentUpon>
  145. </EmbeddedResource>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="app.config" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  152. <Visible>False</Visible>
  153. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  154. <Install>false</Install>
  155. </BootstrapperPackage>
  156. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  157. <Visible>False</Visible>
  158. <ProductName>.NET Framework 3.5 SP1</ProductName>
  159. <Install>true</Install>
  160. </BootstrapperPackage>
  161. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  162. <Visible>False</Visible>
  163. <ProductName>Windows Installer 3.1</ProductName>
  164. <Install>true</Install>
  165. </BootstrapperPackage>
  166. </ItemGroup>
  167. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  168. <PropertyGroup>
  169. <PreBuildEvent>
  170. </PreBuildEvent>
  171. <PostBuildEvent>
  172. </PostBuildEvent>
  173. </PropertyGroup>
  174. </Project>