diff options
| author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-20 21:32:11 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-20 21:32:11 -0700 | 
| commit | 94ef7b3a033825c4bc3d3578b55f2349182745f0 (patch) | |
| tree | 38885fd4db1420f83c9e155ece2e479092adce5c /scripts/pugixml_vs2013.vcxproj | |
| parent | 208e2cf0432a0f2865a225a9dc51917191c6cd04 (diff) | |
| parent | 88d43a7ebc01a2fac86e7c0d9a53ef56a684ad86 (diff) | |
Merge pull request #151 from zeux/nuget
Rework NuGet package building
Diffstat (limited to 'scripts/pugixml_vs2013.vcxproj')
| -rw-r--r-- | scripts/pugixml_vs2013.vcxproj | 30 | 
1 files changed, 15 insertions, 15 deletions
| diff --git a/scripts/pugixml_vs2013.vcxproj b/scripts/pugixml_vs2013.vcxproj index c719394..eae27c9 100644 --- a/scripts/pugixml_vs2013.vcxproj +++ b/scripts/pugixml_vs2013.vcxproj @@ -68,17 +68,17 @@    <PropertyGroup Label="UserMacros" />    <PropertyGroup>      <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2013\x32\</OutDir> -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2013\x32\Debug\</IntDir> -    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pugixmld</TargetName> -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2013\x64\</OutDir> -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2013\x64\Debug\</IntDir> -    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">pugixmld</TargetName> -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2013\x32\</OutDir> -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2013\x32\Release\</IntDir> +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2013\Win32_Debug\</OutDir> +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2013\Win32_Debug\</IntDir> +    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pugixml</TargetName> +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2013\x64_Debug\</OutDir> +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2013\x64_Debug\</IntDir> +    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">pugixml</TargetName> +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2013\Win32_Release\</OutDir> +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2013\Win32_Release\</IntDir>      <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">pugixml</TargetName> -    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2013\x64\</OutDir> -    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2013\x64\Release\</IntDir> +    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2013\x64_Release\</OutDir> +    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2013\x64_Release\</IntDir>      <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pugixml</TargetName>    </PropertyGroup>    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> @@ -98,12 +98,12 @@        <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>      </ResourceCompile>      <Lib> -      <OutputFile>$(OutDir)pugixmld.lib</OutputFile> +      <OutputFile>$(OutDir)pugixml.lib</OutputFile>      </Lib>      <Link>        <SubSystem>Windows</SubSystem>        <GenerateDebugInformation>true</GenerateDebugInformation> -      <ProgramDataBaseFileName>$(OutDir)pugixmld.pdb</ProgramDataBaseFileName> +      <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>      </Link>    </ItemDefinitionGroup>    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> @@ -123,12 +123,12 @@        <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>      </ResourceCompile>      <Lib> -      <OutputFile>$(OutDir)pugixmld.lib</OutputFile> +      <OutputFile>$(OutDir)pugixml.lib</OutputFile>      </Lib>      <Link>        <SubSystem>Windows</SubSystem>        <GenerateDebugInformation>true</GenerateDebugInformation> -      <ProgramDataBaseFileName>$(OutDir)pugixmld.pdb</ProgramDataBaseFileName> +      <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>      </Link>    </ItemDefinitionGroup>    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> @@ -196,4 +196,4 @@    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />    <ImportGroup Label="ExtensionTargets">    </ImportGroup> -</Project>
\ No newline at end of file +</Project> | 
