|
|
@ -13,6 +13,21 @@ |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<TargetFrameworkProfile> |
|
|
|
</TargetFrameworkProfile> |
|
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
|
<Install>true</Install> |
|
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
|
<UpdateEnabled>false</UpdateEnabled> |
|
|
|
<UpdateMode>Foreground</UpdateMode> |
|
|
|
<UpdateInterval>7</UpdateInterval> |
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -39,23 +54,10 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<StartupObject>IPA.Program</StartupObject> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.dll</HintPath> |
|
|
|
<Private>True</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Mdb.dll</HintPath> |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Pdb.dll</HintPath> |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Rocks.dll</HintPath> |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
@ -77,7 +79,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="favicon.ico" /> |
|
|
@ -85,6 +86,23 @@ |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="IPA\Fallback\" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Mono.Cecil"> |
|
|
|
<Version>0.9.6.4</Version> |
|
|
|
</PackageReference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.2"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>Microsoft .NET Framework 4.6.2 %28x86 and x64%29</ProductName> |
|
|
|
<Install>true</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
|
|
<Install>false</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|