Subversion Repositories spk

Rev

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

Rev Author Line No. Line
270 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>{ED2CA5CA-60E4-4A30-B9E5-78956FFC730B}</ProjectGuid>
23
    <RootNamespace>spktool</RootNamespace>
24
    <Keyword>Win32Proj</Keyword>
25
    <WindowsTargetPlatformVersion>10.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>v143</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>v143</PlatformToolset>
37
    <CharacterSet>Unicode</CharacterSet>
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40
    <ConfigurationType>Application</ConfigurationType>
41
    <PlatformToolset>v143</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>v143</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)\voicectrl\</IntDir>
72
    <LinkIncremental>true</LinkIncremental>
73
  </PropertyGroup>
74
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
76
    <IntDir>$(SolutionDir)$(Configuration)\voicectrl\</IntDir>
77
    <LinkIncremental>false</LinkIncremental>
78
  </PropertyGroup>
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
304 cycrow 81
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
270 cycrow 82
    <LinkIncremental>true</LinkIncremental>
83
  </PropertyGroup>
84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
325 cycrow 86
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
270 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>
94
      <MinimalRebuild>false</MinimalRebuild>
95
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97
      <PrecompiledHeader />
98
      <WarningLevel>Level3</WarningLevel>
99
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
346 cycrow 100
      <LanguageStandard>stdcpp17</LanguageStandard>
270 cycrow 101
    </ClCompile>
102
    <Link>
103
      <AdditionalDependencies>shell32.lib;libsndfile-1.lib</AdditionalDependencies>
104
      <GenerateDebugInformation>true</GenerateDebugInformation>
105
      <SubSystem>Console</SubSystem>
106
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
107
      <DataExecutionPrevention />
108
      <TargetMachine>MachineX86</TargetMachine>
109
    </Link>
110
  </ItemDefinitionGroup>
111
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112
    <ClCompile>
113
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
116
      <PrecompiledHeader />
117
      <WarningLevel>Level3</WarningLevel>
118
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
346 cycrow 119
      <LanguageStandard>stdcpp17</LanguageStandard>
270 cycrow 120
    </ClCompile>
121
    <Link>
122
      <AdditionalDependencies>shell32.lib;libsndfile-1.lib</AdditionalDependencies>
123
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
124
      <GenerateDebugInformation>true</GenerateDebugInformation>
125
      <SubSystem>Console</SubSystem>
126
      <OptimizeReferences>true</OptimizeReferences>
127
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
128
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
129
      <DataExecutionPrevention />
130
      <TargetMachine>MachineX86</TargetMachine>
131
    </Link>
132
  </ItemDefinitionGroup>
133
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
134
    <Midl>
135
      <TargetEnvironment>X64</TargetEnvironment>
136
    </Midl>
137
    <ClCompile>
138
      <Optimization>Disabled</Optimization>
139
      <AdditionalIncludeDirectories>..\..\libspk\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
140
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
304 cycrow 141
      <MinimalRebuild>false</MinimalRebuild>
270 cycrow 142
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
143
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
144
      <PrecompiledHeader />
145
      <WarningLevel>Level3</WarningLevel>
146
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
346 cycrow 147
      <LanguageStandard>stdcpp17</LanguageStandard>
270 cycrow 148
    </ClCompile>
149
    <Link>
287 cycrow 150
      <AdditionalDependencies>shell32.lib;sndfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
270 cycrow 151
      <GenerateDebugInformation>true</GenerateDebugInformation>
152
      <SubSystem>Console</SubSystem>
153
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
154
      <DataExecutionPrevention />
155
      <TargetMachine>MachineX64</TargetMachine>
156
    </Link>
157
  </ItemDefinitionGroup>
158
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
159
    <Midl>
160
      <TargetEnvironment>X64</TargetEnvironment>
161
    </Midl>
162
    <ClCompile>
163
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
164
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
166
      <PrecompiledHeader />
167
      <WarningLevel>Level3</WarningLevel>
168
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
346 cycrow 169
      <LanguageStandard>stdcpp17</LanguageStandard>
270 cycrow 170
    </ClCompile>
171
    <Link>
287 cycrow 172
      <AdditionalDependencies>shell32.lib;sndfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
270 cycrow 173
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
174
      <GenerateDebugInformation>true</GenerateDebugInformation>
175
      <SubSystem>Console</SubSystem>
176
      <OptimizeReferences>true</OptimizeReferences>
177
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
178
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
179
      <DataExecutionPrevention />
180
      <TargetMachine>MachineX64</TargetMachine>
181
    </Link>
182
  </ItemDefinitionGroup>
183
  <ItemGroup>
184
    <ProjectReference Include="..\..\libspk\Windows\spk.vcxproj">
185
      <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
186
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
187
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
188
    </ProjectReference>
189
  </ItemGroup>
190
  <ItemGroup>
191
    <ClCompile Include="..\src\voice.cpp" />
192
  </ItemGroup>
193
  <ItemGroup>
194
    <ClInclude Include="..\src\sndfile.h" />
195
    <ClInclude Include="..\src\sndfile.hh" />
196
  </ItemGroup>
197
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
198
  <ImportGroup Label="ExtensionTargets">
199
  </ImportGroup>
200
</Project>