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.

83 lines
3.7KB

  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>..\..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  39. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.dll</HintPath>-->
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="UnityEngine">
  43. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  44. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.CoreModule.dll</HintPath>-->
  45. <Private>False</Private>
  46. </Reference>
  47. <Reference Include="UnityEngine">
  48. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  49. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>-->
  50. <Private>False</Private>
  51. </Reference>
  52. <Reference Include="UnityEngine">
  53. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  54. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>-->
  55. <Private>False</Private>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Bootstrapper.cs" />
  60. <Compile Include="CompositePlugin.cs" />
  61. <Compile Include="ConsoleWindow.cs" />
  62. <Compile Include="Injector.cs" />
  63. <Compile Include="PluginManager.cs" />
  64. <Compile Include="PluginComponent.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\IllusionPlugin\IllusionPlugin.csproj">
  68. <Project>{e2848bfb-5432-42f4-8ae0-d2ec0cdf2f71}</Project>
  69. <Name>IllusionPlugin</Name>
  70. </ProjectReference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Folder Include="Properties" />
  74. </ItemGroup>
  75. <!--<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />-->
  76. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  77. Other similar extension points exist, see Microsoft.Common.targets.
  78. <Target Name="BeforeBuild">
  79. </Target>
  80. <Target Name="AfterBuild">
  81. </Target>
  82. -->
  83. </Project>