Cardlife mod patcher
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.

79 lines
3.3KB

  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>{D1C61AF5-0D2D-4752-8203-1C6929025F7C}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>IllusionInjector</RootNamespace>
  13. <AssemblyName>IllusionInjector</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. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</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. <ItemGroup>
  37. <Reference Include="UnityEngine">
  38. <HintPath>..\..\cl\Cardlife_Data\Managed\UnityEngine.dll</HintPath>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="UnityEngine">
  42. <HintPath>..\..\cl\Cardlife_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  43. <Private>False</Private>
  44. </Reference>
  45. <Reference Include="UnityEngine">
  46. <HintPath>..\..\cl\Cardlife_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="UnityEngine">
  50. <HintPath>..\..\cl\Cardlife_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  51. <Private>False</Private>
  52. </Reference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Bootstrapper.cs" />
  56. <Compile Include="CompositePlugin.cs" />
  57. <Compile Include="ConsoleWindow.cs" />
  58. <Compile Include="Injector.cs" />
  59. <Compile Include="PluginManager.cs" />
  60. <Compile Include="PluginComponent.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="..\IllusionPlugin\IllusionPlugin.csproj">
  64. <Project>{e2848bfb-5432-42f4-8ae0-d2ec0cdf2f71}</Project>
  65. <Name>IllusionPlugin</Name>
  66. </ProjectReference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Folder Include="Properties" />
  70. </ItemGroup>
  71. <!--<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />-->
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. </Project>