diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-06 16:36:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-06 16:36:25 +0000 |
commit | a3efd513ac5cc0d55fe66492091d51ceddb34d14 (patch) | |
tree | 375d24d1e49eb5a2f4f52efb9273d7e6e64cd462 /bin10/mir_full.sln | |
parent | b706f4c3282eea4f6f36fbad045ed6a8ad069ad2 (diff) |
Fixed compilation of standalone plugins (thx robyer)
Xfire protocol added to solutions (no 64-bit yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin10/mir_full.sln')
-rw-r--r-- | bin10/mir_full.sln | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index e48c618506..542ffa2224 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -349,6 +349,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dbx_tree_HC256", "..\plugin EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tlen", "..\protocols\Tlen\tlen_10.vcxproj", "{F3208C96-3C21-46AA-8695-C794E28CDC34}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Xfire", "..\protocols\Xfire\xfire.vcxproj", "{E4CD8BBA-B580-4584-AC3E-B4E9915026AE}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -1541,6 +1543,13 @@ Global {F3208C96-3C21-46AA-8695-C794E28CDC34}.Release|Win32.Build.0 = Release|Win32
{F3208C96-3C21-46AA-8695-C794E28CDC34}.Release|x64.ActiveCfg = Release|x64
{F3208C96-3C21-46AA-8695-C794E28CDC34}.Release|x64.Build.0 = Release|x64
+ {E4CD8BBA-B580-4584-AC3E-B4E9915026AE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {E4CD8BBA-B580-4584-AC3E-B4E9915026AE}.Debug|Win32.Build.0 = Debug|Win32
+ {E4CD8BBA-B580-4584-AC3E-B4E9915026AE}.Debug|x64.ActiveCfg = Debug|x64
+ {E4CD8BBA-B580-4584-AC3E-B4E9915026AE}.Debug|x64.Build.0 = Debug|x64
+ {E4CD8BBA-B580-4584-AC3E-B4E9915026AE}.Release|Win32.ActiveCfg = Release|Win32
+ {E4CD8BBA-B580-4584-AC3E-B4E9915026AE}.Release|Win32.Build.0 = Release|Win32
+ {E4CD8BBA-B580-4584-AC3E-B4E9915026AE}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|