PageRenderTime 69ms CodeModel.GetById 4ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/VBVstoExcelWorkbook/VBVstoExcelWorkbook.vbproj

#
MSBuild | 240 lines | 232 code | 0 blank | 8 comment | 1 complexity | 109daed43a559f0620186b77a7a19688 MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <OutputType>Library</OutputType>
  7. <RootNamespace>VBVstoExcelWorkbook</RootNamespace>
  8. <AssemblyName>VBVstoExcelWorkbook</AssemblyName>
  9. <VSTO_HostDocumentName>VBVstoExcelWorkbook.xlsx</VSTO_HostDocumentName>
  10. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  11. <OfficeApplication>Excel</OfficeApplication>
  12. <OptionExplicit>On</OptionExplicit>
  13. <OptionCompare>Binary</OptionCompare>
  14. <OptionStrict>Off</OptionStrict>
  15. <OptionInfer>On</OptionInfer>
  16. <ProjectGuid>{90A85528-3392-4A45-B6D1-39EBE0F76B17}</ProjectGuid>
  17. <SolutionID>7c9d1ae9-c2d1-403d-8b58-c80712d9b3ba</SolutionID>
  18. <ManifestCertificateThumbprint>D6FE9B0FDDB9269CA261602E024B7D614BCA92EA</ManifestCertificateThumbprint>
  19. <ManifestKeyFile>VBVstoExcelWorkbook_TemporaryKey.pfx</ManifestKeyFile>
  20. <SignManifests>false</SignManifests>
  21. <BootstrapperEnabled>true</BootstrapperEnabled>
  22. <PublishUrl>publish\</PublishUrl>
  23. <InstallUrl>
  24. </InstallUrl>
  25. <TargetCulture>en</TargetCulture>
  26. <ApplicationVersion>1.0.0.0</ApplicationVersion>
  27. <AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
  28. <UpdateEnabled>true</UpdateEnabled>
  29. <UpdateInterval>7</UpdateInterval>
  30. <UpdateIntervalUnits>days</UpdateIntervalUnits>
  31. <IsWebBootstrapper>False</IsWebBootstrapper>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  35. <Visible>False</Visible>
  36. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  37. <Install>false</Install>
  38. </BootstrapperPackage>
  39. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  40. <Visible>False</Visible>
  41. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  42. <Install>false</Install>
  43. </BootstrapperPackage>
  44. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  45. <Visible>False</Visible>
  46. <ProductName>.NET Framework 3.5</ProductName>
  47. <Install>true</Install>
  48. </BootstrapperPackage>
  49. <BootstrapperPackage Include="Microsoft.VSTORuntime.3.0">
  50. <Visible>False</Visible>
  51. <ProductName>Visual Studio Tools for the Office system 3.0 Runtime</ProductName>
  52. <Install>true</Install>
  53. </BootstrapperPackage>
  54. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  55. <Visible>False</Visible>
  56. <ProductName>Windows Installer 3.1</ProductName>
  57. <Install>true</Install>
  58. </BootstrapperPackage>
  59. </ItemGroup>
  60. <PropertyGroup>
  61. <VSTO_EmbedTypeLibraryInAssembly>false</VSTO_EmbedTypeLibraryInAssembly>
  62. </PropertyGroup>
  63. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  64. <DefineConstants>
  65. </DefineConstants>
  66. <DefineDebug>true</DefineDebug>
  67. <DefineTrace>true</DefineTrace>
  68. <DebugType>full</DebugType>
  69. <DebugSymbols>true</DebugSymbols>
  70. <Optimize>false</Optimize>
  71. <OutputPath>..\Debug\</OutputPath>
  72. <DocumentationFile>VBVstoExcelWorkbook.xml</DocumentationFile>
  73. <RegisterForComInterop>false</RegisterForComInterop>
  74. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  75. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  76. </PropertyGroup>
  77. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  78. <DefineConstants>
  79. </DefineConstants>
  80. <DefineDebug>false</DefineDebug>
  81. <DefineTrace>true</DefineTrace>
  82. <DebugType>pdbonly</DebugType>
  83. <Optimize>true</Optimize>
  84. <OutputPath>..\Release\</OutputPath>
  85. <DocumentationFile>VBVstoExcelWorkbook.xml</DocumentationFile>
  86. <RegisterForComInterop>false</RegisterForComInterop>
  87. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  88. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="System" />
  92. <Reference Include="System.AddIn, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Drawing" />
  95. <Reference Include="System.Windows.Forms" />
  96. <Reference Include="System.Xml" />
  97. <Reference Include="System.Core">
  98. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  99. </Reference>
  100. <Reference Include="System.Xml.Linq">
  101. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  102. </Reference>
  103. <Reference Include="System.Data.DataSetExtensions">
  104. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  105. </Reference>
  106. <Reference Include="Microsoft.Office.Tools.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  107. <Reference Include="Microsoft.Office.Tools.Common.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  108. <Reference Include="Microsoft.Office.Tools.Excel.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  109. <Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  113. <Private>False</Private>
  114. </Reference>
  115. <Reference Include="Office, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  116. <Private>False</Private>
  117. </Reference>
  118. <Reference Include="Microsoft.Vbe.Interop, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  119. <Private>False</Private>
  120. </Reference>
  121. <Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  122. <Private>False</Private>
  123. </Reference>
  124. <Reference Include="System.Web.Services" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Import Include="Microsoft.VisualBasic" />
  128. <Import Include="System" />
  129. <Import Include="System.Collections.Generic" />
  130. <Import Include="System.Data" />
  131. <Import Include="System.Linq" />
  132. <Import Include="System.Text" />
  133. <Import Include="System.Windows.Forms" />
  134. <Import Include="System.Xml.Linq" />
  135. <Import Include="Microsoft.VisualStudio.Tools.Applications.Runtime" />
  136. <Import Include="Office = Microsoft.Office.Core" />
  137. <Import Include="Excel = Microsoft.Office.Interop.Excel" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Compile Include="CourseQueryPane.Designer.vb">
  141. <DependentUpon>CourseQueryPane.vb</DependentUpon>
  142. </Compile>
  143. <Compile Include="CourseQueryPane.vb">
  144. <SubType>UserControl</SubType>
  145. </Compile>
  146. <Compile Include="My Project\AssemblyInfo.vb" />
  147. <EmbeddedResource Include="CourseQueryPane.resx">
  148. <DependentUpon>CourseQueryPane.vb</DependentUpon>
  149. <SubType>Designer</SubType>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="My Project\Resources.resx">
  152. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  153. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  154. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  155. <SubType>Designer</SubType>
  156. </EmbeddedResource>
  157. <EmbeddedResource Include="Sheet1.resx">
  158. <DependentUpon>Sheet1.vb</DependentUpon>
  159. <SubType>Designer</SubType>
  160. </EmbeddedResource>
  161. <Compile Include="My Project\Resources.Designer.vb">
  162. <AutoGen>True</AutoGen>
  163. <DesignTime>True</DesignTime>
  164. <DependentUpon>Resources.resx</DependentUpon>
  165. </Compile>
  166. <None Include="VBVstoExcelWorkbook.xlsx" />
  167. <Compile Include="My Project\Settings.Designer.vb">
  168. <DependentUpon>Settings.settings</DependentUpon>
  169. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  170. <AutoGen>True</AutoGen>
  171. </Compile>
  172. <Compile Include="SchoolDataSet.Designer.vb">
  173. <AutoGen>True</AutoGen>
  174. <DesignTime>True</DesignTime>
  175. <DependentUpon>SchoolDataSet.xsd</DependentUpon>
  176. </Compile>
  177. <Compile Include="Sheet1.Designer.vb">
  178. <DependentUpon>Sheet1.Designer.xml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Sheet1.vb">
  181. <DependentUpon>VBVstoExcelWorkbook.xlsx</DependentUpon>
  182. </Compile>
  183. <Compile Include="ThisWorkbook.Designer.vb">
  184. <DependentUpon>ThisWorkbook.Designer.xml</DependentUpon>
  185. </Compile>
  186. <Compile Include="ThisWorkbook.vb">
  187. <DependentUpon>VBVstoExcelWorkbook.xlsx</DependentUpon>
  188. </Compile>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="ThisWorkbook.Designer.xml">
  192. <DependentUpon>ThisWorkbook.vb</DependentUpon>
  193. </None>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <None Include="app.config" />
  197. <None Include="My Project\Settings.settings">
  198. <Generator>SettingsSingleFileGenerator</Generator>
  199. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  200. </None>
  201. <None Include="SchoolDataSet.xsc">
  202. <DependentUpon>SchoolDataSet.xsd</DependentUpon>
  203. </None>
  204. <None Include="SchoolDataSet.xsd">
  205. <SubType>Designer</SubType>
  206. <Generator>MSDataSetGenerator</Generator>
  207. <LastGenOutput>SchoolDataSet.Designer.vb</LastGenOutput>
  208. </None>
  209. <None Include="SchoolDataSet.xss">
  210. <DependentUpon>SchoolDataSet.xsd</DependentUpon>
  211. </None>
  212. <None Include="Sheet1.Designer.xml">
  213. <DependentUpon>Sheet1.vb</DependentUpon>
  214. </None>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Content Include="Readme.txt" />
  218. </ItemGroup>
  219. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  220. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\OfficeTools\Microsoft.VisualStudio.Tools.Office.Office2007.targets" />
  221. <ProjectExtensions>
  222. <VisualStudio>
  223. <FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
  224. <ProjectProperties HostName="VBVstoExcelWorkbook.xlsx" HostPackage="{B284B16A-C42C-4438-BDCD-B72F4AC43CFB}" OfficeVersion="12.0" VstxVersion="3.0" ApplicationType="XLS" Language="VB" TemplatesPath="VSTOTemplates" DebugInfoExeName="C:\Program Files (x86)\Microsoft Office\Office12\Excel.exe" DebugInfoCommandLine="&quot;[$OUTPUT]VBVstoExcelWorkbook.xlsx&quot;" />
  225. <Host Name="Excel Document" Path=".\VBVstoExcelWorkbook.xlsx">
  226. <HostItem Name="Sheet1" Code="Sheet1.vb" CanonicalName="Sheet1" DisplayName="Course List" Blueprint="Sheet1.Designer.xml" GeneratedCode="Sheet1.Designer.vb" />
  227. <HostItem Name="ThisWorkbook" Code="ThisWorkbook.vb" CanonicalName="ThisWorkbook" Blueprint="ThisWorkbook.Designer.xml" GeneratedCode="ThisWorkbook.Designer.vb" />
  228. </Host>
  229. </FlavorProperties>
  230. </VisualStudio>
  231. </ProjectExtensions>
  232. <!--
  233. To modify your build process, add your task inside one of the targets below and uncomment it.
  234. Other similar extension points exist, see Microsoft.Common.targets.
  235. <Target Name="BeforeBuild">
  236. </Target>
  237. <Target Name="AfterBuild">
  238. </Target>
  239. -->
  240. </Project>