diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 14:46:29 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 14:46:29 +0200 |
commit | 2ae76fcacfd36b421fa8ada4682c40996cc63d89 (patch) | |
tree | 79f62298e4323120b14355d44823ae7a8209ff7c /plugins/perl | |
parent | c1f332f0a235662b18cc063776e295a6297b9d78 (diff) |
Add trailing backslashes to Output and Intermediate directories, make Visual Studio happy
Diffstat (limited to 'plugins/perl')
-rw-r--r-- | plugins/perl/perl-512.vcxproj | 8 | ||||
-rw-r--r-- | plugins/perl/perl-514.vcxproj | 8 | ||||
-rw-r--r-- | plugins/perl/perl-516.vcxproj | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/plugins/perl/perl-512.vcxproj b/plugins/perl/perl-512.vcxproj index c032bb32..ebac3fc9 100644 --- a/plugins/perl/perl-512.vcxproj +++ b/plugins/perl/perl-512.vcxproj @@ -45,14 +45,14 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl512Output)</TargetName> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl512Output)</TargetName> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> diff --git a/plugins/perl/perl-514.vcxproj b/plugins/perl/perl-514.vcxproj index fdb5e6f1..27c39e41 100644 --- a/plugins/perl/perl-514.vcxproj +++ b/plugins/perl/perl-514.vcxproj @@ -45,14 +45,14 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl514Output)</TargetName> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl514Output)</TargetName> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> diff --git a/plugins/perl/perl-516.vcxproj b/plugins/perl/perl-516.vcxproj index d7ba132f..5e7c2d44 100644 --- a/plugins/perl/perl-516.vcxproj +++ b/plugins/perl/perl-516.vcxproj @@ -45,14 +45,14 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl516Output)</TargetName> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>$(Perl516Output)</TargetName> - <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir> - <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir> + <OutDir>$(SolutionDir)build\$(PlatformName)\bin\</OutDir> + <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> |