2018-08-10 09:19:00 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-06-19 09:20:20 +02:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="..\common.init.vcxproj" />
|
2018-08-10 09:19:00 +02:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{93B86837-B543-48A5-A89B-7C87ABB77DF2}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
2019-06-19 09:20:20 +02:00
|
|
|
<PropertyGroup Label="Configuration">
|
2018-08-10 09:19:00 +02:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
</PropertyGroup>
|
2019-06-19 09:20:20 +02:00
|
|
|
<ItemGroup>
|
|
|
|
@SOURCE_FILES@
|
|
|
|
</ItemGroup>
|
2018-08-10 09:19:00 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2019-06-19 09:20:20 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2019-06-29 07:36:04 +02:00
|
|
|
<Import Project="..\common.vcxproj" />
|
2018-08-10 09:19:00 +02:00
|
|
|
</Project>
|