|
|
|
@ -18,7 +18,7 @@
@@ -18,7 +18,7 @@
|
|
|
|
|
<TargetFrameworkProfile /> |
|
|
|
|
<NoWin32Manifest>False</NoWin32Manifest> |
|
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
<DelaySign>False</DelaySign> |
|
|
|
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
|
|
|
<NuGetPackageImportStamp> |
|
|
|
@ -39,14 +39,14 @@
@@ -39,14 +39,14 @@
|
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<OutputPath>..\bin\Debug\</OutputPath> |
|
|
|
|
<OutputPath>..\ICSharpCode.Decompiler\bin\Debug\</OutputPath> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<OutputPath>..\bin\Release\</OutputPath> |
|
|
|
|
<OutputPath>..\ICSharpCode.Decompiler\bin\Release\</OutputPath> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
@ -54,47 +54,47 @@
@@ -54,47 +54,47 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="DiffLib"> |
|
|
|
|
<HintPath>..\..\packages\DiffLib.1.0.0.55\lib\net35-Client\DiffLib.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\DiffLib.1.0.0.55\lib\net35-Client\DiffLib.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.CodeAnalysis, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\Microsoft.CodeAnalysis.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\Microsoft.CodeAnalysis.Common.1.3.2\lib\net45\Microsoft.CodeAnalysis.dll</HintPath> |
|
|
|
|
<Private>True</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath> |
|
|
|
|
<Private>True</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
|
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
|
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\System.Collections.Immutable.1.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\System.Collections.Immutable.1.3.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
|
|
|
|
<Private>True</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Core"> |
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Reflection.Metadata, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
|
|
<HintPath>..\..\packages\System.Reflection.Metadata.1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath> |
|
|
|
|
<HintPath>..\packages\System.Reflection.Metadata.1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath> |
|
|
|
|
<Private>True</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
@ -109,11 +109,11 @@
@@ -109,11 +109,11 @@
|
|
|
|
|
<None Include="TestCases\Correctness\Readme.txt" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\..\cecil\Mono.Cecil.csproj"> |
|
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj"> |
|
|
|
|
<Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project> |
|
|
|
|
<Name>Mono.Cecil</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler.csproj"> |
|
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj"> |
|
|
|
|
<Project>{984cc812-9470-4a13-aff9-cc44068d666c}</Project> |
|
|
|
|
<Name>ICSharpCode.Decompiler</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
@ -182,8 +182,8 @@
@@ -182,8 +182,8 @@
|
|
|
|
|
<None Include="TestCases\Pretty\Readme.txt" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Analyzer Include="..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" /> |
|
|
|
|
<Analyzer Include="..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" /> |
|
|
|
|
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" /> |
|
|
|
|
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
|
</Project> |