summaryrefslogtreecommitdiff
path: root/build/vs/pjproject-vs14-common-defaults.props
diff options
context:
space:
mode:
Diffstat (limited to 'build/vs/pjproject-vs14-common-defaults.props')
-rw-r--r--build/vs/pjproject-vs14-common-defaults.props34
1 files changed, 34 insertions, 0 deletions
diff --git a/build/vs/pjproject-vs14-common-defaults.props b/build/vs/pjproject-vs14-common-defaults.props
new file mode 100644
index 00000000..320d68cb
--- /dev/null
+++ b/build/vs/pjproject-vs14-common-defaults.props
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets">
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros">
+ <VSVer>8</VSVer>
+ </PropertyGroup>
+ <PropertyGroup>
+ <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion>
+ <OutDir Condition="'$(TargetExt)'=='.lib'">..\lib\</OutDir>
+ <OutDir Condition="'$(TargetExt)'=='.exe'">..\bin\</OutDir>
+ <OutDir Condition="'$(TargetExt)'=='.dll'">..\lib\</OutDir>
+ <TargetName>$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration)</TargetName>
+ <IntDir>.\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <BrowseInformation>true</BrowseInformation>
+ <WarningLevel>Level4</WarningLevel>
+ <CompileAs>Default</CompileAs>
+ </ClCompile>
+ <Lib>
+ <OutputFile>..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
+ </Lib>
+ <Link>
+ <OutputFile>..\bin\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).exe</OutputFile>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <BuildMacro Include="VSVer">
+ <Value>$(VSVer)</Value>
+ </BuildMacro>
+ </ItemGroup>
+</Project> \ No newline at end of file