aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops/base.props
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 18:04:07 -0300
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-09-01 18:06:30 -0300
commitc57de3e4046c662c5179d3b55340361a046a57ff (patch)
tree0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /vsprops/base.props
parentb15d631d996afe6e5e577643b54eeca5c8a13f19 (diff)
Remove hand-crafted Visual Studio solution.
Diffstat (limited to 'vsprops/base.props')
-rw-r--r--vsprops/base.props25
1 files changed, 0 insertions, 25 deletions
diff --git a/vsprops/base.props b/vsprops/base.props
deleted file mode 100644
index 7eedacc7..00000000
--- a/vsprops/base.props
+++ /dev/null
@@ -1,25 +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" />
- <PropertyGroup>
- <IntDir>$(SolutionDir)build\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir>
- <OutDir>$(SolutionDir)build\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <StructMemberAlignment>16Bytes</StructMemberAlignment>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- <AdditionalIncludeDirectories>$(SolutionDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>
- </PreprocessorDefinitions>
- <RuntimeTypeInfo>false</RuntimeTypeInfo>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup />
-</Project> \ No newline at end of file