|
74 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
75 | 75 | <LinkIncremental>true</LinkIncremental>
|
76 | 76 | <IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
|
77 |
| - <LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath> |
| 77 | + <LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath> |
78 | 78 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
79 | 79 | <IntDir>$(Platform)\$(Configuration)\</IntDir>
|
80 | 80 | </PropertyGroup>
|
81 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
82 | 82 | <IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
|
83 |
| - <LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath> |
84 |
| - <OutDir>$(ProjectDir)..\DemoProject\Export3\build\bin\DemoProject_Data\Plugins\</OutDir> |
| 83 | + <LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath> |
| 84 | + <OutDir>$(ProjectDir)..\DemoProject\Export\build\bin\DemoProject_Data\Plugins\</OutDir> |
85 | 85 | </PropertyGroup>
|
86 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
87 | 87 | <LinkIncremental>false</LinkIncremental>
|
88 | 88 | <IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
|
89 |
| - <LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath> |
| 89 | + <LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath> |
90 | 90 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
91 | 91 | <IntDir>$(Platform)\$(Configuration)\</IntDir>
|
92 | 92 | </PropertyGroup>
|
93 | 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
94 | 94 | <LinkIncremental>false</LinkIncremental>
|
95 | 95 | <IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath>
|
96 |
| - <LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath> |
| 96 | + <LibraryPath>$(ProjectDir)\lib;$(LibraryPath)</LibraryPath> |
97 | 97 | <OutDir>$(ProjectDir)..\DemoProject\Export3\build\bin\DemoProject_Data\Plugins\</OutDir>
|
98 | 98 | </PropertyGroup>
|
99 | 99 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
163 | 163 | <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
164 | 164 | </ClCompile>
|
165 | 165 | <Link>
|
166 |
| - <SubSystem>NotSet</SubSystem> |
| 166 | + <SubSystem>Windows</SubSystem> |
167 | 167 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
168 | 168 | <OptimizeReferences>true</OptimizeReferences>
|
169 |
| - <GenerateDebugInformation>false</GenerateDebugInformation> |
| 169 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
170 | 170 | <AdditionalDependencies>mono-2.0-sgen.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
171 | 171 | </Link>
|
172 | 172 | </ItemDefinitionGroup>
|
|
0 commit comments