diff options
| author | a1xd <[email protected]> | 2020-12-02 05:00:57 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-12-02 05:00:57 -0500 |
| commit | 9bcfbd0687565b58ab2b955a37d9edab76f90a20 (patch) | |
| tree | 95bd44222af29e7db4d5b8bbef8b6008a2e80047 /installer | |
| parent | refactor io (diff) | |
| download | rawaccel-9bcfbd0687565b58ab2b955a37d9edab76f90a20.tar.xz rawaccel-9bcfbd0687565b58ab2b955a37d9edab76f90a20.zip | |
merge common-install with common
Diffstat (limited to 'installer')
| -rw-r--r-- | installer/installer.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/installer.vcxproj b/installer/installer.vcxproj index 8ff13a6..fec4c1e 100644 --- a/installer/installer.vcxproj +++ b/installer/installer.vcxproj @@ -35,7 +35,7 @@ <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> - <Import Project="..\common-install\common-install.vcxitems" Label="Shared" /> + <Import Project="..\common\common.vcxitems" Label="Shared" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |