diff options
Diffstat (limited to 'plugins/AutoRun/autorun.vcxproj')
-rw-r--r-- | plugins/AutoRun/autorun.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/AutoRun/autorun.vcxproj b/plugins/AutoRun/autorun.vcxproj index be6764f7ae..9d265fc3d4 100644 --- a/plugins/AutoRun/autorun.vcxproj +++ b/plugins/AutoRun/autorun.vcxproj @@ -173,14 +173,14 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClInclude Include="autorun.h" />
- <ClInclude Include="resource.h" />
+ <ClInclude Include="src\autorun.h" />
+ <ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
- <ResourceCompile Include="autorun.rc" />
+ <ResourceCompile Include="res\autorun.rc" />
</ItemGroup>
<ItemGroup>
- <ClCompile Include="main.cpp" />
+ <ClCompile Include="src\main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|