aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XBMC.defaults.props
diff options
context:
space:
mode:
Diffstat (limited to 'project/VS2010Express/XBMC.defaults.props')
-rw-r--r--project/VS2010Express/XBMC.defaults.props80
1 files changed, 0 insertions, 80 deletions
diff --git a/project/VS2010Express/XBMC.defaults.props b/project/VS2010Express/XBMC.defaults.props
deleted file mode 100644
index d1a9e57e35..0000000000
--- a/project/VS2010Express/XBMC.defaults.props
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <!-- Common configuration settings -->
- <PropertyGroup>
- <IncludePath>$(SolutionDir)\..\BuildDependencies\include;$(SolutionDir)\..\BuildDependencies\include\python;$(IncludePath)</IncludePath>
- <ExecutablePath>$(SolutionDir)\..\..\tools\win32buildtools;$(ExecutablePath)</ExecutablePath>
- <LocalDebuggerEnvironment>KODI_HOME=$(SolutionDir)..\..
-PATH=$(SolutionDir)..\..\system;%PATH%</LocalDebuggerEnvironment>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <MinimalRebuild>false</MinimalRebuild>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
- <WarningLevel>Level3</WarningLevel>
- <ShowIncludes>false</ShowIncludes>
- <BrowseInformation>false</BrowseInformation>
- <ErrorReporting>Queue</ErrorReporting>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <LargeAddressAware>true</LargeAddressAware>
- <TargetMachine>MachineX86</TargetMachine>
- <LinkErrorReporting>QueueForNextLogin</LinkErrorReporting>
- </Link>
- </ItemDefinitionGroup>
- <!-- "Debug" specific settings -->
- <PropertyGroup Condition="'$(UseDebugLibraries)'=='true'">
- <LibraryPath>$(SolutionDir)\..\BuildDependencies\lib\;$(LibraryPath)</LibraryPath>
- <LinkIncremental>true</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(UseDebugLibraries)'=='true'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <OmitFramePointers>false</OmitFramePointers>
- <PreprocessorDefinitions>_ITERATOR_DEBUG_LEVEL=0;_DEBUG;TARGET_WINDOWS;_WINDOWS;WIN32;_XBMC;_WIN32_WINNT=0x0600;NTDDI_VERSION=0x06000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary Condition="'$(ConfigurationType)'=='Application'">MultiThreadedDebugDLL</RuntimeLibrary>
- <RuntimeLibrary Condition="'$(ConfigurationType)'=='StaticLibrary'">MultiThreadedDebug</RuntimeLibrary>
- <RuntimeLibrary Condition="'$(ConfigurationType)'=='DynamicLibrary'">MultiThreadedDebugDLL</RuntimeLibrary>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <BufferSecurityCheck>true</BufferSecurityCheck>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <!-- "Release" specific settings -->
- <PropertyGroup Condition="'$(UseDebugLibraries)'!='true'">
- <LibraryPath>$(SolutionDir)\..\BuildDependencies\lib;$(LibraryPath)</LibraryPath>
- <LinkIncremental>false</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(UseDebugLibraries)'!='true'">
- <ClCompile>
- <Optimization>Full</Optimization>
- <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <OmitFramePointers>true</OmitFramePointers>
- <PreprocessorDefinitions>NDEBUG;TARGET_WINDOWS;_WINDOWS;WIN32;_XBMC;_WIN32_WINNT=0x0600;NTDDI_VERSION=0x06000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary Condition="'$(ConfigurationType)'=='Application'">MultiThreadedDLL</RuntimeLibrary>
- <RuntimeLibrary Condition="'$(ConfigurationType)'=='StaticLibrary'">MultiThreaded</RuntimeLibrary>
- <RuntimeLibrary Condition="'$(ConfigurationType)'=='DynamicLibrary'">MultiThreadedDLL</RuntimeLibrary>
- <BufferSecurityCheck>false</BufferSecurityCheck>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- </ClCompile>
- <Link>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
- </Link>
- <Lib Condition="'$(ConfigurationType)'=='StaticLibrary'">
- <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
- </Lib>
- </ItemDefinitionGroup>
- <ItemGroup />
-</Project> \ No newline at end of file