Simplify .vcxproj and .props

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-01-09 09:26:58 +01:00
parent 33612b556c
commit 1cc7b1a3a0
45 changed files with 337 additions and 1084 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
<Import Project="Common.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup>
<Link>
<ModuleDefinitionFile>EAPMethod.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>