IntervalToSend.vcxproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{8F64B3AF-B16B-403E-82B0-83EAFC48395A}</ProjectGuid>
  15. <RootNamespace>IntervalToSend</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <PlatformToolset>v142</PlatformToolset>
  24. <CharacterSet>MultiByte</CharacterSet>
  25. <UseOfMfc>Dynamic</UseOfMfc>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <PlatformToolset>v142</PlatformToolset>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. <UseOfMfc>Dynamic</UseOfMfc>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. <OutDir>..\..\out\</OutDir>
  48. <TargetName>$(ProjectName)</TargetName>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  51. <LinkIncremental>false</LinkIncremental>
  52. <OutDir>..\..\out\</OutDir>
  53. </PropertyGroup>
  54. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  55. <ClCompile>
  56. <PrecompiledHeader>Use</PrecompiledHeader>
  57. <WarningLevel>Level3</WarningLevel>
  58. <Optimization>Disabled</Optimization>
  59. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  60. <AdditionalIncludeDirectories>.\;..\..\public;..\..\general;..\..\general\TDK;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  61. <BufferSecurityCheck>false</BufferSecurityCheck>
  62. </ClCompile>
  63. <Link>
  64. <SubSystem>Windows</SubSystem>
  65. <GenerateDebugInformation>true</GenerateDebugInformation>
  66. </Link>
  67. <Midl>
  68. <MkTypLibCompatible>false</MkTypLibCompatible>
  69. <ValidateAllParameters>true</ValidateAllParameters>
  70. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  71. </Midl>
  72. <ResourceCompile>
  73. <Culture>0x0804</Culture>
  74. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  76. </ResourceCompile>
  77. </ItemDefinitionGroup>
  78. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <ClCompile>
  80. <WarningLevel>Level3</WarningLevel>
  81. <PrecompiledHeader>Use</PrecompiledHeader>
  82. <Optimization>MaxSpeed</Optimization>
  83. <FunctionLevelLinking>true</FunctionLevelLinking>
  84. <IntrinsicFunctions>true</IntrinsicFunctions>
  85. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  86. <AdditionalIncludeDirectories>.\;..\..\public;..\..\general;..\..\general\TDK;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  87. <BufferSecurityCheck>false</BufferSecurityCheck>
  88. </ClCompile>
  89. <Link>
  90. <SubSystem>Windows</SubSystem>
  91. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  92. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  93. <OptimizeReferences>true</OptimizeReferences>
  94. </Link>
  95. <Midl>
  96. <MkTypLibCompatible>false</MkTypLibCompatible>
  97. <ValidateAllParameters>true</ValidateAllParameters>
  98. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. </Midl>
  100. <ResourceCompile>
  101. <Culture>0x0804</Culture>
  102. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  104. </ResourceCompile>
  105. </ItemDefinitionGroup>
  106. <ItemGroup>
  107. <Text Include="ReadMe.txt" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ClInclude Include="..\..\general\TDK\EventSocket.h" />
  111. <ClInclude Include="..\..\general\TDK\ProtocolHandler.h" />
  112. <ClInclude Include="..\..\general\TDK\ReceiveBuffer.h" />
  113. <ClInclude Include="..\..\general\TDK\UDPSocket.h" />
  114. <ClInclude Include="..\..\general\yyjson.h" />
  115. <ClInclude Include="define.h" />
  116. <ClInclude Include="IntervalToSend.h" />
  117. <ClInclude Include="IntervalToSendDlg.h" />
  118. <ClInclude Include="LNBuffer.h" />
  119. <ClInclude Include="LNHanlder.h" />
  120. <ClInclude Include="Resource.h" />
  121. <ClInclude Include="stdafx.h" />
  122. <ClInclude Include="targetver.h" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ClCompile Include="..\..\general\TDK\EventSocket.cpp" />
  126. <ClCompile Include="..\..\general\TDK\ProtocolHandler.cpp" />
  127. <ClCompile Include="..\..\general\TDK\ReceiveBuffer.cpp" />
  128. <ClCompile Include="..\..\general\TDK\UDPSocket.cpp" />
  129. <ClCompile Include="..\..\general\yyjson.c">
  130. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  131. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  132. </ClCompile>
  133. <ClCompile Include="IntervalToSend.cpp" />
  134. <ClCompile Include="IntervalToSendDlg.cpp" />
  135. <ClCompile Include="LNBuffer.cpp" />
  136. <ClCompile Include="LNHanlder.cpp" />
  137. <ClCompile Include="stdafx.cpp">
  138. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  139. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  140. </ClCompile>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ResourceCompile Include="IntervalToSend.rc" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="res\IntervalToSend.rc2" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Image Include="res\IntervalToSend.ico" />
  150. </ItemGroup>
  151. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  152. <ImportGroup Label="ExtensionTargets">
  153. </ImportGroup>
  154. </Project>