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.

132 lines
5.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{14092533-98BB-40A4-9AFC-27BB75672A70}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IPA</RootNamespace>
  11. <AssemblyName>IPA</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  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. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <Deterministic>true</Deterministic>
  32. <PathMap>$(SolutionDir)=C:\</PathMap>
  33. <ProxyConfig>$(Configuration)</ProxyConfig>
  34. <OtherConfig>
  35. </OtherConfig>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. <OtherConfig>Debug</OtherConfig>
  48. <ProxyConfig>Release</ProxyConfig>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>none</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <Prefer32Bit>false</Prefer32Bit>
  59. <UseVSHostingProcess>true</UseVSHostingProcess>
  60. <OtherConfig>Release</OtherConfig>
  61. <ProxyConfig>Release</ProxyConfig>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ApplicationIcon>favicon.ico</ApplicationIcon>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <StartupObject>IPA.Program</StartupObject>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Verbose|AnyCPU'">
  73. <DebugSymbols>true</DebugSymbols>
  74. <OutputPath>bin\Verbose\</OutputPath>
  75. <DefineConstants>DEBUG;TRACE</DefineConstants>
  76. <DebugType>full</DebugType>
  77. <PlatformTarget>AnyCPU</PlatformTarget>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  80. <OtherConfig>Debug</OtherConfig>
  81. <ProxyConfig>Verbose_Release</ProxyConfig>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Verbose_Release|AnyCPU'">
  84. <OutputPath>bin\Verbose_Release\</OutputPath>
  85. <OtherConfig>Release</OtherConfig>
  86. <ProxyConfig>Verbose_Release</ProxyConfig>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <Reference Include="System" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml.Linq" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Xml" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Folder Include="IPA\Fallback\" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Arguments.cs" />
  102. <Compile Include="PatchContext.cs" />
  103. <Compile Include="Patcher\BackupManager.cs" />
  104. <Compile Include="Patcher\BackupUnit.cs" />
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="Shortcut.cs" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="app.config" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Content Include="favicon.ico" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <PackageReference Include="Mono.Cecil">
  117. <Version>0.11.1</Version>
  118. </PackageReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include=".NETFramework,Version=v4.6.2">
  122. <Visible>False</Visible>
  123. <ProductName>Microsoft .NET Framework 4.6.2 %28x86 and x64%29</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. </Project>