| 121 | cycrow | 1 | <?xml version="1.0" encoding="utf-8"?>
 | 
        
           |  |  | 2 | <Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
 | 
        
           |  |  | 9 |       <Configuration>Debug</Configuration>
 | 
        
           |  |  | 10 |       <Platform>x64</Platform>
 | 
        
           |  |  | 11 |     </ProjectConfiguration>
 | 
        
           |  |  | 12 |     <ProjectConfiguration Include="Release|Win32">
 | 
        
           |  |  | 13 |       <Configuration>Release</Configuration>
 | 
        
           |  |  | 14 |       <Platform>Win32</Platform>
 | 
        
           |  |  | 15 |     </ProjectConfiguration>
 | 
        
           |  |  | 16 |     <ProjectConfiguration Include="Release|x64">
 | 
        
           |  |  | 17 |       <Configuration>Release</Configuration>
 | 
        
           |  |  | 18 |       <Platform>x64</Platform>
 | 
        
           |  |  | 19 |     </ProjectConfiguration>
 | 
        
           |  |  | 20 |   </ItemGroup>
 | 
        
           |  |  | 21 |   <PropertyGroup Label="Globals">
 | 
        
           |  |  | 22 |     <ProjectGuid>{7ED624B8-4621-47C1-8DB4-F0CD5EDC1EEA}</ProjectGuid>
 | 
        
           |  |  | 23 |     <RootNamespace>catpck</RootNamespace>
 | 
        
           |  |  | 24 |     <Keyword>Win32Proj</Keyword>
 | 
        
           |  |  | 25 |     <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
 | 
        
           |  |  | 26 |   </PropertyGroup>
 | 
        
           |  |  | 27 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
        
           |  |  | 28 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
        
           |  |  | 29 |     <ConfigurationType>Application</ConfigurationType>
 | 
        
           |  |  | 30 |     <PlatformToolset>v141</PlatformToolset>
 | 
        
           |  |  | 31 |     <CharacterSet>Unicode</CharacterSet>
 | 
        
           |  |  | 32 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
        
           |  |  | 33 |   </PropertyGroup>
 | 
        
           |  |  | 34 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
        
           |  |  | 35 |     <ConfigurationType>Application</ConfigurationType>
 | 
        
           |  |  | 36 |     <PlatformToolset>v141</PlatformToolset>
 | 
        
           |  |  | 37 |     <CharacterSet>Unicode</CharacterSet>
 | 
        
           |  |  | 38 |   </PropertyGroup>
 | 
        
           |  |  | 39 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
        
           |  |  | 40 |     <ConfigurationType>Application</ConfigurationType>
 | 
        
           |  |  | 41 |     <PlatformToolset>v141</PlatformToolset>
 | 
        
           |  |  | 42 |     <CharacterSet>Unicode</CharacterSet>
 | 
        
           |  |  | 43 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
        
           |  |  | 44 |   </PropertyGroup>
 | 
        
           |  |  | 45 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
        
           |  |  | 46 |     <ConfigurationType>Application</ConfigurationType>
 | 
        
           |  |  | 47 |     <PlatformToolset>v141</PlatformToolset>
 | 
        
           |  |  | 48 |     <CharacterSet>Unicode</CharacterSet>
 | 
        
           |  |  | 49 |   </PropertyGroup>
 | 
        
           |  |  | 50 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
        
           |  |  | 51 |   <ImportGroup Label="ExtensionSettings">
 | 
        
           |  |  | 52 |   </ImportGroup>
 | 
        
           |  |  | 53 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | 
        
           |  |  | 54 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
        
           |  |  | 55 |   </ImportGroup>
 | 
        
           |  |  | 56 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | 
        
           |  |  | 57 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
        
           |  |  | 58 |   </ImportGroup>
 | 
        
           |  |  | 59 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | 
        
           |  |  | 60 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
        
           |  |  | 61 |   </ImportGroup>
 | 
        
           |  |  | 62 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | 
        
           |  |  | 63 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
        
           |  |  | 64 |   </ImportGroup>
 | 
        
           |  |  | 65 |   <PropertyGroup Label="UserMacros" />
 | 
        
           |  |  | 66 |   <PropertyGroup>
 | 
        
           |  |  | 67 |     <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
 | 
        
           |  |  | 68 |   </PropertyGroup>
 | 
        
           |  |  | 69 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
        
           |  |  | 70 |     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
 | 
        
           |  |  | 71 |     <IntDir>$(SolutionDir)$(Configuration)\catpck\</IntDir>
 | 
        
           |  |  | 72 |     <LinkIncremental>true</LinkIncremental>
 | 
        
           |  |  | 73 |   </PropertyGroup>
 | 
        
           |  |  | 74 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
        
           |  |  | 75 |     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
 | 
        
           |  |  | 76 |     <IntDir>$(SolutionDir)$(Configuration)\catpck\</IntDir>
 | 
        
           |  |  | 77 |     <LinkIncremental>false</LinkIncremental>
 | 
        
           |  |  | 78 |   </PropertyGroup>
 | 
        
           |  |  | 79 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
        
           |  |  | 80 |     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
 | 
        
           |  |  | 81 |     <IntDir>$(Platform)\$(Configuration)\</IntDir>
 | 
        
           |  |  | 82 |     <LinkIncremental>true</LinkIncremental>
 | 
        
           |  |  | 83 |   </PropertyGroup>
 | 
        
           |  |  | 84 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
        
           |  |  | 85 |     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
 | 
        
           |  |  | 86 |     <IntDir>$(Platform)\$(Configuration)\</IntDir>
 | 
        
           |  |  | 87 |     <LinkIncremental>false</LinkIncremental>
 | 
        
           |  |  | 88 |   </PropertyGroup>
 | 
        
           |  |  | 89 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
        
           |  |  | 90 |     <ClCompile>
 | 
        
           |  |  | 91 |       <Optimization>Disabled</Optimization>
 | 
        
           |  |  | 92 |       <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
        
           |  |  | 93 |       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
        
           | 125 | cycrow | 94 |       <MinimalRebuild>false</MinimalRebuild>
 | 
        
           | 121 | cycrow | 95 |       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
        
           |  |  | 96 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
        
           |  |  | 97 |       <PrecompiledHeader />
 | 
        
           |  |  | 98 |       <WarningLevel>Level3</WarningLevel>
 | 
        
           |  |  | 99 |       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
        
           |  |  | 100 |     </ClCompile>
 | 
        
           |  |  | 101 |     <Link>
 | 
        
           |  |  | 102 |       <AdditionalDependencies />
 | 
        
           |  |  | 103 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
        
           |  |  | 104 |       <SubSystem>Console</SubSystem>
 | 
        
           |  |  | 105 |       <TargetMachine>MachineX86</TargetMachine>
 | 
        
           |  |  | 106 |     </Link>
 | 
        
           |  |  | 107 |   </ItemDefinitionGroup>
 | 
        
           |  |  | 108 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
        
           |  |  | 109 |     <ClCompile>
 | 
        
           |  |  | 110 |       <Optimization>MaxSpeed</Optimization>
 | 
        
           |  |  | 111 |       <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
        
           |  |  | 112 |       <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
        
           |  |  | 113 |       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
        
           |  |  | 114 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
        
           |  |  | 115 |       <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
        
           |  |  | 116 |       <PrecompiledHeader />
 | 
        
           |  |  | 117 |       <WarningLevel>Level3</WarningLevel>
 | 
        
           |  |  | 118 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
        
           |  |  | 119 |     </ClCompile>
 | 
        
           |  |  | 120 |     <Link>
 | 
        
           |  |  | 121 |       <AdditionalDependencies />
 | 
        
           |  |  | 122 |       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
 | 
        
           |  |  | 123 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
        
           |  |  | 124 |       <SubSystem>Console</SubSystem>
 | 
        
           |  |  | 125 |       <OptimizeReferences>true</OptimizeReferences>
 | 
        
           |  |  | 126 |       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
        
           |  |  | 127 |       <TargetMachine>MachineX86</TargetMachine>
 | 
        
           |  |  | 128 |     </Link>
 | 
        
           |  |  | 129 |   </ItemDefinitionGroup>
 | 
        
           |  |  | 130 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
        
           |  |  | 131 |     <Midl>
 | 
        
           |  |  | 132 |       <TargetEnvironment>X64</TargetEnvironment>
 | 
        
           |  |  | 133 |     </Midl>
 | 
        
           |  |  | 134 |     <ClCompile>
 | 
        
           |  |  | 135 |       <Optimization>Disabled</Optimization>
 | 
        
           |  |  | 136 |       <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
        
           |  |  | 137 |       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
        
           |  |  | 138 |       <MinimalRebuild>true</MinimalRebuild>
 | 
        
           |  |  | 139 |       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
        
           |  |  | 140 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
        
           |  |  | 141 |       <PrecompiledHeader />
 | 
        
           |  |  | 142 |       <WarningLevel>Level3</WarningLevel>
 | 
        
           |  |  | 143 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
        
           |  |  | 144 |     </ClCompile>
 | 
        
           |  |  | 145 |     <Link>
 | 
        
           |  |  | 146 |       <AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | 
        
           |  |  | 147 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
        
           |  |  | 148 |       <SubSystem>Console</SubSystem>
 | 
        
           |  |  | 149 |       <TargetMachine>MachineX64</TargetMachine>
 | 
        
           |  |  | 150 |     </Link>
 | 
        
           |  |  | 151 |   </ItemDefinitionGroup>
 | 
        
           |  |  | 152 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
        
           |  |  | 153 |     <Midl>
 | 
        
           |  |  | 154 |       <TargetEnvironment>X64</TargetEnvironment>
 | 
        
           |  |  | 155 |     </Midl>
 | 
        
           |  |  | 156 |     <ClCompile>
 | 
        
           |  |  | 157 |       <Optimization>MaxSpeed</Optimization>
 | 
        
           |  |  | 158 |       <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
        
           |  |  | 159 |       <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
        
           |  |  | 160 |       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
        
           |  |  | 161 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
        
           |  |  | 162 |       <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
        
           |  |  | 163 |       <PrecompiledHeader />
 | 
        
           |  |  | 164 |       <WarningLevel>Level3</WarningLevel>
 | 
        
           |  |  | 165 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
        
           |  |  | 166 |     </ClCompile>
 | 
        
           |  |  | 167 |     <Link>
 | 
        
           |  |  | 168 |       <AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | 
        
           |  |  | 169 |       <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
 | 
        
           |  |  | 170 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
        
           |  |  | 171 |       <SubSystem>Console</SubSystem>
 | 
        
           |  |  | 172 |       <OptimizeReferences>true</OptimizeReferences>
 | 
        
           |  |  | 173 |       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
        
           |  |  | 174 |       <TargetMachine>MachineX64</TargetMachine>
 | 
        
           |  |  | 175 |     </Link>
 | 
        
           |  |  | 176 |   </ItemDefinitionGroup>
 | 
        
           |  |  | 177 |   <ItemGroup>
 | 
        
           |  |  | 178 |     <ProjectReference Include="..\..\libspk\Windows\spk.vcxproj">
 | 
        
           |  |  | 179 |       <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
 | 
        
           |  |  | 180 |       <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
 | 
        
           |  |  | 181 |       <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
 | 
        
           |  |  | 182 |     </ProjectReference>
 | 
        
           |  |  | 183 |   </ItemGroup>
 | 
        
           |  |  | 184 |   <ItemGroup>
 | 
        
           |  |  | 185 |     <ClCompile Include="..\src\catpck.cpp" />
 | 
        
           |  |  | 186 |   </ItemGroup>
 | 
        
           |  |  | 187 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
        
           |  |  | 188 |   <ImportGroup Label="ExtensionTargets">
 | 
        
           |  |  | 189 |   </ImportGroup>
 | 
        
           |  |  | 190 | </Project>
 |