diff options
Diffstat (limited to 'vsprops/base.props')
| -rw-r--r-- | vsprops/base.props | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vsprops/base.props b/vsprops/base.props deleted file mode 100644 index 7eedacc74..000000000 --- a/vsprops/base.props +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ImportGroup Label="PropertySheets" /> | ||
| 4 | <PropertyGroup Label="UserMacros" /> | ||
| 5 | <PropertyGroup> | ||
| 6 | <IntDir>$(SolutionDir)build\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | ||
| 7 | <OutDir>$(SolutionDir)build\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | ||
| 8 | </PropertyGroup> | ||
| 9 | <ItemDefinitionGroup> | ||
| 10 | <ClCompile> | ||
| 11 | <WarningLevel>Level3</WarningLevel> | ||
| 12 | <StructMemberAlignment>16Bytes</StructMemberAlignment> | ||
| 13 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 14 | <MultiProcessorCompilation>true</MultiProcessorCompilation> | ||
| 15 | <AdditionalIncludeDirectories>$(SolutionDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 16 | <PreprocessorDefinitions> | ||
| 17 | </PreprocessorDefinitions> | ||
| 18 | <RuntimeTypeInfo>false</RuntimeTypeInfo> | ||
| 19 | </ClCompile> | ||
| 20 | <Link> | ||
| 21 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 22 | </Link> | ||
| 23 | </ItemDefinitionGroup> | ||
| 24 | <ItemGroup /> | ||
| 25 | </Project> \ No newline at end of file | ||