1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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>{05A1C13B-AB7A-434F-8297-11049E576190}</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>ws2_32.lib;packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)CMEncrypt.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\CMEncrypt.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\..\ether\channel.h" />
- <ClInclude Include="..\..\tools\error.h" />
- <ClInclude Include="..\..\ether\ether.h" />
- <ClInclude Include="..\..\tools\getoptv.h" />
- <ClInclude Include="..\..\mme\homeplug.h" />
- <ClInclude Include="..\..\tools\memory.h" />
- <ClInclude Include="..\..\tools\number.h" />
- <ClInclude Include="..\..\tools\putoptv.h" />
- <ClInclude Include="..\..\mme\qualcomm.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_key\lib_key.vcxproj">
- <Project>{f3647060-5a9f-4fe8-bc64-97519e1b8eae}</Project>
- </ProjectReference>
- <ProjectReference Include="..\lib_mme\lib_mme.vcxproj">
- <Project>{a752190f-4bad-4e19-a20d-9958cd662d3e}</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>
|