-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDreamWarcraft - General.props
26 lines (26 loc) · 1.15 KB
/
DreamWarcraft - General.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>
<IncludePath>$(SolutionDir)Library\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup>
<LibraryPath>$(SolutionDir)Library\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>IF EXIST pre_build.cmd pre_build.cmd "$(ProjectDir)" "$(OutDir)$(TargetFileName)" "$(OutDir)" "$(TargetFileName)"</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>IF EXIST post_build.cmd post_build.cmd "$(ProjectDir)" "$(OutDir)$(TargetFileName)" "$(OutDir)" "$(TargetFileName)"</Command>
</PostBuildEvent>
<Link>
<AdditionalDependencies>PolarSSL.lib;ZlibWrap.lib;libcurl.lib;psapi.lib;libeay32.lib;ssleay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<ClCompile>
<PreprocessorDefinitions>_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
</Project>