diff options
author | RipleyTom <RipleyTom@users.noreply.github.com> | 2019-05-02 16:13:20 +0200 |
---|---|---|
committer | Nathan Hjelm <hjelmn@me.com> | 2019-07-07 21:39:46 -0600 |
commit | 8436ba64f969eb0d3a31872f2852ded2039c3659 (patch) | |
tree | c1e84b9ae138d3e4a2921550133262978b0107fc /msvc/libusb_static_2013.vcxproj | |
parent | f1e385390213aab96d2a40e4858ff0d019a1b0b7 (diff) | |
download | libusb-8436ba64f969eb0d3a31872f2852ded2039c3659.tar.gz |
Change all $(SolutionDir) to $(ProjectDir)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to 'msvc/libusb_static_2013.vcxproj')
-rw-r--r-- | msvc/libusb_static_2013.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/libusb_static_2013.vcxproj b/msvc/libusb_static_2013.vcxproj index c97fb01..ecc4e77 100644 --- a/msvc/libusb_static_2013.vcxproj +++ b/msvc/libusb_static_2013.vcxproj @@ -39,8 +39,8 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> - <IntDir>$(SolutionDir)..\$(Platform)\$(Configuration)\lib\$(TargetName)\</IntDir> - <OutDir>$(SolutionDir)..\$(Platform)\$(Configuration)\lib\</OutDir> + <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\$(TargetName)\</IntDir> + <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\lib\</OutDir> <TargetName>libusb-1.0</TargetName> </PropertyGroup> <ItemDefinitionGroup> |