This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
TortoisePlink.props
52 lines (52 loc) · 2.15 KB
/
TortoisePlink.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
<Import Project="TortoisePlink.$(PlatformShortName).props" />
<Import Project="TortoisePlink.$(Configuration).props" />
</ImportGroup>
<PropertyGroup Label="UserMacros">
<BaseOutputPath>$(MSBuildThisFileDirectory)bin\</BaseOutputPath>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>Solution Common</_PropertySheetDisplayName>
<OutDir>$(BaseOutputPath)$(Configuration)\$(PlatformShortName)\</OutDir>
<IntDir>$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
</Link>
<ClCompile>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ClCompile>
<WarningLevel>Level4</WarningLevel>
</ClCompile>
<ClCompile>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<ClCompile>
<SDLCheck>true</SDLCheck>
<AssemblerListingLocation>$(IntDir)%(RelativeDir)</AssemblerListingLocation>
<ObjectFileName>$(IntDir)%(RelativeDir)</ObjectFileName>
<XMLDocumentationFileName>$(IntDir)%(RelativeDir)</XMLDocumentationFileName>
<UseUnicodeForAssemblerListing>true</UseUnicodeForAssemblerListing>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(IntDir)%(RelativeDir)%(Filename).res</ResourceOutputFileName>
</ResourceCompile>
<Lib>
<TreatLibWarningAsErrors>true</TreatLibWarningAsErrors>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="BaseOutputPath">
<Value>$(BaseOutputPath)</Value>
</BuildMacro>
<BuildMacro Include="BaseIntermediateOutputPath">
<Value>$(BaseIntermediateOutputPath)</Value>
</BuildMacro>
</ItemGroup>
</Project>