~ircdotnet-dev/ircdotnet/0.1

« back to all changes in this revision

Viewing changes to IRC.NET Samples.sln

  • Committer: Alex Regueiro
  • Date: 2010-01-26 23:07:36 UTC
  • Revision ID: alexreg@gmail.com-20100126230736-4vd89c1kpuh5dd8z
Redesigned state machine for testing framework (now uses instance of TestStateManager class).
Implemented Who query and response handling, and written unit test for it.
IrcUser now raises event for any change of away status, and exposes away message as property.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1

 
2
Microsoft Visual Studio Solution File, Format Version 11.00
 
3
# Visual Studio 2010
 
4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteractiveFictionBot", "Samples\InteractiveFictionBot\InteractiveFictionBot.csproj", "{24292A1F-B302-4090-904D-5881FDD51DA1}"
 
5
EndProject
 
6
Global
 
7
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
 
8
                Debug|Any CPU = Debug|Any CPU
 
9
                Debug|Mixed Platforms = Debug|Mixed Platforms
 
10
                Debug|x86 = Debug|x86
 
11
                Release|Any CPU = Release|Any CPU
 
12
                Release|Mixed Platforms = Release|Mixed Platforms
 
13
                Release|x86 = Release|x86
 
14
        EndGlobalSection
 
15
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
 
16
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Debug|Any CPU.ActiveCfg = Debug|x86
 
17
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
 
18
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Debug|Mixed Platforms.Build.0 = Debug|x86
 
19
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Debug|x86.ActiveCfg = Debug|x86
 
20
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Debug|x86.Build.0 = Debug|x86
 
21
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Release|Any CPU.ActiveCfg = Release|x86
 
22
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Release|Mixed Platforms.ActiveCfg = Release|x86
 
23
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Release|Mixed Platforms.Build.0 = Release|x86
 
24
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Release|x86.ActiveCfg = Release|x86
 
25
                {24292A1F-B302-4090-904D-5881FDD51DA1}.Release|x86.Build.0 = Release|x86
 
26
        EndGlobalSection
 
27
        GlobalSection(SolutionProperties) = preSolution
 
28
                HideSolutionNode = FALSE
 
29
        EndGlobalSection
 
30
EndGlobal