Subversion Repositories spk

Rev

Rev 304 | 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>
100
    </ClCompile>
101
    <Link>
102
      <AdditionalDependencies>shell32.lib;libsndfile-1.lib</AdditionalDependencies>
103
      <GenerateDebugInformation>true</GenerateDebugInformation>
104
      <SubSystem>Console</SubSystem>
105
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
106
      <DataExecutionPrevention />
107
      <TargetMachine>MachineX86</TargetMachine>
108
    </Link>
109
  </ItemDefinitionGroup>
110
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
111
    <ClCompile>
112
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
113
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
115
      <PrecompiledHeader />
116
      <WarningLevel>Level3</WarningLevel>
117
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
118
    </ClCompile>
119
    <Link>
120
      <AdditionalDependencies>shell32.lib;libsndfile-1.lib</AdditionalDependencies>
121
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
122
      <GenerateDebugInformation>true</GenerateDebugInformation>
123
      <SubSystem>Console</SubSystem>
124
      <OptimizeReferences>true</OptimizeReferences>
125
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
126
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
127
      <DataExecutionPrevention />
128
      <TargetMachine>MachineX86</TargetMachine>
129
    </Link>
130
  </ItemDefinitionGroup>
131
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
132
    <Midl>
133
      <TargetEnvironment>X64</TargetEnvironment>
134
    </Midl>
135
    <ClCompile>
136
      <Optimization>Disabled</Optimization>
137
      <AdditionalIncludeDirectories>..\..\libspk\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
138
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
304 cycrow 139
      <MinimalRebuild>false</MinimalRebuild>
270 cycrow 140
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
141
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
142
      <PrecompiledHeader />
143
      <WarningLevel>Level3</WarningLevel>
144
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
145
    </ClCompile>
146
    <Link>
287 cycrow 147
      <AdditionalDependencies>shell32.lib;sndfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
270 cycrow 148
      <GenerateDebugInformation>true</GenerateDebugInformation>
149
      <SubSystem>Console</SubSystem>
150
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
151
      <DataExecutionPrevention />
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
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
161
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
163
      <PrecompiledHeader />
164
      <WarningLevel>Level3</WarningLevel>
165
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
166
    </ClCompile>
167
    <Link>
287 cycrow 168
      <AdditionalDependencies>shell32.lib;sndfile.lib;%(AdditionalDependencies)</AdditionalDependencies>
270 cycrow 169
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
170
      <GenerateDebugInformation>true</GenerateDebugInformation>
171
      <SubSystem>Console</SubSystem>
172
      <OptimizeReferences>true</OptimizeReferences>
173
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
174
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
175
      <DataExecutionPrevention />
176
      <TargetMachine>MachineX64</TargetMachine>
177
    </Link>
178
  </ItemDefinitionGroup>
179
  <ItemGroup>
180
    <ProjectReference Include="..\..\libspk\Windows\spk.vcxproj">
181
      <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
182
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
183
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
184
    </ProjectReference>
185
  </ItemGroup>
186
  <ItemGroup>
187
    <ClCompile Include="..\src\voice.cpp" />
188
  </ItemGroup>
189
  <ItemGroup>
190
    <ClInclude Include="..\src\sndfile.h" />
191
    <ClInclude Include="..\src\sndfile.hh" />
192
  </ItemGroup>
193
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
194
  <ImportGroup Label="ExtensionTargets">
195
  </ImportGroup>
196
</Project>