123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{DF341E49-CDA7-45BB-B980-7DB661298F95}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" 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.30319.1</_ProjectFileVersion>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\Programs\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\Objects\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
- <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
- <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;MAKEFILE;WINPCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <CompileAs>CompileAsC</CompileAs>
- <DisableSpecificWarnings>4996</DisableSpecificWarnings>
- <StringPooling>true</StringPooling>
- <MinimalRebuild>false</MinimalRebuild>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <FunctionLevelLinking>false</FunctionLevelLinking>
- </ClCompile>
- <Link>
- <AdditionalDependencies>packet.lib;wpcap.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)plcboot.exe</OutputFile>
- <AdditionalLibraryDirectories>..\library;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <GenerateDebugInformation>false</GenerateDebugInformation>
- <SubSystem>Console</SubSystem>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <TargetMachine>MachineX86</TargetMachine>
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="..\..\plc\plcboot.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\..\ether\channel.h" />
- <ClInclude Include="..\..\tools\error.h" />
- <ClInclude Include="..\..\ether\ether.h" />
- <ClInclude Include="..\..\tools\files.h" />
- <ClInclude Include="..\..\tools\getoptv.h" />
- <ClInclude Include="..\..\nvm\nvm.h" />
- <ClInclude Include="..\..\pib\pib.h" />
- <ClInclude Include="..\..\plc\plc.h" />
- <ClInclude Include="..\..\tools\putoptv.h" />
- <ClInclude Include="..\..\tools\version.h" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\lib_ether\lib_ether.vcxproj">
- <Project>{bbd90b81-def0-436e-875d-4b2eae30817d}</Project>
- </ProjectReference>
- <ProjectReference Include="..\lib_mme\lib_mme.vcxproj">
- <Project>{a752190f-4bad-4e19-a20d-9958cd662d3e}</Project>
- </ProjectReference>
- <ProjectReference Include="..\lib_nvm\lib_nvm.vcxproj">
- <Project>{cdbe586e-5e50-46e3-97ad-5acfdea2c25b}</Project>
- </ProjectReference>
- <ProjectReference Include="..\lib_pib\lib_pib.vcxproj">
- <Project>{7862bed7-f458-4c68-9a85-6c451f9f0760}</Project>
- </ProjectReference>
- <ProjectReference Include="..\lib_plc\lib_plc.vcxproj">
- <Project>{3e2792ca-861b-492c-8618-248430858b1f}</Project>
- </ProjectReference>
- <ProjectReference Include="..\lib_tools\lib_tools.vcxproj">
- <Project>{22861826-8a4c-463a-9d81-ca4caba4f703}</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|