summaryrefslogtreecommitdiff
path: root/plugins/AutoRun/autorun.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-11 09:56:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-11 09:56:50 +0000
commitf0f9d66487adef5eefcf7483c4e4b47fd06b6048 (patch)
tree546b1a1e59ee2ed8703940f2801fd462ac2ae843 /plugins/AutoRun/autorun.vcxproj
parent3c674975575148431f62b0db6ac20b55bccf21f0 (diff)
AutoRun
added version.rc git-svn-id: http://svn.miranda-ng.org/main/trunk@1870 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun/autorun.vcxproj')
-rw-r--r--plugins/AutoRun/autorun.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AutoRun/autorun.vcxproj b/plugins/AutoRun/autorun.vcxproj
index a4a08d5961..615781c29a 100644
--- a/plugins/AutoRun/autorun.vcxproj
+++ b/plugins/AutoRun/autorun.vcxproj
@@ -177,9 +177,11 @@
<ItemGroup>
<ClInclude Include="src\autorun.h" />
<ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\autorun.rc" />
+ <ResourceCompile Include="res\Version.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\main.cpp" />