diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2020-08-20 20:27:07 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2020-08-22 16:17:50 -0700 |
| commit | 2f47f486af31e1d1b9447e5967fdfd3b715d31c1 (patch) | |
| tree | d3035a93012e11cbf15af90f8447c071b55012c4 /Externals/cpp-optparse | |
| parent | 1f8cda62817fd0b80c1ea74fe239154ef0b48083 (diff) | |
msbuild: re-enable standalone vcxproj processing
Diffstat (limited to 'Externals/cpp-optparse')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 4cc380ea56..7c7d89099a 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="$(SolutionDir)\VSProps\Base.Macros.props" /> + <Import Project="..\..\Source\VSProps\Base.Macros.props" /> <Import Project="$(VSPropsDir)Base.Targets.props" /> <PropertyGroup Label="Globals"> <ProjectGuid>{C636D9D1-82FE-42B5-9987-63B7D4836341}</ProjectGuid> |
