2020-11-01 06:01:04 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{2abac503-245d-4f53-85c5-0f844def738b}</ProjectGuid>
|
|
|
|
<RootNamespace>example</RootNamespace>
|
|
|
|
<ProjectName>example</ProjectName>
|
|
|
|
</PropertyGroup>
|
2020-11-02 22:09:52 +01:00
|
|
|
<PropertyGroup Label="Configuration">
|
2020-11-01 06:01:04 +01:00
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2021-07-28 13:50:40 +02:00
|
|
|
<PlatformToolset>WindowsApplicationForDrivers10.0</PlatformToolset>
|
2021-07-29 04:08:41 +02:00
|
|
|
<ForcedTargetVersion>Windows10</ForcedTargetVersion>
|
2020-11-01 06:01:04 +01:00
|
|
|
</PropertyGroup>
|
2021-07-28 13:50:40 +02:00
|
|
|
<Import Project="..\wintun.props" />
|
2020-11-01 06:01:04 +01:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-28 13:50:40 +02:00
|
|
|
<ItemDefinitionGroup>
|
2020-11-01 06:01:04 +01:00
|
|
|
<ClCompile>
|
2021-07-28 13:50:40 +02:00
|
|
|
<AdditionalIncludeDirectories>..\api</AdditionalIncludeDirectories>
|
2020-11-01 06:01:04 +01:00
|
|
|
</ClCompile>
|
2020-11-02 22:09:52 +01:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>iphlpapi.lib;kernel32.lib;ntdll.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-28 13:50:40 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="example.c" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\api\api.vcxproj">
|
|
|
|
<Project>{897f02e3-3eaa-40af-a6dc-17eb2376edaf}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\wintun.props.user" Condition="exists('..\wintun.props.user')" />
|
2020-11-01 06:01:04 +01:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2021-07-28 13:50:40 +02:00
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
|
</Project>
|