Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gwens committed Apr 17, 2018
0 parents commit 3afd5d5
Show file tree
Hide file tree
Showing 220 changed files with 21,228 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
138 changes: 138 additions & 0 deletions Behavioral/Behavioral.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Iterator", "Iterator\Iterator.vcxproj", "{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChainOfResponsibility", "ChainOfResponsibility\ChainOfResponsibility.vcxproj", "{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Memento", "Memento\Memento.vcxproj", "{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Observer", "Observer\Observer.vcxproj", "{014C7C95-2A69-460B-8A91-AE0F67D65342}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Command", "Command\Command.vcxproj", "{C5DCA564-9139-4274-BC7E-41A0311721B0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Interpreter", "Interpreter\Interpreter.vcxproj", "{1FB6D834-DFE3-404A-9619-AA0085611897}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Strategy", "Strategy\Strategy.vcxproj", "{76DDB609-2C93-41A2-BDED-5E0F2F81652B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mediator", "Mediator\Mediator.vcxproj", "{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NullObject", "NullObject\NullObject.vcxproj", "{D5F1806D-FE8A-4754-B8A0-334FF29272DA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Visitor", "Visitor\Visitor.vcxproj", "{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TemplateMethod", "TemplateMethod\TemplateMethod.vcxproj", "{522A86A0-1065-4568-9329-9214081C7993}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "State", "State\State.vcxproj", "{84B29C64-523E-4C27-9FC6-017C0AC23FEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Debug|x64.ActiveCfg = Debug|x64
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Debug|x64.Build.0 = Debug|x64
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Debug|x86.ActiveCfg = Debug|Win32
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Debug|x86.Build.0 = Debug|Win32
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Release|x64.ActiveCfg = Release|x64
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Release|x64.Build.0 = Release|x64
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Release|x86.ActiveCfg = Release|Win32
{ED969B3E-2698-4FC5-9268-ACCBB52A5DE3}.Release|x86.Build.0 = Release|Win32
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Debug|x64.ActiveCfg = Debug|x64
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Debug|x64.Build.0 = Debug|x64
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Debug|x86.ActiveCfg = Debug|Win32
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Debug|x86.Build.0 = Debug|Win32
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Release|x64.ActiveCfg = Release|x64
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Release|x64.Build.0 = Release|x64
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Release|x86.ActiveCfg = Release|Win32
{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}.Release|x86.Build.0 = Release|Win32
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Debug|x64.ActiveCfg = Debug|x64
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Debug|x64.Build.0 = Debug|x64
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Debug|x86.ActiveCfg = Debug|Win32
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Debug|x86.Build.0 = Debug|Win32
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Release|x64.ActiveCfg = Release|x64
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Release|x64.Build.0 = Release|x64
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Release|x86.ActiveCfg = Release|Win32
{0271A4F8-851A-4380-9B3E-17DFC9DD5FCA}.Release|x86.Build.0 = Release|Win32
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Debug|x64.ActiveCfg = Debug|x64
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Debug|x64.Build.0 = Debug|x64
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Debug|x86.ActiveCfg = Debug|Win32
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Debug|x86.Build.0 = Debug|Win32
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Release|x64.ActiveCfg = Release|x64
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Release|x64.Build.0 = Release|x64
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Release|x86.ActiveCfg = Release|Win32
{014C7C95-2A69-460B-8A91-AE0F67D65342}.Release|x86.Build.0 = Release|Win32
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Debug|x64.ActiveCfg = Debug|x64
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Debug|x64.Build.0 = Debug|x64
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Debug|x86.ActiveCfg = Debug|Win32
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Debug|x86.Build.0 = Debug|Win32
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Release|x64.ActiveCfg = Release|x64
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Release|x64.Build.0 = Release|x64
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Release|x86.ActiveCfg = Release|Win32
{C5DCA564-9139-4274-BC7E-41A0311721B0}.Release|x86.Build.0 = Release|Win32
{1FB6D834-DFE3-404A-9619-AA0085611897}.Debug|x64.ActiveCfg = Debug|x64
{1FB6D834-DFE3-404A-9619-AA0085611897}.Debug|x64.Build.0 = Debug|x64
{1FB6D834-DFE3-404A-9619-AA0085611897}.Debug|x86.ActiveCfg = Debug|Win32
{1FB6D834-DFE3-404A-9619-AA0085611897}.Debug|x86.Build.0 = Debug|Win32
{1FB6D834-DFE3-404A-9619-AA0085611897}.Release|x64.ActiveCfg = Release|x64
{1FB6D834-DFE3-404A-9619-AA0085611897}.Release|x64.Build.0 = Release|x64
{1FB6D834-DFE3-404A-9619-AA0085611897}.Release|x86.ActiveCfg = Release|Win32
{1FB6D834-DFE3-404A-9619-AA0085611897}.Release|x86.Build.0 = Release|Win32
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Debug|x64.ActiveCfg = Debug|x64
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Debug|x64.Build.0 = Debug|x64
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Debug|x86.ActiveCfg = Debug|Win32
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Debug|x86.Build.0 = Debug|Win32
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Release|x64.ActiveCfg = Release|x64
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Release|x64.Build.0 = Release|x64
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Release|x86.ActiveCfg = Release|Win32
{76DDB609-2C93-41A2-BDED-5E0F2F81652B}.Release|x86.Build.0 = Release|Win32
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Debug|x64.ActiveCfg = Debug|x64
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Debug|x64.Build.0 = Debug|x64
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Debug|x86.ActiveCfg = Debug|Win32
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Debug|x86.Build.0 = Debug|Win32
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Release|x64.ActiveCfg = Release|x64
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Release|x64.Build.0 = Release|x64
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Release|x86.ActiveCfg = Release|Win32
{2BA20722-68EB-4E4E-9FC9-7E2F0DE71D16}.Release|x86.Build.0 = Release|Win32
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Debug|x64.ActiveCfg = Debug|x64
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Debug|x64.Build.0 = Debug|x64
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Debug|x86.ActiveCfg = Debug|Win32
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Debug|x86.Build.0 = Debug|Win32
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Release|x64.ActiveCfg = Release|x64
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Release|x64.Build.0 = Release|x64
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Release|x86.ActiveCfg = Release|Win32
{D5F1806D-FE8A-4754-B8A0-334FF29272DA}.Release|x86.Build.0 = Release|Win32
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Debug|x64.ActiveCfg = Debug|x64
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Debug|x64.Build.0 = Debug|x64
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Debug|x86.ActiveCfg = Debug|Win32
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Debug|x86.Build.0 = Debug|Win32
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Release|x64.ActiveCfg = Release|x64
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Release|x64.Build.0 = Release|x64
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Release|x86.ActiveCfg = Release|Win32
{AE0150EE-8EDA-4C8A-8CD7-04AF0F6FADE8}.Release|x86.Build.0 = Release|Win32
{522A86A0-1065-4568-9329-9214081C7993}.Debug|x64.ActiveCfg = Debug|x64
{522A86A0-1065-4568-9329-9214081C7993}.Debug|x64.Build.0 = Debug|x64
{522A86A0-1065-4568-9329-9214081C7993}.Debug|x86.ActiveCfg = Debug|Win32
{522A86A0-1065-4568-9329-9214081C7993}.Debug|x86.Build.0 = Debug|Win32
{522A86A0-1065-4568-9329-9214081C7993}.Release|x64.ActiveCfg = Release|x64
{522A86A0-1065-4568-9329-9214081C7993}.Release|x64.Build.0 = Release|x64
{522A86A0-1065-4568-9329-9214081C7993}.Release|x86.ActiveCfg = Release|Win32
{522A86A0-1065-4568-9329-9214081C7993}.Release|x86.Build.0 = Release|Win32
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Debug|x64.ActiveCfg = Debug|x64
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Debug|x64.Build.0 = Debug|x64
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Debug|x86.ActiveCfg = Debug|Win32
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Debug|x86.Build.0 = Debug|Win32
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Release|x64.ActiveCfg = Release|x64
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Release|x64.Build.0 = Release|x64
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Release|x86.ActiveCfg = Release|Win32
{84B29C64-523E-4C27-9FC6-017C0AC23FEC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
153 changes: 153 additions & 0 deletions Behavioral/ChainOfResponsibility/ChainOfResponsibility.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{35D0B14E-D51F-43D4-8822-E1D5A3CD79D9}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>ChainOfResponsibility</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>c:\boost</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>c:\boost</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="cor_broker.cpp" />
<ClCompile Include="cor_pointer.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="cor_pointer.cpp" />
<ClCompile Include="cor_broker.cpp" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
Loading

0 comments on commit 3afd5d5

Please sign in to comment.