| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms
build/2003" ToolsVersion="4.0"> | |
| 3 <PropertyGroup> | |
| 4 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> | |
| 5 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</Visual
StudioVersion> | |
| 6 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\M
icrosoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |
| 7 <FileUpgradeFlags> | |
| 8 </FileUpgradeFlags> | |
| 9 <UpgradeBackupLocation> | |
| 10 </UpgradeBackupLocation> | |
| 11 <OldToolsVersion>4.0</OldToolsVersion> | |
| 12 </PropertyGroup> | |
| 13 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com
mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi
crosoft.Common.props')" /> | |
| 14 <PropertyGroup> | |
| 15 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| 16 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| 17 <SchemaVersion>2.0</SchemaVersion> | |
| 18 <ProjectGuid>{4CC60BED-569D-481A-B56B-6ECBC23CBC16}</ProjectGuid> | |
| 19 <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8
-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
| 20 <OutputType>Library</OutputType> | |
| 21 <AppDesignerFolder>Properties</AppDesignerFolder> | |
| 22 <RootNamespace>ChromeDebug</RootNamespace> | |
| 23 <AssemblyName>ChromeDebug</AssemblyName> | |
| 24 <SignAssembly>True</SignAssembly> | |
| 25 <AssemblyOriginatorKeyFile> | |
| 26 </AssemblyOriginatorKeyFile> | |
| 27 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
| 28 </PropertyGroup> | |
| 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| 30 <DebugSymbols>true</DebugSymbols> | |
| 31 <DebugType>full</DebugType> | |
| 32 <Optimize>false</Optimize> | |
| 33 <OutputPath>bin\Debug\</OutputPath> | |
| 34 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
| 35 <ErrorReport>prompt</ErrorReport> | |
| 36 <WarningLevel>4</WarningLevel> | |
| 37 </PropertyGroup> | |
| 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> | |
| 39 <DebugType>pdbonly</DebugType> | |
| 40 <Optimize>true</Optimize> | |
| 41 <OutputPath>bin\Release\</OutputPath> | |
| 42 <DefineConstants>TRACE</DefineConstants> | |
| 43 <ErrorReport>prompt</ErrorReport> | |
| 44 <WarningLevel>4</WarningLevel> | |
| 45 <RunCodeAnalysis>true</RunCodeAnalysis> | |
| 46 </PropertyGroup> | |
| 47 <ItemGroup> | |
| 48 <Reference Include="Microsoft.CSharp" /> | |
| 49 <Reference Include="Microsoft.VisualStudio.OLE.Interop" /> | |
| 50 <Reference Include="Microsoft.VisualStudio.Shell.Interop" /> | |
| 51 <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" /> | |
| 52 <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> | |
| 53 <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> | |
| 54 <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0"> | |
| 55 <EmbedInteropTypes>true</EmbedInteropTypes> | |
| 56 </Reference> | |
| 57 <Reference Include="Microsoft.VisualStudio.TextManager.Interop" /> | |
| 58 <Reference Include="Microsoft.VisualStudio.Shell.11.0" /> | |
| 59 <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" /> | |
| 60 <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" /> | |
| 61 <Reference Include="System" /> | |
| 62 <Reference Include="System.Core" /> | |
| 63 <Reference Include="System.Data" /> | |
| 64 <Reference Include="System.Design" /> | |
| 65 <Reference Include="System.Drawing" /> | |
| 66 <Reference Include="System.Management" /> | |
| 67 <Reference Include="System.Windows.Forms" /> | |
| 68 <Reference Include="System.Xml" /> | |
| 69 </ItemGroup> | |
| 70 <ItemGroup> | |
| 71 <COMReference Include="EnvDTE"> | |
| 72 <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid> | |
| 73 <VersionMajor>8</VersionMajor> | |
| 74 <VersionMinor>0</VersionMinor> | |
| 75 <Lcid>0</Lcid> | |
| 76 <WrapperTool>primary</WrapperTool> | |
| 77 <Isolated>False</Isolated> | |
| 78 <EmbedInteropTypes>False</EmbedInteropTypes> | |
| 79 </COMReference> | |
| 80 <COMReference Include="EnvDTE100"> | |
| 81 <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid> | |
| 82 <VersionMajor>10</VersionMajor> | |
| 83 <VersionMinor>0</VersionMinor> | |
| 84 <Lcid>0</Lcid> | |
| 85 <WrapperTool>primary</WrapperTool> | |
| 86 <Isolated>False</Isolated> | |
| 87 <EmbedInteropTypes>False</EmbedInteropTypes> | |
| 88 </COMReference> | |
| 89 <COMReference Include="EnvDTE80"> | |
| 90 <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid> | |
| 91 <VersionMajor>8</VersionMajor> | |
| 92 <VersionMinor>0</VersionMinor> | |
| 93 <Lcid>0</Lcid> | |
| 94 <WrapperTool>primary</WrapperTool> | |
| 95 <Isolated>False</Isolated> | |
| 96 <EmbedInteropTypes>False</EmbedInteropTypes> | |
| 97 </COMReference> | |
| 98 <COMReference Include="EnvDTE90"> | |
| 99 <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid> | |
| 100 <VersionMajor>9</VersionMajor> | |
| 101 <VersionMinor>0</VersionMinor> | |
| 102 <Lcid>0</Lcid> | |
| 103 <WrapperTool>primary</WrapperTool> | |
| 104 <Isolated>False</Isolated> | |
| 105 <EmbedInteropTypes>False</EmbedInteropTypes> | |
| 106 </COMReference> | |
| 107 <COMReference Include="EnvDTE90a1"> | |
| 108 <Guid>{64A96FE8-CCCF-4EDF-B341-FF7C528B60C9}</Guid> | |
| 109 <VersionMajor>9</VersionMajor> | |
| 110 <VersionMinor>0</VersionMinor> | |
| 111 <Lcid>0</Lcid> | |
| 112 <WrapperTool>primary</WrapperTool> | |
| 113 <Isolated>False</Isolated> | |
| 114 <EmbedInteropTypes>False</EmbedInteropTypes> | |
| 115 </COMReference> | |
| 116 <COMReference Include="Microsoft.VisualStudio.CommandBars"> | |
| 117 <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> | |
| 118 <VersionMajor>8</VersionMajor> | |
| 119 <VersionMinor>0</VersionMinor> | |
| 120 <Lcid>0</Lcid> | |
| 121 <WrapperTool>primary</WrapperTool> | |
| 122 <Isolated>False</Isolated> | |
| 123 <EmbedInteropTypes>False</EmbedInteropTypes> | |
| 124 </COMReference> | |
| 125 <COMReference Include="stdole"> | |
| 126 <Guid>{00020430-0000-0000-C000-000000000046}</Guid> | |
| 127 <VersionMajor>2</VersionMajor> | |
| 128 <VersionMinor>0</VersionMinor> | |
| 129 <Lcid>0</Lcid> | |
| 130 <WrapperTool>primary</WrapperTool> | |
| 131 <Isolated>False</Isolated> | |
| 132 <EmbedInteropTypes>False</EmbedInteropTypes> | |
| 133 </COMReference> | |
| 134 </ItemGroup> | |
| 135 <ItemGroup> | |
| 136 <Compile Include="AttachDialog.cs"> | |
| 137 <SubType>Form</SubType> | |
| 138 </Compile> | |
| 139 <Compile Include="AttachDialog.Designer.cs"> | |
| 140 <DependentUpon>AttachDialog.cs</DependentUpon> | |
| 141 </Compile> | |
| 142 <Compile Include="ProcessCategory.cs" /> | |
| 143 <Compile Include="ProcessDetail.cs" /> | |
| 144 <Compile Include="Utility.cs" /> | |
| 145 <Compile Include="Guids.cs" /> | |
| 146 <Compile Include="Resources.Designer.cs"> | |
| 147 <AutoGen>True</AutoGen> | |
| 148 <DesignTime>True</DesignTime> | |
| 149 <DependentUpon>Resources.resx</DependentUpon> | |
| 150 </Compile> | |
| 151 <Compile Include="GlobalSuppressions.cs" /> | |
| 152 <Compile Include="ChromeDebugPackage.cs" /> | |
| 153 <Compile Include="Properties\AssemblyInfo.cs" /> | |
| 154 <Compile Include="PkgCmdID.cs" /> | |
| 155 </ItemGroup> | |
| 156 <ItemGroup> | |
| 157 <EmbeddedResource Include="AttachDialog.resx"> | |
| 158 <DependentUpon>AttachDialog.cs</DependentUpon> | |
| 159 </EmbeddedResource> | |
| 160 <EmbeddedResource Include="Resources.resx"> | |
| 161 <Generator>ResXFileCodeGenerator</Generator> | |
| 162 <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
| 163 <SubType>Designer</SubType> | |
| 164 </EmbeddedResource> | |
| 165 <EmbeddedResource Include="VSPackage.resx"> | |
| 166 <MergeWithCTO>true</MergeWithCTO> | |
| 167 <ManifestResourceName>VSPackage</ManifestResourceName> | |
| 168 <SubType>Designer</SubType> | |
| 169 </EmbeddedResource> | |
| 170 </ItemGroup> | |
| 171 <ItemGroup> | |
| 172 <None Include="Key.snk" /> | |
| 173 <Content Include="LICENSE"> | |
| 174 <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
| 175 <IncludeInVSIX>true</IncludeInVSIX> | |
| 176 </Content> | |
| 177 <None Include="source.extension.vsixmanifest"> | |
| 178 <SubType>Designer</SubType> | |
| 179 </None> | |
| 180 </ItemGroup> | |
| 181 <ItemGroup> | |
| 182 <VSCTCompile Include="ChromeDebug.vsct"> | |
| 183 <ResourceName>Menus.ctmenu</ResourceName> | |
| 184 <SubType>Designer</SubType> | |
| 185 </VSCTCompile> | |
| 186 </ItemGroup> | |
| 187 <ItemGroup> | |
| 188 <None Include="Resources\Images.png" /> | |
| 189 </ItemGroup> | |
| 190 <ItemGroup> | |
| 191 <Content Include="Resources\Package.ico" /> | |
| 192 </ItemGroup> | |
| 193 <ItemGroup> | |
| 194 <ProjectReference Include="..\LowLevel\LowLevel.csproj"> | |
| 195 <Project>{998c0725-f123-4ed3-9d44-12c1945f00d1}</Project> | |
| 196 <Name>LowLevel</Name> | |
| 197 </ProjectReference> | |
| 198 </ItemGroup> | |
| 199 <PropertyGroup> | |
| 200 <UseCodebase>true</UseCodebase> | |
| 201 </PropertyGroup> | |
| 202 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
| 203 <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(V
SToolsPath)' != ''" /> | |
| 204 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | |
| 205 Other similar extension points exist, see Microsoft.Common.targets. | |
| 206 <Target Name="BeforeBuild"> | |
| 207 </Target> | |
| 208 <Target Name="AfterBuild"> | |
| 209 </Target> | |
| 210 --> | |
| 211 </Project> | |
| OLD | NEW |