-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProperties64.props
More file actions
22 lines (22 loc) · 1.35 KB
/
Properties64.props
File metadata and controls
22 lines (22 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<ExtensionsToDeleteOnClean>*.dll;$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
<IncludePath>$(SolutionDir)Libraries\SDL2-2.0.10\include;$(SolutionDir)Libraries\SDL2_ttf-2.0.15\include;$(SolutionDir)Libraries\SDL2_mixer-2.0.4\include;$(SolutionDir)Libraries\SDL2_image-2.0.5\include;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)Libraries\SDL2-2.0.10\lib\x64;$(SolutionDir)Libraries\SDL2_ttf-2.0.15\lib\x64;$(SolutionDir)Libraries\SDL2_mixer-2.0.4\lib\x64;$(SolutionDir)Libraries\SDL2_image-2.0.5\lib\x64;$(LibraryPath)</LibraryPath>
<_PropertySheetDisplayName>SDLx64</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<PostBuildEvent>
<Command>xcopy "$(SolutionDir)Libraries\SDL2-2.0.10\lib\x64\*.DLL" "$(OutDir)" /y /D
xcopy "$(SolutionDir)Libraries\SDL2_image-2.0.5\lib\x64\*.DLL" "$(OutDir)" /y /D
xcopy "$(SolutionDir)Libraries\SDL2_mixer-2.0.4\lib\x64\*.DLL" "$(OutDir)" /y /D
xcopy "$(SolutionDir)Libraries\SDL2_ttf-2.0.15\lib\x64\*.DLL" "$(OutDir)" /y /D
</Command>
<Message>COPY THE DLL FILES</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />
</Project>