diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-06 11:11:34 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-06 11:11:34 +0000 |
commit | 9530bdbdcfe97708479d140378e03b139abca07f (patch) | |
tree | fa4cabf4b2aea21703a609649d1ed8935ce3857b /plugins/AutoRun | |
parent | 54d7bbe7e27ee5afa98e448fcd0b4ef38b25e5a9 (diff) |
added guid's in projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@329 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun')
-rw-r--r-- | plugins/AutoRun/autorun.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AutoRun/autorun.vcxproj b/plugins/AutoRun/autorun.vcxproj index 49b254b6b4..b7926eb1d5 100644 --- a/plugins/AutoRun/autorun.vcxproj +++ b/plugins/AutoRun/autorun.vcxproj @@ -20,6 +20,7 @@ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>AutoRun</ProjectName>
+ <ProjectGuid>{2CF5BEA8-BD73-ED7B-FC7C-32E7E972A630}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|