PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/CSVstoGetWrapperObject/CSVstoGetWrapperObject.csproj

#
MSBuild | 262 lines | 192 code | 0 blank | 70 comment | 2 complexity | 570abf0a3fdd392fbd9982652f8c4fc8 MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <!--
  3. This section defines project-level properties.
  4. AssemblyName
  5. Name of the output assembly.
  6. Configuration
  7. Specifies a default value for debug.
  8. OutputType
  9. Must be "Library" for VSTO.
  10. Platform
  11. Specifies what CPU the output of this project can run on.
  12. NoStandardLibraries
  13. Set to "false" for VSTO.
  14. RootNamespace
  15. In C#, this specifies the namespace given to new files. In VB, all objects are
  16. wrapped in this namespace at runtime.
  17. -->
  18. <PropertyGroup>
  19. <ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  20. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  21. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  22. <ProjectGuid>{7F97797A-1D0C-42F1-BAEC-CFAF6C1791A1}</ProjectGuid>
  23. <OutputType>Library</OutputType>
  24. <NoStandardLibraries>false</NoStandardLibraries>
  25. <RootNamespace>CSVstoGetWrapperObject</RootNamespace>
  26. <AssemblyName>CSVstoGetWrapperObject</AssemblyName>
  27. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <BootstrapperComponentsLocation>HomeSite</BootstrapperComponentsLocation>
  30. <ManifestCertificateThumbprint>4FE6A9C3F64DB14E1FC101903DDCD8EBB94C8560</ManifestCertificateThumbprint>
  31. <ManifestKeyFile>CSVstoGetWrapperObject_TemporaryKey.pfx</ManifestKeyFile>
  32. <SignManifests>false</SignManifests>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  36. <Visible>False</Visible>
  37. <ProductName>.NET Framework 3.5 SP1</ProductName>
  38. <Install>true</Install>
  39. </BootstrapperPackage>
  40. <BootstrapperPackage Include="Microsoft.VSTORuntime.3.0">
  41. <Visible>false</Visible>
  42. <ProductName>Visual Studio Tools for the Office system 3.0 Runtime Service Pack 1</ProductName>
  43. <Install>true</Install>
  44. </BootstrapperPackage>
  45. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  46. <Visible>False</Visible>
  47. <ProductName>Windows Installer 3.1</ProductName>
  48. <Install>true</Install>
  49. </BootstrapperPackage>
  50. <BootstrapperPackage Include="Microsoft.Office.PIARedist.2007">
  51. <Visible>false</Visible>
  52. <ProductName>2007 Microsoft Office system Primary Interop Assemblies</ProductName>
  53. <Install>true</Install>
  54. </BootstrapperPackage>
  55. </ItemGroup>
  56. <PropertyGroup>
  57. <!--
  58. OfficeApplication
  59. Add-in host application
  60. -->
  61. <OfficeApplication>Excel</OfficeApplication>
  62. </PropertyGroup>
  63. <!--
  64. This section defines properties that are set when the "Debug" configuration is selected.
  65. DebugSymbols
  66. If "true", create symbols (.pdb). If "false", do not create symbols.
  67. DefineConstants
  68. Constants defined for the preprocessor.
  69. EnableUnmanagedDebugging
  70. If "true", starting the debugger will attach both managed and unmanaged debuggers.
  71. Optimize
  72. If "true", optimize the build output. If "false", do not optimize.
  73. OutputPath
  74. Output path of project relative to the project file.
  75. WarningLevel
  76. Warning level for the compiler.
  77. -->
  78. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  79. <DebugSymbols>true</DebugSymbols>
  80. <DebugType>full</DebugType>
  81. <Optimize>false</Optimize>
  82. <OutputPath>..\Debug\</OutputPath>
  83. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  84. <DefineConstants>DEBUG;TRACE</DefineConstants>
  85. <WarningLevel>4</WarningLevel>
  86. </PropertyGroup>
  87. <!--
  88. This section defines properties that are set when the "Release" configuration is selected.
  89. DebugSymbols
  90. If "true", create symbols (.pdb). If "false", do not create symbols.
  91. DefineConstants
  92. Constants defined for the preprocessor.
  93. EnableUnmanagedDebugging
  94. If "true", starting the debugger will attach both managed and unmanaged debuggers.
  95. Optimize
  96. If "true", optimize the build output. If "false", do not optimize.
  97. OutputPath
  98. Output path of project relative to the project file.
  99. WarningLevel
  100. Warning level for the compiler.
  101. -->
  102. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  103. <DebugType>pdbonly</DebugType>
  104. <Optimize>true</Optimize>
  105. <OutputPath>..\Release\</OutputPath>
  106. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  107. <DefineConstants>TRACE</DefineConstants>
  108. <WarningLevel>4</WarningLevel>
  109. </PropertyGroup>
  110. <!--
  111. This section enables pre- and post-build steps. However, in VSTO use
  112. MSBuild tasks instead of these properties.
  113. -->
  114. <PropertyGroup>
  115. <PreBuildEvent>
  116. </PreBuildEvent>
  117. <PostBuildEvent>
  118. </PostBuildEvent>
  119. </PropertyGroup>
  120. <!--
  121. This section specifies references for the project.
  122. -->
  123. <ItemGroup>
  124. <Reference Include="Accessibility" />
  125. <Reference Include="System" />
  126. <Reference Include="System.AddIn, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  127. <Reference Include="System.Data" />
  128. <Reference Include="System.Drawing" />
  129. <Reference Include="System.Windows.Forms" />
  130. <Reference Include="System.Xml" />
  131. <Reference Include="System.Core">
  132. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  133. </Reference>
  134. <Reference Include="System.Xml.Linq">
  135. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  136. </Reference>
  137. <Reference Include="System.Data.DataSetExtensions">
  138. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  139. </Reference>
  140. <Reference Include="Microsoft.Office.Tools.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  141. <Reference Include="Microsoft.Office.Tools.Common.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  142. <Reference Include="Microsoft.Office.Tools.Excel.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  143. <Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Reference Include="Office, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  147. <Private>False</Private>
  148. </Reference>
  149. <Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  150. <Private>False</Private>
  151. </Reference>
  152. <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  153. <Private>False</Private>
  154. </Reference>
  155. </ItemGroup>
  156. <!--
  157. This section defines the user source files that are part of the project.
  158. A "Compile" element specifies a source file to compile.
  159. An "EmbeddedResource" element specifies an .resx file for embedded resources.
  160. A "None" element specifies a file that is not to be passed to the compiler (for instance,
  161. a text file or XML file).
  162. The "AppDesigner" element specifies the directory where the application properties files
  163. can be found.
  164. -->
  165. <ItemGroup>
  166. <Compile Include="DemoData.cs">
  167. <DependentUpon>DemoData.xsd</DependentUpon>
  168. <SubType>Component</SubType>
  169. </Compile>
  170. <Compile Include="DemoData.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DesignTime>True</DesignTime>
  173. <DependentUpon>DemoData.xsd</DependentUpon>
  174. </Compile>
  175. <Compile Include="GetWrapperForm.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="GetWrapperForm.Designer.cs">
  179. <DependentUpon>GetWrapperForm.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="GetWrapperRibbon.cs">
  182. <SubType>Component</SubType>
  183. </Compile>
  184. <Compile Include="GetWrapperRibbon.Designer.cs">
  185. <DependentUpon>GetWrapperRibbon.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="Properties\AssemblyInfo.cs">
  188. <SubType>Code</SubType>
  189. </Compile>
  190. <EmbeddedResource Include="GetWrapperForm.resx">
  191. <DependentUpon>GetWrapperForm.cs</DependentUpon>
  192. </EmbeddedResource>
  193. <EmbeddedResource Include="GetWrapperRibbon.resx">
  194. <DependentUpon>GetWrapperRibbon.cs</DependentUpon>
  195. </EmbeddedResource>
  196. <EmbeddedResource Include="Properties\Resources.resx">
  197. <Generator>ResXFileCodeGenerator</Generator>
  198. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  199. <SubType>Designer</SubType>
  200. </EmbeddedResource>
  201. <Compile Include="Properties\Resources.Designer.cs">
  202. <AutoGen>True</AutoGen>
  203. <DependentUpon>Resources.resx</DependentUpon>
  204. </Compile>
  205. <None Include="DemoData.xsc">
  206. <DependentUpon>DemoData.xsd</DependentUpon>
  207. </None>
  208. <None Include="DemoData.xsd">
  209. <SubType>Designer</SubType>
  210. <Generator>MSDataSetGenerator</Generator>
  211. <LastGenOutput>DemoData.Designer.cs</LastGenOutput>
  212. </None>
  213. <None Include="DemoData.xss">
  214. <DependentUpon>DemoData.xsd</DependentUpon>
  215. </None>
  216. <None Include="Properties\Settings.settings">
  217. <Generator>SettingsSingleFileGenerator</Generator>
  218. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  219. </None>
  220. <Compile Include="Properties\Settings.Designer.cs">
  221. <AutoGen>True</AutoGen>
  222. <DependentUpon>Settings.settings</DependentUpon>
  223. </Compile>
  224. <Compile Include="ThisAddIn.cs">
  225. <SubType>Code</SubType>
  226. </Compile>
  227. <None Include="ThisAddIn.Designer.xml">
  228. <DependentUpon>ThisAddIn.cs</DependentUpon>
  229. </None>
  230. <Compile Include="ThisAddIn.Designer.cs">
  231. <DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
  232. </Compile>
  233. <AppDesigner Include="Properties\" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <Content Include="ReadMe.txt" />
  237. </ItemGroup>
  238. <!-- Include the build rules for a C# project. -->
  239. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  240. <!-- Include additional build rules for an Office application add-in. -->
  241. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\OfficeTools\Microsoft.VisualStudio.Tools.Office.Office2007.targets" />
  242. <!-- This section defines VSTO properties that describe the host-changeable project properties. -->
  243. <ProjectExtensions>
  244. <VisualStudio>
  245. <FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
  246. <ProjectProperties HostName="Excel" HostPackage="{D2B20FF5-A6E5-47E1-90E8-463C6860CB05}" OfficeVersion="12.0" VstxVersion="3.0" ApplicationType="Excel" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\12.0\Excel\InstallRoot\Path#excel.exe" AddItemTemplatesGuid="{147FB6A7-F239-4523-AE65-B6A4E49B361F}" />
  247. <Host Name="Excel" GeneratedCodeNamespace="CSVstoGetWrapperObject" IconIndex="0">
  248. <HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" />
  249. </Host>
  250. <ProjectClient>
  251. <VSTO_CompatibleProducts ErrorProduct="This project requires Microsoft Office Excel 2007 and the registered primary interop assemblies, but these are not installed." ErrorPIA="This project references the primary interop assembly for Microsoft Office Excel 2007, but this primary interop assembly is not installed.">
  252. <Product Code="{XX12XXXX-XXXX-XXXX-X000-X000000FF1CE}" Feature="EXCELFiles" PIAFeature="EXCEL_PIA" />
  253. </VSTO_CompatibleProducts>
  254. </ProjectClient>
  255. </FlavorProperties>
  256. </VisualStudio>
  257. </ProjectExtensions>
  258. </Project>