|
15 | 15 | <DefineConstants>CPP,ML</DefineConstants>
|
16 | 16 | <IsCpp>true</IsCpp>
|
17 | 17 | <IsMelonLoader>true</IsMelonLoader>
|
18 |
| - <IsNet35>false</IsNet35> |
19 | 18 | <DebugSymbols>false</DebugSymbols>
|
20 | 19 | <DebugType>none</DebugType>
|
21 | 20 | <Optimize>false</Optimize>
|
|
42 | 41 | <DefineConstants>CPP,ML</DefineConstants>
|
43 | 42 | <IsCpp>true</IsCpp>
|
44 | 43 | <IsMelonLoader>true</IsMelonLoader>
|
45 |
| - <IsNet35>false</IsNet35> |
46 | 44 | </PropertyGroup>
|
47 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_ML_Mono|AnyCPU' ">
|
48 |
| - <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 46 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
49 | 47 | <OutputPath>..\Release\Explorer.MelonLoader.Mono\</OutputPath>
|
50 | 48 | <DefineConstants>MONO,ML</DefineConstants>
|
51 | 49 | <Prefer32Bit>false</Prefer32Bit>
|
52 | 50 | <IsCpp>false</IsCpp>
|
53 | 51 | <IsMelonLoader>true</IsMelonLoader>
|
54 |
| - <IsNet35>false</IsNet35> |
55 |
| - </PropertyGroup> |
56 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_ML_Mono_NET35|AnyCPU' "> |
57 |
| - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
58 |
| - <OutputPath>..\Release\Explorer.MelonLoader.Mono.NET35\</OutputPath> |
59 |
| - <DefineConstants>MONO,ML,NET35</DefineConstants> |
60 |
| - <IsCpp>false</IsCpp> |
61 |
| - <IsMelonLoader>true</IsMelonLoader> |
62 |
| - <IsNet35>true</IsNet35> |
63 | 52 | </PropertyGroup>
|
64 | 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Cpp|AnyCPU' ">
|
65 | 54 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
66 | 55 | <OutputPath>..\Release\Explorer.BepInEx.Il2Cpp\</OutputPath>
|
67 | 56 | <DefineConstants>CPP,BIE</DefineConstants>
|
68 | 57 | <IsCpp>true</IsCpp>
|
69 | 58 | <IsMelonLoader>false</IsMelonLoader>
|
70 |
| - <IsNet35>false</IsNet35> |
71 | 59 | </PropertyGroup>
|
72 | 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Mono|AnyCPU' ">
|
73 |
| - <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 61 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
74 | 62 | <OutputPath>..\Release\Explorer.BepInEx.Mono\</OutputPath>
|
75 | 63 | <DefineConstants>MONO,BIE</DefineConstants>
|
76 | 64 | <IsCpp>false</IsCpp>
|
77 | 65 | <IsMelonLoader>false</IsMelonLoader>
|
78 |
| - <IsNet35>false</IsNet35> |
79 |
| - </PropertyGroup> |
80 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_BIE_Mono_NET35|AnyCPU' "> |
81 |
| - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
82 |
| - <OutputPath>..\Release\Explorer.BepInEx.Mono.NET35\</OutputPath> |
83 |
| - <DefineConstants>MONO,BIE,NET35</DefineConstants> |
84 |
| - <IsCpp>false</IsCpp> |
85 |
| - <IsMelonLoader>false</IsMelonLoader> |
86 |
| - <IsNet35>true</IsNet35> |
87 | 66 | </PropertyGroup>
|
88 | 67 | <ItemGroup>
|
89 | 68 | <Reference Include="System" />
|
|
93 | 72 | <Reference Include="System.Data" />
|
94 | 73 | <Reference Include="System.Xml" />
|
95 | 74 | <!-- MCS ref -->
|
96 |
| - <Reference Include="mcs" Condition="'$(IsNet35)'=='false'"> |
| 75 | + <Reference Include="mcs"> |
97 | 76 | <HintPath>..\lib\mcs.dll</HintPath>
|
98 | 77 | <Private>False</Private>
|
99 | 78 | </Reference>
|
100 |
| - <Reference Include="mcs" Condition="'$(IsNet35)'=='true'"> |
101 |
| - <HintPath>..\lib\mcs.NET35.dll</HintPath> |
102 |
| - <Private>False</Private> |
103 |
| - </Reference> |
104 | 79 | </ItemGroup>
|
105 | 80 | <!-- Universal Mono UnityEngine.dll ref (v5.3) -->
|
106 | 81 | <ItemGroup Condition="'$(IsCpp)'=='false'">
|
|
0 commit comments