/Spss/Project.cs
# · C# · 17 lines · 6 code · 2 blank · 9 comment · 0 complexity · d54eaa475cd35d3297d3f8e58c326963 MD5 · raw file
- //-----------------------------------------------------------------------
- // <copyright file="Project.cs" company="Andrew Arnott">
- // Copyright (c) Andrew Arnott. All rights reserved.
- // Copyright (c) Brigham Young University
- // </copyright>
- //-----------------------------------------------------------------------
-
- namespace Spss {
- using System;
-
- /// <summary>
- /// Summary description for Project.
- /// </summary>
- internal static class Project {
- public const string DefaultNamespace = "Spss";
- }
- }