Commit 25dc715b authored by Ian Barber's avatar Ian Barber

Merge pull request #519 from SRombauts/master

Corrected linking error in MSVC 2010 build + perf/projects compilation
parents 897023c3 a61535a2
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9,00"
Name="inproc_lat" Name="inproc_lat"
ProjectGUID="{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}" ProjectGUID="{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}"
RootNamespace="inproc_lat" RootNamespace="inproc_lat"
TargetFrameworkVersion="196613" TargetFrameworkVersion="196613"
> >
<Platforms> <Platforms>
<Platform <Platform
Name="Win32" Name="Win32"
/> />
</Platforms> </Platforms>
<ToolFiles> <ToolFiles>
</ToolFiles> </ToolFiles>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)" OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
/> CommandLine="copy ..\platform.hpp ..\..\..\perf"
<Tool />
Name="VCCustomBuildTool" <Tool
/> Name="VCCustomBuildTool"
<Tool />
Name="VCXMLDataGeneratorTool" <Tool
/> Name="VCXMLDataGeneratorTool"
<Tool />
Name="VCWebServiceProxyGeneratorTool" <Tool
/> Name="VCWebServiceProxyGeneratorTool"
<Tool />
Name="VCMIDLTool" <Tool
/> Name="VCMIDLTool"
<Tool />
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="true" Optimization="0"
BasicRuntimeChecks="3" MinimalRebuild="true"
RuntimeLibrary="3" BasicRuntimeChecks="3"
WarningLevel="3" RuntimeLibrary="3"
DebugInformationFormat="4" WarningLevel="3"
/> DebugInformationFormat="4"
<Tool />
Name="VCManagedResourceCompilerTool" <Tool
/> Name="VCManagedResourceCompilerTool"
<Tool />
Name="VCResourceCompilerTool" <Tool
/> Name="VCResourceCompilerTool"
<Tool />
Name="VCPreLinkEventTool" <Tool
/> Name="VCPreLinkEventTool"
<Tool />
Name="VCLinkerTool" <Tool
OutputFile="../../../bin/inproc_lat.exe" Name="VCLinkerTool"
GenerateDebugInformation="true" OutputFile="../../../bin/inproc_lat.exe"
TargetMachine="1" GenerateDebugInformation="true"
/> TargetMachine="1"
<Tool />
Name="VCALinkTool" <Tool
/> Name="VCALinkTool"
<Tool />
Name="VCManifestTool" <Tool
/> Name="VCManifestTool"
<Tool />
Name="VCXDCMakeTool" <Tool
/> Name="VCXDCMakeTool"
<Tool />
Name="VCBscMakeTool" <Tool
/> Name="VCBscMakeTool"
<Tool />
Name="VCFxCopTool" <Tool
/> Name="VCFxCopTool"
<Tool />
Name="VCAppVerifierTool" <Tool
/> Name="VCAppVerifierTool"
<Tool />
Name="VCPostBuildEventTool" <Tool
/> Name="VCPostBuildEventTool"
</Configuration> />
<Configuration </Configuration>
Name="Release|Win32" <Configuration
OutputDirectory="$(SolutionDir)$(ConfigurationName)" Name="Release|Win32"
IntermediateDirectory="$(ConfigurationName)" OutputDirectory="$(SolutionDir)$(ConfigurationName)"
ConfigurationType="1" IntermediateDirectory="$(ConfigurationName)"
CharacterSet="2" ConfigurationType="1"
WholeProgramOptimization="1" CharacterSet="2"
> WholeProgramOptimization="1"
<Tool >
Name="VCPreBuildEventTool" <Tool
/> Name="VCPreBuildEventTool"
<Tool CommandLine="copy ..\platform.hpp ..\..\..\perf"
Name="VCCustomBuildTool" />
/> <Tool
<Tool Name="VCCustomBuildTool"
Name="VCXMLDataGeneratorTool" />
/> <Tool
<Tool Name="VCXMLDataGeneratorTool"
Name="VCWebServiceProxyGeneratorTool" />
/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"
Name="VCMIDLTool" />
/> <Tool
<Tool Name="VCMIDLTool"
Name="VCCLCompilerTool" />
Optimization="2" <Tool
EnableIntrinsicFunctions="true" Name="VCCLCompilerTool"
RuntimeLibrary="2" Optimization="2"
EnableFunctionLevelLinking="true" EnableIntrinsicFunctions="true"
WarningLevel="3" RuntimeLibrary="2"
DebugInformationFormat="3" EnableFunctionLevelLinking="true"
/> WarningLevel="3"
<Tool DebugInformationFormat="3"
Name="VCManagedResourceCompilerTool" />
/> <Tool
<Tool Name="VCManagedResourceCompilerTool"
Name="VCResourceCompilerTool" />
/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCPreLinkEventTool" />
/> <Tool
<Tool Name="VCPreLinkEventTool"
Name="VCLinkerTool" />
OutputFile="../../../bin/inproc_lat.exe" <Tool
GenerateDebugInformation="true" Name="VCLinkerTool"
OptimizeReferences="2" OutputFile="../../../bin/inproc_lat.exe"
EnableCOMDATFolding="2" GenerateDebugInformation="true"
TargetMachine="1" OptimizeReferences="2"
/> EnableCOMDATFolding="2"
<Tool TargetMachine="1"
Name="VCALinkTool" />
/> <Tool
<Tool Name="VCALinkTool"
Name="VCManifestTool" />
/> <Tool
<Tool Name="VCManifestTool"
Name="VCXDCMakeTool" />
/> <Tool
<Tool Name="VCXDCMakeTool"
Name="VCBscMakeTool" />
/> <Tool
<Tool Name="VCBscMakeTool"
Name="VCFxCopTool" />
/> <Tool
<Tool Name="VCFxCopTool"
Name="VCAppVerifierTool" />
/> <Tool
<Tool Name="VCAppVerifierTool"
Name="VCPostBuildEventTool" />
/> <Tool
</Configuration> Name="VCPostBuildEventTool"
</Configurations> />
<References> </Configuration>
</References> </Configurations>
<Files> <References>
<Filter </References>
Name="Source Files" <Files>
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" <Filter
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" Name="Source Files"
> Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
<File UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
RelativePath="..\..\..\perf\inproc_lat.cpp" >
> <File
</File> RelativePath="..\..\..\perf\inproc_lat.cpp"
</Filter> >
</Files> </File>
<Globals> </Filter>
</Globals> </Files>
</VisualStudioProject> <Globals>
</Globals>
</VisualStudioProject>
...@@ -71,6 +71,26 @@ ...@@ -71,6 +71,26 @@
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\perf\inproc_lat.cpp" /> <ClCompile Include="..\..\..\perf\inproc_lat.cpp" />
</ItemGroup> </ItemGroup>
...@@ -83,4 +103,4 @@ ...@@ -83,4 +103,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9,00"
Name="inproc_thr" Name="inproc_thr"
ProjectGUID="{1077E977-95DD-4E73-A692-74647DD0CC1E}" ProjectGUID="{1077E977-95DD-4E73-A692-74647DD0CC1E}"
RootNamespace="inproc_thr" RootNamespace="inproc_thr"
TargetFrameworkVersion="196613" TargetFrameworkVersion="196613"
> >
<Platforms> <Platforms>
<Platform <Platform
Name="Win32" Name="Win32"
/> />
</Platforms> </Platforms>
<ToolFiles> <ToolFiles>
</ToolFiles> </ToolFiles>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)" OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="2" CharacterSet="2"
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
/> CommandLine="copy ..\platform.hpp ..\..\..\perf"
<Tool />
Name="VCCustomBuildTool" <Tool
/> Name="VCCustomBuildTool"
<Tool />
Name="VCXMLDataGeneratorTool" <Tool
/> Name="VCXMLDataGeneratorTool"
<Tool />
Name="VCWebServiceProxyGeneratorTool" <Tool
/> Name="VCWebServiceProxyGeneratorTool"
<Tool />
Name="VCMIDLTool" <Tool
/> Name="VCMIDLTool"
<Tool />
Name="VCCLCompilerTool" <Tool
Optimization="0" Name="VCCLCompilerTool"
MinimalRebuild="true" Optimization="0"
BasicRuntimeChecks="3" MinimalRebuild="true"
RuntimeLibrary="3" BasicRuntimeChecks="3"
WarningLevel="3" RuntimeLibrary="3"
DebugInformationFormat="4" WarningLevel="3"
/> DebugInformationFormat="4"
<Tool />
Name="VCManagedResourceCompilerTool" <Tool
/> Name="VCManagedResourceCompilerTool"
<Tool />
Name="VCResourceCompilerTool" <Tool
/> Name="VCResourceCompilerTool"
<Tool />
Name="VCPreLinkEventTool" <Tool
/> Name="VCPreLinkEventTool"
<Tool />
Name="VCLinkerTool" <Tool
OutputFile="../../../bin/inproc_thr.exe" Name="VCLinkerTool"
GenerateDebugInformation="true" OutputFile="../../../bin/inproc_thr.exe"
TargetMachine="1" GenerateDebugInformation="true"
/> TargetMachine="1"
<Tool />
Name="VCALinkTool" <Tool
/> Name="VCALinkTool"
<Tool />
Name="VCManifestTool" <Tool
/> Name="VCManifestTool"
<Tool />
Name="VCXDCMakeTool" <Tool
/> Name="VCXDCMakeTool"
<Tool />
Name="VCBscMakeTool" <Tool
/> Name="VCBscMakeTool"
<Tool />
Name="VCFxCopTool" <Tool
/> Name="VCFxCopTool"
<Tool />
Name="VCAppVerifierTool" <Tool
/> Name="VCAppVerifierTool"
<Tool />
Name="VCPostBuildEventTool" <Tool
/> Name="VCPostBuildEventTool"
</Configuration> />
<Configuration </Configuration>
Name="Release|Win32" <Configuration
OutputDirectory="$(SolutionDir)$(ConfigurationName)" Name="Release|Win32"
IntermediateDirectory="$(ConfigurationName)" OutputDirectory="$(SolutionDir)$(ConfigurationName)"
ConfigurationType="1" IntermediateDirectory="$(ConfigurationName)"
CharacterSet="2" ConfigurationType="1"
WholeProgramOptimization="1" CharacterSet="2"
> WholeProgramOptimization="1"
<Tool >
Name="VCPreBuildEventTool" <Tool
/> Name="VCPreBuildEventTool"
<Tool CommandLine="copy ..\platform.hpp ..\..\..\perf"
Name="VCCustomBuildTool" />
/> <Tool
<Tool Name="VCCustomBuildTool"
Name="VCXMLDataGeneratorTool" />
/> <Tool
<Tool Name="VCXMLDataGeneratorTool"
Name="VCWebServiceProxyGeneratorTool" />
/> <Tool
<Tool Name="VCWebServiceProxyGeneratorTool"
Name="VCMIDLTool" />
/> <Tool
<Tool Name="VCMIDLTool"
Name="VCCLCompilerTool" />
Optimization="2" <Tool
EnableIntrinsicFunctions="true" Name="VCCLCompilerTool"
RuntimeLibrary="2" Optimization="2"
EnableFunctionLevelLinking="true" EnableIntrinsicFunctions="true"
WarningLevel="3" RuntimeLibrary="2"
DebugInformationFormat="3" EnableFunctionLevelLinking="true"
/> WarningLevel="3"
<Tool DebugInformationFormat="3"
Name="VCManagedResourceCompilerTool" />
/> <Tool
<Tool Name="VCManagedResourceCompilerTool"
Name="VCResourceCompilerTool" />
/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCPreLinkEventTool" />
/> <Tool
<Tool Name="VCPreLinkEventTool"
Name="VCLinkerTool" />
OutputFile="../../../bin/inproc_thr.exe" <Tool
GenerateDebugInformation="true" Name="VCLinkerTool"
OptimizeReferences="2" OutputFile="../../../bin/inproc_thr.exe"
EnableCOMDATFolding="2" GenerateDebugInformation="true"
TargetMachine="1" OptimizeReferences="2"
/> EnableCOMDATFolding="2"
<Tool TargetMachine="1"
Name="VCALinkTool" />
/> <Tool
<Tool Name="VCALinkTool"
Name="VCManifestTool" />
/> <Tool
<Tool Name="VCManifestTool"
Name="VCXDCMakeTool" />
/> <Tool
<Tool Name="VCXDCMakeTool"
Name="VCBscMakeTool" />
/> <Tool
<Tool Name="VCBscMakeTool"
Name="VCFxCopTool" />
/> <Tool
<Tool Name="VCFxCopTool"
Name="VCAppVerifierTool" />
/> <Tool
<Tool Name="VCAppVerifierTool"
Name="VCPostBuildEventTool" />
/> <Tool
</Configuration> Name="VCPostBuildEventTool"
</Configurations> />
<References> </Configuration>
</References> </Configurations>
<Files> <References>
<Filter </References>
Name="Source Files" <Files>
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" <Filter
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" Name="Source Files"
> Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
<File UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
RelativePath="..\..\..\perf\inproc_thr.cpp" >
> <File
</File> RelativePath="..\..\..\perf\inproc_thr.cpp"
</Filter> >
</Files> </File>
<Globals> </Filter>
</Globals> </Files>
</VisualStudioProject> <Globals>
</Globals>
</VisualStudioProject>
...@@ -71,6 +71,26 @@ ...@@ -71,6 +71,26 @@
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\perf</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\perf\inproc_thr.cpp" /> <ClCompile Include="..\..\..\perf\inproc_thr.cpp" />
</ItemGroup> </ItemGroup>
...@@ -83,4 +103,4 @@ ...@@ -83,4 +103,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
...@@ -102,6 +102,26 @@ ...@@ -102,6 +102,26 @@
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\src</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\src</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\src</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PreBuildEvent>
<Command>copy ..\platform.hpp ..\..\..\src</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\src\address.cpp" /> <ClCompile Include="..\..\..\src\address.cpp" />
<ClCompile Include="..\..\..\src\clock.cpp" /> <ClCompile Include="..\..\..\src\clock.cpp" />
...@@ -143,6 +163,8 @@ ...@@ -143,6 +163,8 @@
<ClCompile Include="..\..\..\src\pull.cpp" /> <ClCompile Include="..\..\..\src\pull.cpp" />
<ClCompile Include="..\..\..\src\push.cpp" /> <ClCompile Include="..\..\..\src\push.cpp" />
<ClCompile Include="..\..\..\src\random.cpp" /> <ClCompile Include="..\..\..\src\random.cpp" />
<ClCompile Include="..\..\..\src\raw_decoder.cpp" />
<ClCompile Include="..\..\..\src\raw_encoder.cpp" />
<ClCompile Include="..\..\..\src\reaper.cpp" /> <ClCompile Include="..\..\..\src\reaper.cpp" />
<ClCompile Include="..\..\..\src\rep.cpp" /> <ClCompile Include="..\..\..\src\rep.cpp" />
<ClCompile Include="..\..\..\src\req.cpp" /> <ClCompile Include="..\..\..\src\req.cpp" />
...@@ -218,6 +240,8 @@ ...@@ -218,6 +240,8 @@
<ClInclude Include="..\..\..\src\pull.hpp" /> <ClInclude Include="..\..\..\src\pull.hpp" />
<ClInclude Include="..\..\..\src\push.hpp" /> <ClInclude Include="..\..\..\src\push.hpp" />
<ClInclude Include="..\..\..\src\random.hpp" /> <ClInclude Include="..\..\..\src\random.hpp" />
<ClInclude Include="..\..\..\src\raw_decoder.hpp" />
<ClInclude Include="..\..\..\src\raw_encoder.hpp" />
<ClInclude Include="..\..\..\src\reaper.hpp" /> <ClInclude Include="..\..\..\src\reaper.hpp" />
<ClInclude Include="..\..\..\src\rep.hpp" /> <ClInclude Include="..\..\..\src\rep.hpp" />
<ClInclude Include="..\..\..\src\req.hpp" /> <ClInclude Include="..\..\..\src\req.hpp" />
...@@ -249,4 +273,4 @@ ...@@ -249,4 +273,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
...@@ -191,6 +191,12 @@ ...@@ -191,6 +191,12 @@
<ClCompile Include="..\..\..\src\v1_encoder.cpp"> <ClCompile Include="..\..\..\src\v1_encoder.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\src\raw_decoder.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\raw_encoder.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\..\include\zmq.h"> <ClInclude Include="..\..\..\include\zmq.h">
...@@ -427,5 +433,11 @@ ...@@ -427,5 +433,11 @@
<ClInclude Include="..\..\..\src\v1_decoder.hpp"> <ClInclude Include="..\..\..\src\v1_decoder.hpp">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\..\src\raw_decoder.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\raw_encoder.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment