/Spss/Project.cs

# · C# · 17 lines · 6 code · 2 blank · 9 comment · 0 complexity · d54eaa475cd35d3297d3f8e58c326963 MD5 · raw file

  1. //-----------------------------------------------------------------------
  2. // <copyright file="Project.cs" company="Andrew Arnott">
  3. // Copyright (c) Andrew Arnott. All rights reserved.
  4. // Copyright (c) Brigham Young University
  5. // </copyright>
  6. //-----------------------------------------------------------------------
  7. namespace Spss {
  8. using System;
  9. /// <summary>
  10. /// Summary description for Project.
  11. /// </summary>
  12. internal static class Project {
  13. public const string DefaultNamespace = "Spss";
  14. }
  15. }