summaryrefslogtreecommitdiff
path: root/plugins/AutoRun/autorun.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-05 10:15:32 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-05 10:15:32 +0000
commit9ee9547340e785ca4eb38294d975d6e1a3a567f2 (patch)
tree65fe6c30298656e053a743ce560f8bb341a0b680 /plugins/AutoRun/autorun.vcxproj
parent1927dce5b48f9f5b77bca38ca01c8ce6f25097f3 (diff)
AutoRun: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun/autorun.vcxproj')
-rw-r--r--plugins/AutoRun/autorun.vcxproj8
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">