Subversion Repositories spk

Rev

Rev 337 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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>
148 cycrow 25
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
121 cycrow 26
  </PropertyGroup>
27
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 30
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 31
    <CharacterSet>Unicode</CharacterSet>
32
    <WholeProgramOptimization>true</WholeProgramOptimization>
33
  </PropertyGroup>
34
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 36
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 37
    <CharacterSet>Unicode</CharacterSet>
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 41
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 42
    <CharacterSet>Unicode</CharacterSet>
43
    <WholeProgramOptimization>true</WholeProgramOptimization>
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 47
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 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>
301 cycrow 81
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
121 cycrow 82
    <LinkIncremental>true</LinkIncremental>
83
  </PropertyGroup>
84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
305 cycrow 86
    <IntDir>$(Platform)\$(Configuration)\%(ProjectName)\</IntDir>
121 cycrow 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>
346 cycrow 100
      <LanguageStandard>stdcpp17</LanguageStandard>
121 cycrow 101
    </ClCompile>
102
    <Link>
337 cycrow 103
      <AdditionalDependencies>shell32.lib</AdditionalDependencies>
121 cycrow 104
      <GenerateDebugInformation>true</GenerateDebugInformation>
105
      <SubSystem>Console</SubSystem>
106
      <TargetMachine>MachineX86</TargetMachine>
107
    </Link>
108
  </ItemDefinitionGroup>
109
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110
    <ClCompile>
111
      <Optimization>MaxSpeed</Optimization>
112
      <IntrinsicFunctions>true</IntrinsicFunctions>
113
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
116
      <FunctionLevelLinking>true</FunctionLevelLinking>
117
      <PrecompiledHeader />
118
      <WarningLevel>Level3</WarningLevel>
119
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
346 cycrow 120
      <LanguageStandard>stdcpp17</LanguageStandard>
121 cycrow 121
    </ClCompile>
122
    <Link>
337 cycrow 123
      <AdditionalDependencies>shell32.lib</AdditionalDependencies>
121 cycrow 124
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
125
      <GenerateDebugInformation>true</GenerateDebugInformation>
126
      <SubSystem>Console</SubSystem>
127
      <OptimizeReferences>true</OptimizeReferences>
128
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
129
      <TargetMachine>MachineX86</TargetMachine>
130
    </Link>
131
  </ItemDefinitionGroup>
132
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
133
    <Midl>
134
      <TargetEnvironment>X64</TargetEnvironment>
135
    </Midl>
136
    <ClCompile>
137
      <Optimization>Disabled</Optimization>
138
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
139
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
305 cycrow 140
      <MinimalRebuild>false</MinimalRebuild>
121 cycrow 141
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
142
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
143
      <PrecompiledHeader />
144
      <WarningLevel>Level3</WarningLevel>
145
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
314 cycrow 146
      <LanguageStandard>stdcpp17</LanguageStandard>
121 cycrow 147
    </ClCompile>
148
    <Link>
337 cycrow 149
      <AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib;Shell32.lib;%(AdditionalDependencies)</AdditionalDependencies>
121 cycrow 150
      <GenerateDebugInformation>true</GenerateDebugInformation>
151
      <SubSystem>Console</SubSystem>
152
      <TargetMachine>MachineX64</TargetMachine>
153
    </Link>
154
  </ItemDefinitionGroup>
155
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
156
    <Midl>
157
      <TargetEnvironment>X64</TargetEnvironment>
158
    </Midl>
159
    <ClCompile>
160
      <Optimization>MaxSpeed</Optimization>
161
      <IntrinsicFunctions>true</IntrinsicFunctions>
162
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
163
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
165
      <FunctionLevelLinking>true</FunctionLevelLinking>
166
      <PrecompiledHeader />
167
      <WarningLevel>Level3</WarningLevel>
168
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
346 cycrow 169
      <LanguageStandard>stdcpp17</LanguageStandard>
121 cycrow 170
    </ClCompile>
171
    <Link>
172
      <AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
173
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
174
      <GenerateDebugInformation>true</GenerateDebugInformation>
175
      <SubSystem>Console</SubSystem>
176
      <OptimizeReferences>true</OptimizeReferences>
177
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
178
      <TargetMachine>MachineX64</TargetMachine>
179
    </Link>
180
  </ItemDefinitionGroup>
181
  <ItemGroup>
182
    <ProjectReference Include="..\..\libspk\Windows\spk.vcxproj">
183
      <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
184
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
185
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
186
    </ProjectReference>
187
  </ItemGroup>
188
  <ItemGroup>
189
    <ClCompile Include="..\src\catpck.cpp" />
190
  </ItemGroup>
191
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192
  <ImportGroup Label="ExtensionTargets">
193
  </ImportGroup>
194
</Project>