2014-06-11 20:53:32 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGUID>{16FA5518-3DE1-4B15-A1E0-F4734C276FB4}</ProjectGUID>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
<ProjectName>flatsamplebinary</ProjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)</OutDir>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)</OutDir>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">flatsamplebinary.dir\Debug\</IntDir>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">flatsamplebinary.dir\Debug\</IntDir>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">flatsamplebinary</TargetName>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">flatsamplebinary</TargetName>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutDir>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)</OutDir>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">flatsamplebinary.dir\Release\</IntDir>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">flatsamplebinary.dir\Release\</IntDir>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">flatsamplebinary</TargetName>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">flatsamplebinary</TargetName>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2014-07-11 23:12:35 +00:00
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>../../Debug/flatsamplebinary.pdb</ProgramDataBaseFileName>
|
2014-07-11 23:12:35 +00:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalOptions> /machine:X86 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<ImportLibrary>../../Debug/flatsamplebinary.lib</ImportLibrary>
|
|
|
|
|
<ProgramDataBaseFile>../../Debug/flatsamplebinary.pdb</ProgramDataBaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<Version>
|
|
|
|
|
</Version>
|
|
|
|
|
</Link>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2014-06-30 22:56:31 +00:00
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>../../Debug/flatsamplebinary.pdb</ProgramDataBaseFileName>
|
2014-06-30 22:56:31 +00:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalOptions>/debug %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<ImportLibrary>../../Debug/flatsamplebinary.lib</ImportLibrary>
|
|
|
|
|
<ProgramDataBaseFile>../../Debug/flatsamplebinary.pdb</ProgramDataBaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<Version>
|
|
|
|
|
</Version>
|
|
|
|
|
</Link>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2014-07-11 23:12:35 +00:00
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<DebugInformationFormat>
|
|
|
|
|
</DebugInformationFormat>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>../../Release/flatsamplebinary.pdb</ProgramDataBaseFileName>
|
2014-07-11 23:12:35 +00:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<ImportLibrary>../../Release/flatsamplebinary.lib</ImportLibrary>
|
|
|
|
|
<ProgramDataBaseFile>../../Release/flatsamplebinary.pdb</ProgramDataBaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<Version>
|
|
|
|
|
</Version>
|
|
|
|
|
</Link>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2014-06-30 22:56:31 +00:00
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
<DebugInformationFormat>
|
|
|
|
|
</DebugInformationFormat>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>../../Release/flatsamplebinary.pdb</ProgramDataBaseFileName>
|
2014-06-30 22:56:31 +00:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
2014-06-19 18:27:07 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Midl>
|
|
|
|
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
|
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
|
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
|
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
|
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
|
|
|
</Midl>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<ImportLibrary>../../Release/flatsamplebinary.lib</ImportLibrary>
|
|
|
|
|
<ProgramDataBaseFile>../../Release/flatsamplebinary.pdb</ProgramDataBaseFile>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<Version>
|
|
|
|
|
</Version>
|
|
|
|
|
</Link>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-06-11 20:53:32 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\..\include\flatbuffers\flatbuffers.h" />
|
|
|
|
|
<ClInclude Include="..\..\samples\monster_generated.h" />
|
|
|
|
|
<ClCompile Include="..\..\samples\sample_binary.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|