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.

75 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. <ProjectGuid>{E2848BFB-5432-42F4-8AE0-D2EC0CDF2F71}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IllusionPlugin</RootNamespace>
  11. <AssemblyName>IllusionPlugin</AssemblyName>
  12. <TargetFramework>net472</TargetFramework>
  13. <FileAlignment>512</FileAlignment>
  14. <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
  15. <EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
  16. <TargetFrameworkProfile>
  17. </TargetFrameworkProfile>
  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. <DocumentationFile>bin\Release\IllusionPlugin.XML</DocumentationFile>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="UnityEngine">
  39. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.dll</HintPath>
  40. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.dll</HintPath>-->
  41. <Private>False</Private>
  42. </Reference>
  43. <Reference Include="UnityEngine">
  44. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  45. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.CoreModule.dll</HintPath>-->
  46. <Private>False</Private>
  47. </Reference>
  48. <Reference Include="UnityEngine">
  49. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  50. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>-->
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="UnityEngine">
  54. <HintPath>..\..\ref\Gamecraft_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  55. <!--<HintPath>..\..\ref\GamecraftPreview_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>-->
  56. <Private>False</Private>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="IEnhancedPlugin.cs" />
  61. <Compile Include="IniFile.cs" />
  62. <Compile Include="IPlugin.cs" />
  63. <Compile Include="ModPrefs.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Folder Include="Properties" />
  67. </ItemGroup>
  68. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  69. Other similar extension points exist, see Microsoft.Common.targets.
  70. <Target Name="BeforeBuild">
  71. </Target>
  72. <Target Name="AfterBuild">
  73. </Target>
  74. -->
  75. </Project>