|
23 | 23 | <RootNamespace>SimModel</RootNamespace> |
24 | 24 | <Keyword>Win32Proj</Keyword> |
25 | 25 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
26 | | - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
27 | 27 | </PropertyGroup> |
28 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
@@ -267,7 +267,10 @@ copy "$(SolverPath)bin\native\$(Platform)\$(Configuration)\*.dll" "$(OutputPath) |
267 | 267 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> |
268 | 268 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> |
269 | 269 | </ClCompile> |
270 | | - <ClCompile Include="src\CppODEExporter.cpp" /> |
| 270 | + <ClCompile Include="src\CppODEExporter.cpp"> |
| 271 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
| 272 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> |
| 273 | + </ClCompile> |
271 | 274 | <ClCompile Include="Src\DESolver.cpp"> |
272 | 275 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> |
273 | 276 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
@@ -514,7 +517,10 @@ copy "$(SolverPath)bin\native\$(Platform)\$(Configuration)\*.dll" "$(OutputPath) |
514 | 517 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
515 | 518 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> |
516 | 519 | </ClCompile> |
517 | | - <ClCompile Include="src\TableFormulaWithXArgument.cpp" /> |
| 520 | + <ClCompile Include="src\TableFormulaWithXArgument.cpp"> |
| 521 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
| 522 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> |
| 523 | + </ClCompile> |
518 | 524 | <ClCompile Include="Src\UnaryFunctionFormula.cpp"> |
519 | 525 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> |
520 | 526 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
|
0 commit comments