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.

94 lines
3.9KB

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