Targeting x64
This commit is contained in:
Родитель
1b4ed04394
Коммит
540e3bf055
|
@ -25,6 +25,9 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<Target Name="Copying Sundials" AfterTargets="AfterBuild" Condition="$(OS) == Windows_NT">
|
||||
<Exec Command="xcopy /y /q /d "$(SolutionDir)x64\$(Configuration)\SundialsSolver15.dll" "$(OutDir)"" />
|
||||
<Exec Command="xcopy /y /q /d "$(SolutionDir)x64\$(Configuration)\SundialsSolver15.pdb" "$(OutDir)"" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче