2014-04-07 22:06:10 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-14 20:54:49 -04:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-05-10 06:47:35 -04:00
|
|
|
|
2014-04-07 22:06:10 -04:00
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Dynamic Library</_PropertySheetDisplayName>
|
2014-05-10 06:47:35 -04:00
|
|
|
<DefaultLinkage>dynamic</DefaultLinkage>
|
|
|
|
<TargetExt>.dll</TargetExt>
|
2014-04-07 22:06:10 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>_DLL;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
</Project>
|