No Description

WhiteNoise.sln 5.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteNoise", "WhiteNoise\WhiteNoise.csproj", "{EBCA3317-A6C3-4265-851B-02173598CF81}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteNoise.Listen", "WhiteNoise.Listen\WhiteNoise.Listen.csproj", "{F310496B-BA21-4326-9B48-156ED21B1FC2}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{DE564CA5-B56D-4164-8124-499700031529}"
  9. ProjectSection(SolutionItems) = preProject
  10. Resources\Iesi.Collections.dll = Resources\Iesi.Collections.dll
  11. Resources\NHibernate.dll = Resources\NHibernate.dll
  12. Resources\PacketDotNet.dll = Resources\PacketDotNet.dll
  13. Resources\SharpPcap.dll = Resources\SharpPcap.dll
  14. Resources\Npgsql.dll = Resources\Npgsql.dll
  15. Resources\Npgsql.dll.mdb = Resources\Npgsql.dll.mdb
  16. Resources\Npgsql.xml = Resources\Npgsql.xml
  17. Resources\policy.2.0.Npgsql.dll = Resources\policy.2.0.Npgsql.dll
  18. EndProjectSection
  19. EndProject
  20. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteNoise.Test", "WhiteNoise.Test\WhiteNoise.Test.csproj", "{AEA071CB-7205-4054-A60F-8D5FD82BE80D}"
  21. EndProject
  22. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteNoise.Storage", "WhiteNoise.Storage\WhiteNoise.Storage.csproj", "{38860173-5301-424A-BE5F-F71B0F94D294}"
  23. EndProject
  24. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhiteNoise.Domain", "WhiteNoise.Domain\WhiteNoise.Domain.csproj", "{0686B6EA-7782-45FE-A990-A06EAD8A57C6}"
  25. EndProject
  26. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B808F57E-8352-4CFD-B6F5-C75439147755}"
  27. ProjectSection(SolutionItems) = preProject
  28. MIT.txt = MIT.txt
  29. EndProjectSection
  30. EndProject
  31. Global
  32. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  33. Debug|x86 = Debug|x86
  34. Release|x86 = Release|x86
  35. Default|Any CPU = Default|Any CPU
  36. EndGlobalSection
  37. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  38. {0686B6EA-7782-45FE-A990-A06EAD8A57C6}.Debug|x86.ActiveCfg = Debug|Any CPU
  39. {0686B6EA-7782-45FE-A990-A06EAD8A57C6}.Debug|x86.Build.0 = Debug|Any CPU
  40. {0686B6EA-7782-45FE-A990-A06EAD8A57C6}.Default|Any CPU.ActiveCfg = Debug|Any CPU
  41. {0686B6EA-7782-45FE-A990-A06EAD8A57C6}.Default|Any CPU.Build.0 = Debug|Any CPU
  42. {0686B6EA-7782-45FE-A990-A06EAD8A57C6}.Release|x86.ActiveCfg = Release|Any CPU
  43. {0686B6EA-7782-45FE-A990-A06EAD8A57C6}.Release|x86.Build.0 = Release|Any CPU
  44. {38860173-5301-424A-BE5F-F71B0F94D294}.Debug|x86.ActiveCfg = Debug|Any CPU
  45. {38860173-5301-424A-BE5F-F71B0F94D294}.Debug|x86.Build.0 = Debug|Any CPU
  46. {38860173-5301-424A-BE5F-F71B0F94D294}.Default|Any CPU.ActiveCfg = Debug|Any CPU
  47. {38860173-5301-424A-BE5F-F71B0F94D294}.Default|Any CPU.Build.0 = Debug|Any CPU
  48. {38860173-5301-424A-BE5F-F71B0F94D294}.Release|x86.ActiveCfg = Release|Any CPU
  49. {38860173-5301-424A-BE5F-F71B0F94D294}.Release|x86.Build.0 = Release|Any CPU
  50. {AEA071CB-7205-4054-A60F-8D5FD82BE80D}.Debug|x86.ActiveCfg = Debug|Any CPU
  51. {AEA071CB-7205-4054-A60F-8D5FD82BE80D}.Debug|x86.Build.0 = Debug|Any CPU
  52. {AEA071CB-7205-4054-A60F-8D5FD82BE80D}.Default|Any CPU.ActiveCfg = Debug|Any CPU
  53. {AEA071CB-7205-4054-A60F-8D5FD82BE80D}.Default|Any CPU.Build.0 = Debug|Any CPU
  54. {AEA071CB-7205-4054-A60F-8D5FD82BE80D}.Release|x86.ActiveCfg = Release|Any CPU
  55. {AEA071CB-7205-4054-A60F-8D5FD82BE80D}.Release|x86.Build.0 = Release|Any CPU
  56. {EBCA3317-A6C3-4265-851B-02173598CF81}.Debug|x86.ActiveCfg = Debug|x86
  57. {EBCA3317-A6C3-4265-851B-02173598CF81}.Debug|x86.Build.0 = Debug|x86
  58. {EBCA3317-A6C3-4265-851B-02173598CF81}.Release|x86.ActiveCfg = Release|x86
  59. {EBCA3317-A6C3-4265-851B-02173598CF81}.Release|x86.Build.0 = Release|x86
  60. {F310496B-BA21-4326-9B48-156ED21B1FC2}.Debug|x86.ActiveCfg = Debug|Any CPU
  61. {F310496B-BA21-4326-9B48-156ED21B1FC2}.Debug|x86.Build.0 = Debug|Any CPU
  62. {F310496B-BA21-4326-9B48-156ED21B1FC2}.Release|x86.ActiveCfg = Release|Any CPU
  63. {F310496B-BA21-4326-9B48-156ED21B1FC2}.Release|x86.Build.0 = Release|Any CPU
  64. EndGlobalSection
  65. GlobalSection(NestedProjects) = preSolution
  66. EndGlobalSection
  67. GlobalSection(MonoDevelopProperties) = preSolution
  68. StartupItem = WhiteNoise\WhiteNoise.csproj
  69. Policies = $0
  70. $0.DotNetNamingPolicy = $1
  71. $1.DirectoryNamespaceAssociation = PrefixedHierarchical
  72. $1.ResourceNamePolicy = FileName
  73. $0.TextStylePolicy = $2
  74. $2.inheritsSet = null
  75. $2.scope = text/x-csharp
  76. $0.CSharpFormattingPolicy = $3
  77. $3.IndentSwitchBody = True
  78. $3.inheritsSet = Mono
  79. $3.inheritsScope = text/x-csharp
  80. $3.scope = text/x-csharp
  81. $0.TextStylePolicy = $4
  82. $4.FileWidth = 120
  83. $4.TabWidth = 4
  84. $4.inheritsSet = Mono
  85. $4.inheritsScope = text/plain
  86. $4.scope = text/plain
  87. $0.StandardHeader = $5
  88. $5.Text = @\n${FileName}\n \nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (c) ${Year} ${CopyrightHolder}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.
  89. $5.IncludeInNewFiles = True
  90. EndGlobalSection
  91. EndGlobal