Subversion Repositories spk

Rev

Rev 287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 287 Rev 304
Line 76... Line 76...
76
    <IntDir>$(SolutionDir)$(Configuration)\voicectrl\</IntDir>
76
    <IntDir>$(SolutionDir)$(Configuration)\voicectrl\</IntDir>
77
    <LinkIncremental>false</LinkIncremental>
77
    <LinkIncremental>false</LinkIncremental>
78
  </PropertyGroup>
78
  </PropertyGroup>
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
80
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
81
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
81
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
82
    <LinkIncremental>true</LinkIncremental>
82
    <LinkIncremental>true</LinkIncremental>
83
  </PropertyGroup>
83
  </PropertyGroup>
84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
85
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
86
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
86
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
Line 95... Line 95...
95
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
95
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
96
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97
      <PrecompiledHeader />
97
      <PrecompiledHeader />
98
      <WarningLevel>Level3</WarningLevel>
98
      <WarningLevel>Level3</WarningLevel>
99
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
99
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
100
    </ClCompile>
100
    </ClCompile>
101
    <Link>
101
    <Link>
102
      <AdditionalDependencies>shell32.lib;libsndfile-1.lib</AdditionalDependencies>
102
      <AdditionalDependencies>shell32.lib;libsndfile-1.lib</AdditionalDependencies>
103
      <GenerateDebugInformation>true</GenerateDebugInformation>
103
      <GenerateDebugInformation>true</GenerateDebugInformation>
104
      <SubSystem>Console</SubSystem>
104
      <SubSystem>Console</SubSystem>
105
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
105
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
106
      <DataExecutionPrevention />
106
      <DataExecutionPrevention />
107
      <TargetMachine>MachineX86</TargetMachine>
107
      <TargetMachine>MachineX86</TargetMachine>
108
    </Link>
108
    </Link>
109
  </ItemDefinitionGroup>
109
  </ItemDefinitionGroup>
110
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
111
    <ClCompile>
111
    <ClCompile>
112
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
112
      <AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
113
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
114
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
Line 134... Line 134...
134
    </Midl>
134
    </Midl>
135
    <ClCompile>
135
    <ClCompile>
136
      <Optimization>Disabled</Optimization>
136
      <Optimization>Disabled</Optimization>
137
      <AdditionalIncludeDirectories>..\..\libspk\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
137
      <AdditionalIncludeDirectories>..\..\libspk\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
138
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139
      <MinimalRebuild>true</MinimalRebuild>
139
      <MinimalRebuild>false</MinimalRebuild>
140
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
140
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
141
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
141
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
142
      <PrecompiledHeader />
142
      <PrecompiledHeader />
143
      <WarningLevel>Level3</WarningLevel>
143
      <WarningLevel>Level3</WarningLevel>
144
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
144
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>