diff options
Diffstat (limited to 'plugins/SpellChecker/spellchecker_10.vcxproj')
-rw-r--r-- | plugins/SpellChecker/spellchecker_10.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SpellChecker/spellchecker_10.vcxproj b/plugins/SpellChecker/spellchecker_10.vcxproj index 9e0e83bf52..1ccf31d2c7 100644 --- a/plugins/SpellChecker/spellchecker_10.vcxproj +++ b/plugins/SpellChecker/spellchecker_10.vcxproj @@ -213,7 +213,7 @@ <ClCompile Include="src\ardialog.cpp" />
<ClCompile Include="src\autoreplace.cpp" />
<ClCompile Include="src\dictionary.cpp" />
- <ClCompile Include="..\utils\mir_options.cpp">
+ <ClCompile Include="..\..\utils\mir_options.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\options.cpp" />
@@ -255,7 +255,7 @@ <PrecompiledHeaderFile>..\commons.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="src\SpellChecker.cpp" />
- <ClCompile Include="src\utils.cpp" />
+ <ClCompile Include="src\..\utils.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|