1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{B7404E02-580D-436E-BC38-5787137F6D04}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >compilerTool</RootNamespace >
10+ <AssemblyName >compilerTool</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <IsWebBootstrapper >false</IsWebBootstrapper >
16+ <PublishUrl >publish\</PublishUrl >
17+ <Install >true</Install >
18+ <InstallFrom >Disk</InstallFrom >
19+ <UpdateEnabled >false</UpdateEnabled >
20+ <UpdateMode >Foreground</UpdateMode >
21+ <UpdateInterval >7</UpdateInterval >
22+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23+ <UpdatePeriodically >false</UpdatePeriodically >
24+ <UpdateRequired >false</UpdateRequired >
25+ <MapFileExtensions >true</MapFileExtensions >
26+ <ApplicationRevision >0</ApplicationRevision >
27+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28+ <UseApplicationTrust >false</UseApplicationTrust >
29+ <BootstrapperEnabled >true</BootstrapperEnabled >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32+ <PlatformTarget >AnyCPU</PlatformTarget >
33+ <DebugSymbols >true</DebugSymbols >
34+ <DebugType >full</DebugType >
35+ <Optimize >false</Optimize >
36+ <OutputPath >bin\Debug\</OutputPath >
37+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42+ <PlatformTarget >AnyCPU</PlatformTarget >
43+ <DebugType >pdbonly</DebugType >
44+ <Optimize >true</Optimize >
45+ <OutputPath >bin\Release\</OutputPath >
46+ <DefineConstants >TRACE</DefineConstants >
47+ <ErrorReport >prompt</ErrorReport >
48+ <WarningLevel >4</WarningLevel >
49+ </PropertyGroup >
50+ <ItemGroup >
51+ <None Include =" App.config" />
52+ <None Include =" packages.config" />
53+ </ItemGroup >
54+ <ItemGroup >
55+ <Reference Include =" ICSharpCode.Decompiler, Version=7.2.1.6856, Culture=neutral, PublicKeyToken=d4bfe873e7598c49, processorArchitecture=MSIL" >
56+ <HintPath >..\packages\ICSharpCode.Decompiler.7.2.1.6856\lib\netstandard2.0\ICSharpCode.Decompiler.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
59+ <HintPath >..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" Mono.Cecil, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
62+ <HintPath >..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" Mono.Cecil.Mdb, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
65+ <HintPath >..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Mdb.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" Mono.Cecil.Pdb, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
68+ <HintPath >..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Pdb.dll</HintPath >
69+ </Reference >
70+ <Reference Include =" Mono.Cecil.Rocks, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
71+ <HintPath >..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Rocks.dll</HintPath >
72+ </Reference >
73+ <Reference Include =" System" />
74+ <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
75+ <HintPath >..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath >
76+ </Reference >
77+ <Reference Include =" System.Collections.Immutable, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
78+ <HintPath >..\packages\System.Collections.Immutable.5.0.0\lib\net461\System.Collections.Immutable.dll</HintPath >
79+ </Reference >
80+ <Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
81+ <HintPath >..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath >
82+ </Reference >
83+ <Reference Include =" System.Numerics" />
84+ <Reference Include =" System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
85+ <HintPath >..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
86+ </Reference >
87+ <Reference Include =" System.Reflection.Metadata, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
88+ <HintPath >..\packages\System.Reflection.Metadata.5.0.0\lib\net461\System.Reflection.Metadata.dll</HintPath >
89+ </Reference >
90+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
91+ <HintPath >..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
92+ </Reference >
93+ <Reference Include =" System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
94+ <HintPath >..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath >
95+ </Reference >
96+ <Reference Include =" System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
97+ <HintPath >..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath >
98+ </Reference >
99+ </ItemGroup >
100+ <ItemGroup >
101+ <Compile Include =" base.cs" />
102+ <Compile Include =" Csharp decompiler.cs" />
103+ <Compile Include =" il decoMod.cs" />
104+ <Compile Include =" Program.cs" />
105+ </ItemGroup >
106+ <ItemGroup >
107+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
108+ <Visible >False</Visible >
109+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 und x64%29</ProductName >
110+ <Install >true</Install >
111+ </BootstrapperPackage >
112+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
113+ <Visible >False</Visible >
114+ <ProductName >.NET Framework 3.5 SP1</ProductName >
115+ <Install >false</Install >
116+ </BootstrapperPackage >
117+ </ItemGroup >
118+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119+ </Project >
0 commit comments