mirror of https://github.com/icsharpcode/ILSpy.git
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							158 lines
						
					
					
						
							5.3 KiB
						
					
					
				
			
		
		
	
	
							158 lines
						
					
					
						
							5.3 KiB
						
					
					
				<?xml version="1.0" encoding="utf-8"?> | 
						|
<Project> | 
						|
  <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" /> | 
						|
 | 
						|
  <PropertyGroup> | 
						|
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | 
						|
  </PropertyGroup> | 
						|
 | 
						|
  <PropertyGroup> | 
						|
    <TargetFramework>net46</TargetFramework> | 
						|
    <RootNamespace>ICSharpCode.ILSpy.AddIn</RootNamespace> | 
						|
 | 
						|
    <Company>IC#Code</Company> | 
						|
    <Description>ILSpy</Description> | 
						|
    <NeutralLanguage>en-US</NeutralLanguage> | 
						|
    <Version>1.7.1.0</Version> | 
						|
    <FileVersion>1.7.1.0</FileVersion> | 
						|
 | 
						|
    <EnableDefaultItems>False</EnableDefaultItems> | 
						|
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | 
						|
 | 
						|
    <SignAssembly>True</SignAssembly> | 
						|
    <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> | 
						|
  </PropertyGroup> | 
						|
 | 
						|
  <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> | 
						|
    <DebugType>full</DebugType> | 
						|
    <DebugSymbols>true</DebugSymbols> | 
						|
  </PropertyGroup> | 
						|
 | 
						|
  <PropertyGroup Condition="'$(Configuration)' == 'Release'"> | 
						|
    <DebugType>pdbonly</DebugType> | 
						|
    <DebugSymbols>true</DebugSymbols> | 
						|
    <RunCodeAnalysis>true</RunCodeAnalysis> | 
						|
  </PropertyGroup> | 
						|
 | 
						|
  <PropertyGroup Condition="'$(AppVeyor)' != ''"> | 
						|
    <DeployExtension>False</DeployExtension> | 
						|
  </PropertyGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <Reference Include="Microsoft.CSharp" /> | 
						|
    <Reference Include="System.Design" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <PackageReference Include="EnvDTE" Version="8.0.2" /> | 
						|
    <PackageReference Include="EnvDTE80" Version="8.0.2" /> | 
						|
    <PackageReference Include="Microsoft.CodeAnalysis" Version="2.7.0" /> | 
						|
    <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.7.0" /> | 
						|
    <PackageReference Include="Microsoft.VisualStudio.ComponentModelHost" Version="15.6.27413" /> | 
						|
    <PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="2.7.0" /> | 
						|
    <PackageReference Include="Microsoft.VisualStudio.Shell.14.0" Version="14.3.25407" /> | 
						|
    <PackageReference Include="Mono.Cecil" Version="0.10.0-beta7" /> | 
						|
    <PackageReference Include="VSLangProj" Version="7.0.3301" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> | 
						|
    <ProjectReference Include="..\ILSpy.BamlDecompiler\ILSpy.BamlDecompiler.csproj" /> | 
						|
    <ProjectReference Include="..\ILSpy\ILSpy.csproj" /> | 
						|
    <ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <Compile Include="CodeElementXmlDocKeyProvider.cs" /> | 
						|
    <Compile Include="Commands\OpenCodeItemCommand.cs" /> | 
						|
    <Compile Include="Commands\OpenILSpyCommand.cs" /> | 
						|
    <Compile Include="Commands\OpenProjectOutputCommand.cs" /> | 
						|
    <Compile Include="Commands\OpenReferenceCommand.cs" /> | 
						|
    <Compile Include="Guids.cs" /> | 
						|
    <Compile Include="Resources.Designer.cs"> | 
						|
      <AutoGen>True</AutoGen> | 
						|
      <DesignTime>True</DesignTime> | 
						|
      <DependentUpon>Resources.resx</DependentUpon> | 
						|
    </Compile> | 
						|
    <Compile Include="GlobalSuppressions.cs" /> | 
						|
    <Compile Include="ILSpyAddInPackage.cs" /> | 
						|
    <Compile Include="Properties\AssemblyInfo.cs" /> | 
						|
    <Compile Include="PkgCmdID.cs" /> | 
						|
    <None Include="Samples\ILSpyAddInSamples.cs" /> | 
						|
    <Compile Include="Utils.cs" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <EmbeddedResource Include="Resources.resx"> | 
						|
      <Generator>ResXFileCodeGenerator</Generator> | 
						|
      <LastGenOutput>Resources.Designer.cs</LastGenOutput> | 
						|
      <SubType>Designer</SubType> | 
						|
    </EmbeddedResource> | 
						|
    <EmbeddedResource Include="VSPackage.resx"> | 
						|
      <MergeWithCTO>true</MergeWithCTO> | 
						|
      <ManifestResourceName>VSPackage</ManifestResourceName> | 
						|
    </EmbeddedResource> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
	  <Content Include="Packages/*"> | 
						|
      <IncludeInVSIX>true</IncludeInVSIX> | 
						|
      <VSIXSubPath>\</VSIXSubPath> | 
						|
	  </Content> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <None Include="source.extension.vsixmanifest"> | 
						|
      <SubType>Designer</SubType> | 
						|
    </None> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <None Include="Key.snk" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <VSCTCompile Include="ILSpyAddIn.vsct"> | 
						|
      <ResourceName>Menus.ctmenu</ResourceName> | 
						|
      <SubType>Designer</SubType> | 
						|
    </VSCTCompile> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <None Include="Properties\launchSettings.json" /> | 
						|
    <None Include="Resources\Images.png" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <Content Include="ILSpy-Large.ico"> | 
						|
      <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 
						|
      <IncludeInVSIX>true</IncludeInVSIX> | 
						|
    </Content> | 
						|
    <Content Include="license.txt"> | 
						|
      <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 
						|
      <IncludeInVSIX>true</IncludeInVSIX> | 
						|
    </Content> | 
						|
    <Content Include="Resources\Package.ico" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <PropertyGroup> | 
						|
    <UseCodebase>true</UseCodebase> | 
						|
  </PropertyGroup> | 
						|
 | 
						|
  <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" /> | 
						|
 | 
						|
  <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="Exists('$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets')" /> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <!-- https://github.com/dotnet/sdk/issues/433 --> | 
						|
    <ProjectReference Update="@(ProjectReference)" AdditionalProperties="TargetFramework=net46" /> | 
						|
 | 
						|
    <!-- https://github.com/Microsoft/extendvs/issues/57 --> | 
						|
    <ProjectReference Update="@(ProjectReference)" Name="%(Filename)" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <Folder Include="Packages\" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
</Project> |