Move.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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>{4C24531D-1A85-4842-9F09-03BCCD65679B}</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>Move</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>Move</RootNamespace>
  30. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  31. <StartupObject>
  32. </StartupObject>
  33. <FileUpgradeFlags>
  34. </FileUpgradeFlags>
  35. <UpgradeBackupLocation>
  36. </UpgradeBackupLocation>
  37. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  38. <OldToolsVersion>2.0</OldToolsVersion>
  39. <TargetFrameworkProfile />
  40. <PublishUrl>http://localhost/Move/</PublishUrl>
  41. <Install>true</Install>
  42. <InstallFrom>Web</InstallFrom>
  43. <UpdateEnabled>true</UpdateEnabled>
  44. <UpdateMode>Foreground</UpdateMode>
  45. <UpdateInterval>7</UpdateInterval>
  46. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  47. <UpdatePeriodically>false</UpdatePeriodically>
  48. <UpdateRequired>false</UpdateRequired>
  49. <MapFileExtensions>true</MapFileExtensions>
  50. <ApplicationRevision>0</ApplicationRevision>
  51. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  52. <IsWebBootstrapper>true</IsWebBootstrapper>
  53. <UseApplicationTrust>false</UseApplicationTrust>
  54. <BootstrapperEnabled>true</BootstrapperEnabled>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  57. <OutputPath>bin\Debug\</OutputPath>
  58. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  59. <BaseAddress>285212672</BaseAddress>
  60. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  61. <ConfigurationOverrideFile>
  62. </ConfigurationOverrideFile>
  63. <DefineConstants>DEBUG;TRACE</DefineConstants>
  64. <DocumentationFile>
  65. </DocumentationFile>
  66. <DebugSymbols>true</DebugSymbols>
  67. <FileAlignment>4096</FileAlignment>
  68. <NoStdLib>false</NoStdLib>
  69. <NoWarn>
  70. </NoWarn>
  71. <Optimize>false</Optimize>
  72. <RegisterForComInterop>false</RegisterForComInterop>
  73. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  74. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  75. <WarningLevel>4</WarningLevel>
  76. <DebugType>full</DebugType>
  77. <ErrorReport>prompt</ErrorReport>
  78. </PropertyGroup>
  79. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  80. <OutputPath>bin\Release\</OutputPath>
  81. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  82. <BaseAddress>285212672</BaseAddress>
  83. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  84. <ConfigurationOverrideFile>
  85. </ConfigurationOverrideFile>
  86. <DefineConstants>TRACE</DefineConstants>
  87. <DocumentationFile>
  88. </DocumentationFile>
  89. <DebugSymbols>false</DebugSymbols>
  90. <FileAlignment>4096</FileAlignment>
  91. <NoStdLib>false</NoStdLib>
  92. <NoWarn>
  93. </NoWarn>
  94. <Optimize>true</Optimize>
  95. <RegisterForComInterop>false</RegisterForComInterop>
  96. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  97. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  98. <WarningLevel>4</WarningLevel>
  99. <DebugType>none</DebugType>
  100. <ErrorReport>prompt</ErrorReport>
  101. </PropertyGroup>
  102. <ItemGroup>
  103. <Reference Include="cognosdotnetassembly_10_2">
  104. <Name>cognosdotnetassembly_10_2</Name>
  105. <HintPath>..\..\cognosdotnetassembly_10_2.dll</HintPath>
  106. </Reference>
  107. <Reference Include="cognosdotnet_10_2">
  108. <Name>cognosdotnet_10_2</Name>
  109. <HintPath>..\..\cognosdotnet_10_2.dll</HintPath>
  110. </Reference>
  111. <Reference Include="SamplesCommon">
  112. <Name>SamplesCommon</Name>
  113. <HintPath>..\SamplesCommon\bin\Debug\SamplesCommon.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System">
  116. <Name>System</Name>
  117. </Reference>
  118. <Reference Include="System.Data">
  119. <Name>System.Data</Name>
  120. </Reference>
  121. <Reference Include="System.Drawing">
  122. <Name>System.Drawing</Name>
  123. </Reference>
  124. <Reference Include="System.Web.Services">
  125. <Name>System.Web.Services</Name>
  126. </Reference>
  127. <Reference Include="System.Windows.Forms">
  128. <Name>System.Windows.Forms</Name>
  129. </Reference>
  130. <Reference Include="System.Xml">
  131. <Name>System.XML</Name>
  132. </Reference>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Compile Include="AssemblyInfo.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="Move.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="MoveDlg.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <EmbeddedResource Include="MoveDlg.resx">
  145. <DependentUpon>MoveDlg.cs</DependentUpon>
  146. </EmbeddedResource>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="app.config" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  153. <Visible>False</Visible>
  154. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  155. <Install>false</Install>
  156. </BootstrapperPackage>
  157. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework 3.5 SP1</ProductName>
  160. <Install>true</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  163. <Visible>False</Visible>
  164. <ProductName>Windows Installer 3.1</ProductName>
  165. <Install>true</Install>
  166. </BootstrapperPackage>
  167. </ItemGroup>
  168. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  169. <PropertyGroup>
  170. <PreBuildEvent>
  171. </PreBuildEvent>
  172. <PostBuildEvent>
  173. </PostBuildEvent>
  174. </PropertyGroup>
  175. </Project>