|
73 | 73 | <PropertyGroup Label="UserMacros" />
|
74 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
75 | 75 | <LinkIncremental>true</LinkIncremental>
|
76 |
| - <IncludePath>C:\Program Files\Mono\include\mono-2.0;E:\Program Files\Unity2018.4.7f\Editor\Data\il2cpp\libil2cpp;$(IncludePath)</IncludePath> |
77 |
| - <LibraryPath>C:\Program Files\Mono\lib;$(LibraryPath)</LibraryPath> |
| 76 | + <IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath> |
| 77 | + <LibraryPath>$(Mono)\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 |
| - <IncludePath>F:\Work\Project\mono\msvc\include;E:\Program Files\Unity2018.4.7f\Editor\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath> |
83 |
| - <LibraryPath>F:\Work\Project\mono\msvc\build\sgen\x64\lib\Debug;$(LibraryPath)</LibraryPath> |
84 |
| - <OutDir>F:\Project\UnityBind\PureScript\DemoProject\Export3\build\bin\DemoProject_Data\Plugins\</OutDir> |
| 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> |
85 | 85 | </PropertyGroup>
|
86 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
87 | 87 | <LinkIncremental>false</LinkIncremental>
|
88 |
| - <IncludePath>C:\Program Files\Mono\include\mono-2.0;$(IncludePath)</IncludePath> |
89 |
| - <LibraryPath>C:\Program Files\Mono\lib;$(LibraryPath)</LibraryPath> |
| 88 | + <IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath> |
| 89 | + <LibraryPath>$(Mono)\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 |
| - <IncludePath>C:\Program Files\Mono\include\mono-2.0;$(IncludePath)</IncludePath> |
96 |
| - <LibraryPath>C:\Program Files\Mono\lib;$(LibraryPath)</LibraryPath> |
| 95 | + <IncludePath>$(UnityEditorPath)\Data\il2cpp\libil2cpp;$(ProjectDir)\lib\include;$(IncludePath)</IncludePath> |
| 96 | + <LibraryPath>$(Mono)\lib;$(LibraryPath)</LibraryPath> |
| 97 | + <OutDir>$(ProjectDir)..\DemoProject\Export3\build\bin\DemoProject_Data\Plugins\</OutDir> |
97 | 98 | </PropertyGroup>
|
98 | 99 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
99 | 100 | <ClCompile>
|
|
131 | 132 | </ItemDefinitionGroup>
|
132 | 133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
133 | 134 | <ClCompile>
|
134 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 135 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
135 | 136 | <WarningLevel>Level3</WarningLevel>
|
136 | 137 | <Optimization>MaxSpeed</Optimization>
|
137 | 138 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
150 | 151 | </ItemDefinitionGroup>
|
151 | 152 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
152 | 153 | <ClCompile>
|
153 |
| - <PrecompiledHeader>Use</PrecompiledHeader> |
| 154 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
154 | 155 | <WarningLevel>Level3</WarningLevel>
|
155 | 156 | <Optimization>MaxSpeed</Optimization>
|
156 | 157 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
157 | 158 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
158 | 159 | <SDLCheck>true</SDLCheck>
|
159 | 160 | <PreprocessorDefinitions>NDEBUG;MONOLIB_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
160 | 161 | <ConformanceMode>false</ConformanceMode>
|
| 162 | + <DebugInformationFormat>None</DebugInformationFormat> |
| 163 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
161 | 164 | </ClCompile>
|
162 | 165 | <Link>
|
163 |
| - <SubSystem>Windows</SubSystem> |
| 166 | + <SubSystem>NotSet</SubSystem> |
164 | 167 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
165 | 168 | <OptimizeReferences>true</OptimizeReferences>
|
166 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 169 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
167 | 170 | <AdditionalDependencies>mono-2.0-sgen.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
168 | 171 | </Link>
|
169 | 172 | </ItemDefinitionGroup>
|
|
0 commit comments