A fork of Eusth's IPA
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.

96 lines
4.0KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project Sdk="Microsoft.NET.Sdk" 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. <Version>4.0.0</Version>
  6. <Authors>Exmods</Authors>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{D1390268-F68B-4A55-B50D-EAD25756C8EF}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Launcher</RootNamespace>
  13. <AssemblyName>Launcher</AssemblyName>
  14. <TargetFramework>net472</TargetFramework>
  15. <FileAlignment>512</FileAlignment>
  16. <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
  17. <EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationIcon>syringe.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Program.cs" />
  53. <Compile Include="Resources.Designer.cs">
  54. <AutoGen>True</AutoGen>
  55. <DesignTime>True</DesignTime>
  56. <DependentUpon>Resources.resx</DependentUpon>
  57. </Compile>
  58. <EmbeddedResource Include="Properties\Resources.resx">
  59. <Generator>ResXFileCodeGenerator</Generator>
  60. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  61. <SubType>Designer</SubType>
  62. </EmbeddedResource>
  63. <Compile Include="Properties\Resources.Designer.cs">
  64. <AutoGen>True</AutoGen>
  65. <DependentUpon>Resources.resx</DependentUpon>
  66. <DesignTime>True</DesignTime>
  67. </Compile>
  68. <EmbeddedResource Include="Resources.resx">
  69. <Generator>ResXFileCodeGenerator</Generator>
  70. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  71. </EmbeddedResource>
  72. <None Include="Properties\Settings.settings">
  73. <Generator>SettingsSingleFileGenerator</Generator>
  74. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  75. </None>
  76. <Compile Include="Properties\Settings.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DependentUpon>Settings.settings</DependentUpon>
  79. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  80. </Compile>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Content Include="syringe.ico" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <PackageReference Include="Mono.Cecil" Version="0.11.2" />
  87. </ItemGroup>
  88. <!--<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />-->
  89. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  90. Other similar extension points exist, see Microsoft.Common.targets.
  91. <Target Name="BeforeBuild">
  92. </Target>
  93. <Target Name="AfterBuild">
  94. </Target>
  95. -->
  96. </Project>