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 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>