summaryrefslogtreecommitdiff
path: root/msvc/testlibusb_2012.vcxproj
diff options
context:
space:
mode:
authorRipleyTom <RipleyTom@users.noreply.github.com>2019-05-02 16:13:20 +0200
committerNathan Hjelm <hjelmn@me.com>2019-07-07 21:39:46 -0600
commit8436ba64f969eb0d3a31872f2852ded2039c3659 (patch)
treec1e84b9ae138d3e4a2921550133262978b0107fc /msvc/testlibusb_2012.vcxproj
parentf1e385390213aab96d2a40e4858ff0d019a1b0b7 (diff)
downloadlibusb-8436ba64f969eb0d3a31872f2852ded2039c3659.tar.gz
Change all $(SolutionDir) to $(ProjectDir)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Diffstat (limited to 'msvc/testlibusb_2012.vcxproj')
-rw-r--r--msvc/testlibusb_2012.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/testlibusb_2012.vcxproj b/msvc/testlibusb_2012.vcxproj
index 19c7266..3a10541 100644
--- a/msvc/testlibusb_2012.vcxproj
+++ b/msvc/testlibusb_2012.vcxproj
@@ -40,8 +40,8 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- <IntDir>$(SolutionDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir>
- <OutDir>$(SolutionDir)..\$(Platform)\$(Configuration)\examples\</OutDir>
+ <IntDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\$(ProjectName)\</IntDir>
+ <OutDir>$(ProjectDir)..\$(Platform)\$(Configuration)\examples\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>