34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
|||
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{3F17D282-A77D-4931-B844-903AD0809A5E}</ProjectGuid>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings" />
|
|||
|
<ImportGroup Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VSPropsDir)Base.props" />
|
|||
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="ff.c" />
|
|||
|
<ClCompile Include="ffunicode.c" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Text Include="CMakeLists.txt" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="diskio.h" />
|
|||
|
<ClInclude Include="ff.h" />
|
|||
|
<ClInclude Include="ffconf.h" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|