PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSVSPackageWPFToolWindow/CSVSPackageWPFToolWindow.csproj

#
MSBuild | 145 lines | 133 code | 0 blank | 12 comment | 0 complexity | e6affd3092822593b1fc7edd2b957c98 MD5 | raw file
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Company.VSPackageWPFToolWindow</RootNamespace>
  10. <AssemblyName>VSPackageWPFToolWindow</AssemblyName>
  11. <SignAssembly>False</SignAssembly>
  12. <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <ProjectGuid>{B07BB675-0D23-4C97-AE20-C7A3E9E8760C}</ProjectGuid>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <RunCodeAnalysis>true</RunCodeAnalysis>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\..\..\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\EnvDTE.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
  40. <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
  41. <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
  42. <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
  43. <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
  44. <Reference Include="Microsoft.VisualStudio.Shell.9.0" />
  45. <Reference Include="PresentationCore">
  46. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="PresentationFramework">
  49. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Design" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="UIAutomationProvider">
  61. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  62. </Reference>
  63. <Reference Include="WindowsBase">
  64. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="WindowsFormsIntegration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>C:\Windows\assembly\GAC_MSIL\WindowsFormsIntegration\3.0.0.0__31bf3856ad364e35\WindowsFormsIntegration.dll</HintPath>
  69. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  70. </Reference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="MyControl.cs">
  74. <SubType>UserControl</SubType>
  75. </Compile>
  76. <Compile Include="MyControl.Designer.cs">
  77. <DependentUpon>MyControl.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="MyToolWindow.cs" />
  80. <Compile Include="Guids.cs" />
  81. <Compile Include="Resources.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DesignTime>True</DesignTime>
  84. <DependentUpon>Resources.resx</DependentUpon>
  85. </Compile>
  86. <Compile Include="GlobalSuppressions.cs" />
  87. <Compile Include="CSVSPackageWPFToolWindowPackage.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="PkgCmdID.cs" />
  90. <Compile Include="WPFControl.xaml.cs">
  91. <DependentUpon>WPFControl.xaml</DependentUpon>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <EmbeddedResource Include="MyControl.resx">
  96. <DependentUpon>MyControl.cs</DependentUpon>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="Resources.resx">
  99. <Generator>ResXFileCodeGenerator</Generator>
  100. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  101. <SubType>Designer</SubType>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="VSPackage.resx">
  104. <MergeWithCTO>true</MergeWithCTO>
  105. </EmbeddedResource>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <VSCTCompile Include="CSVSPackageWPFToolWindow.vsct">
  109. <ResourceName>1000</ResourceName>
  110. </VSCTCompile>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="Key.snk" />
  114. <None Include="Resources\Images_32bit.bmp" />
  115. <None Include="Resources\Images_24bit.bmp" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Content Include="ReadMe.txt" />
  119. <Content Include="Resources\Package.ico" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Page Include="WPFControl.xaml">
  123. <SubType>Designer</SubType>
  124. <Generator>MSBuild:Compile</Generator>
  125. </Page>
  126. </ItemGroup>
  127. <PropertyGroup>
  128. <!--
  129. To specify a different registry root to register your package, uncomment the TargetRegistryRoot
  130. tag and specify a registry root in it.
  131. <TargetRegistryRoot></TargetRegistryRoot>
  132. -->
  133. <RegisterOutputPackage>true</RegisterOutputPackage>
  134. <RegisterWithCodebase>true</RegisterWithCodebase>
  135. </PropertyGroup>
  136. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  137. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\VSSDK\Microsoft.VsSDK.targets" />
  138. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  139. Other similar extension points exist, see Microsoft.Common.targets.
  140. <Target Name="BeforeBuild">
  141. </Target>
  142. <Target Name="AfterBuild">
  143. </Target>
  144. -->
  145. </Project>