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.

138 lines
5.6 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. <Configurations>Debug;Release</Configurations>
  8. <Platforms>AnyCPU</Platforms>
  9. <ProjectGuid>{C338D430-5B1F-426C-AFB4-3720BC362C9B}</ProjectGuid>
  10. <OutputType>Exe</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>IPA</RootNamespace>
  13. <AssemblyName>IPA</AssemblyName>
  14. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <TargetFrameworkProfile>
  17. </TargetFrameworkProfile>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. <Deterministic>true</Deterministic>
  34. <PathMap>$(SolutionDir)=C:\</PathMap>
  35. <ProxyConfig>$(Configuration)</ProxyConfig>
  36. <OtherConfig>
  37. </OtherConfig>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. <OtherConfig>Debug</OtherConfig>
  50. <ProxyConfig>Release</ProxyConfig>
  51. <NoWarn>CA1031</NoWarn>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54. <PlatformTarget>AnyCPU</PlatformTarget>
  55. <DebugType>none</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <Prefer32Bit>false</Prefer32Bit>
  62. <UseVSHostingProcess>true</UseVSHostingProcess>
  63. <OtherConfig>Release</OtherConfig>
  64. <ProxyConfig>Release</ProxyConfig>
  65. <NoWarn>CA1031</NoWarn>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <ApplicationIcon>favicon.ico</ApplicationIcon>
  69. </PropertyGroup>
  70. <PropertyGroup>
  71. <StartupObject>IPA.Program</StartupObject>
  72. </PropertyGroup>
  73. <PropertyGroup>
  74. <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Verbose|AnyCPU'">
  77. <DebugSymbols>true</DebugSymbols>
  78. <OutputPath>bin\Verbose\</OutputPath>
  79. <DefineConstants>DEBUG;TRACE</DefineConstants>
  80. <DebugType>full</DebugType>
  81. <PlatformTarget>AnyCPU</PlatformTarget>
  82. <ErrorReport>prompt</ErrorReport>
  83. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  84. <OtherConfig>Debug</OtherConfig>
  85. <ProxyConfig>Verbose_Release</ProxyConfig>
  86. <NoWarn>CA1031</NoWarn>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Verbose_Release|AnyCPU'">
  89. <OutputPath>bin\Verbose_Release\</OutputPath>
  90. <OtherConfig>Release</OtherConfig>
  91. <ProxyConfig>Verbose_Release</ProxyConfig>
  92. <NoWarn>CA1031</NoWarn>
  93. </PropertyGroup>
  94. <ItemGroup>
  95. <Reference Include="System" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="System.Windows.Forms" />
  98. <Reference Include="System.Xml.Linq" />
  99. <Reference Include="System.Data.DataSetExtensions" />
  100. <Reference Include="System.Data" />
  101. <Reference Include="System.Xml" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Folder Include="IPA\Fallback\" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Compile Include="Arguments.cs" />
  108. <Compile Include="PatchContext.cs" />
  109. <Compile Include="Patcher\BackupManager.cs" />
  110. <Compile Include="Patcher\BackupUnit.cs" />
  111. <Compile Include="Program.cs" />
  112. <Compile Include="Properties\AssemblyInfo.cs" />
  113. <Compile Include="Shortcut.cs" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="app.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Content Include="favicon.ico" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <PackageReference Include="Mono.Cecil">
  123. <Version>0.11.1</Version>
  124. </PackageReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <BootstrapperPackage Include=".NETFramework,Version=v4.6.2">
  128. <Visible>False</Visible>
  129. <ProductName>Microsoft .NET Framework 4.6.2 %28x86 and x64%29</ProductName>
  130. <Install>true</Install>
  131. </BootstrapperPackage>
  132. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  133. <Visible>False</Visible>
  134. <ProductName>.NET Framework 3.5 SP1</ProductName>
  135. <Install>false</Install>
  136. </BootstrapperPackage>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. </Project>