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.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							1.1 KiB
						
					
					
				<Project Sdk="Microsoft.NET.Sdk"> | 
						|
 | 
						|
  <PropertyGroup> | 
						|
    <TargetFramework>netstandard2.0</TargetFramework> | 
						|
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | 
						|
    <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | 
						|
    <RootNamespace>ICSharpCode.Decompiler.PowerShell</RootNamespace> | 
						|
    <LangVersion>8.0</LangVersion> | 
						|
  </PropertyGroup> | 
						|
 | 
						|
  <Import Project="..\packages.props" /> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <PackageReference Include="PowerShellStandard.Library" Version="5.1.0" /> | 
						|
    <PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
  <ItemGroup> | 
						|
    <Compile Include="..\ICSharpCode.ILSpyX\PdbProvider\MonoCecilDebugInfoProvider.cs" Link="MonoCecilDebugInfoProvider.cs" /> | 
						|
    <Compile Include="..\ICSharpCode.ILSpyX\PdbProvider\PortableDebugInfoProvider.cs" Link="PortableDebugInfoProvider.cs" /> | 
						|
    <Compile Include="..\ICSharpCode.ILSpyX\PdbProvider\DebugInfoUtils.cs" Link="DebugInfoUtils.cs" /> | 
						|
  </ItemGroup> | 
						|
 | 
						|
</Project>
 | 
						|
 |