~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to dists/msvc10/ScummVM_Analysis64.props

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2012-01-14 11:39:15 UTC
  • mfrom: (21.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120114113915-hy9kyzbyncrqen3y
Tags: 1.4.1-1
* New upstream release
* Install translations.dat into scummvm-data    

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
        <ImportGroup Label="PropertySheets">
 
4
                <Import Project="ScummVM_Global64.props" />
 
5
        </ImportGroup>
 
6
        <PropertyGroup>
 
7
                <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
 
8
                <_PropertySheetDisplayName>ScummVM_Analysis64</_PropertySheetDisplayName>
 
9
                <LinkIncremental>true</LinkIncremental>
 
10
        </PropertyGroup>
 
11
        <ItemDefinitionGroup>
 
12
                <ClCompile>
 
13
                        <Optimization>Disabled</Optimization>
 
14
                        <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
15
                        <MinimalRebuild>true</MinimalRebuild>
 
16
                        <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
17
                        <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 
18
                        <FunctionLevelLinking>true</FunctionLevelLinking>
 
19
                        <TreatWarningAsError>false</TreatWarningAsError>
 
20
                        <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
21
                        <EnablePREfast>true</EnablePREfast>
 
22
                </ClCompile>
 
23
                <Link>
 
24
                        <GenerateDebugInformation>true</GenerateDebugInformation>
 
25
                        <IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
 
26
                </Link>
 
27
        </ItemDefinitionGroup>
 
28
</Project>