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.

71 lines
2.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. <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>..\..\cl\Cardlife_Data\Managed\UnityEngine.dll</HintPath>
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="UnityEngine">
  43. <HintPath>..\..\cl\Cardlife_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  44. <Private>False</Private>
  45. </Reference>
  46. <Reference Include="UnityEngine">
  47. <HintPath>..\..\cl\Cardlife_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  48. <Private>False</Private>
  49. </Reference>
  50. <Reference Include="UnityEngine">
  51. <HintPath>..\..\cl\Cardlife_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  52. <Private>False</Private>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="IEnhancedPlugin.cs" />
  57. <Compile Include="IniFile.cs" />
  58. <Compile Include="IPlugin.cs" />
  59. <Compile Include="ModPrefs.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Folder Include="Properties" />
  63. </ItemGroup>
  64. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  65. Other similar extension points exist, see Microsoft.Common.targets.
  66. <Target Name="BeforeBuild">
  67. </Target>
  68. <Target Name="AfterBuild">
  69. </Target>
  70. -->
  71. </Project>