diff options
Diffstat (limited to 'irc_mod/IRC7.sln')
-rw-r--r-- | irc_mod/IRC7.sln | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/irc_mod/IRC7.sln b/irc_mod/IRC7.sln new file mode 100644 index 0000000..66f4c43 --- /dev/null +++ b/irc_mod/IRC7.sln @@ -0,0 +1,55 @@ +Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IRC", "IRC7.vcproj", "{9DEF2913-AA5F-4925-A42B-11F203211052}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ICONS", "icons_pack\ICONS7.vcproj", "{84471097-C974-45CD-845E-828B304195B8}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Debug Unicode = Debug Unicode
+ Release = Release
+ Release Unicode = Release Unicode
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Debug.ActiveCfg = Debug|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Debug.Build.0 = Debug|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Debug Unicode.Build.0 = Debug Unicode|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release.ActiveCfg = Release Unicode|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release.Build.0 = Release Unicode|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release Unicode.ActiveCfg = Release Unicode|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release Unicode.Build.0 = Release Unicode|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Debug.ActiveCfg = Release|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Debug.Build.0 = Release|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Debug Unicode.ActiveCfg = Release|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Debug Unicode.Build.0 = Release|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Release.ActiveCfg = Release|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Release.Build.0 = Release|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Release Unicode.ActiveCfg = Release|Win32
+ {84471097-C974-45CD-845E-828B304195B8}.Release Unicode.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release (static)|Win32 = Release (static)|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Debug|Win32.ActiveCfg = Debug|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Debug|Win32.Build.0 = Debug|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release (static)|Win32.ActiveCfg = Release (static)|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release (static)|Win32.Build.0 = Release (static)|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release|Win32.ActiveCfg = Release|Win32
+ {9DEF2913-AA5F-4925-A42B-11F203211052}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|