Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

adbaga / Ics0016-2019f

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Ics0016-2019f
  • Game
  • obj
  • Debug
  • netcoreapp3.0
  • Game.AssemblyInfo.cs
Find file
BlameHistoryPermalink
  • adbaga's avatar
    Initial commit Minesweeper · fe48d7ed
    adbaga committed 5 years ago
    fe48d7ed
Game.AssemblyInfo.cs 771 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//------------------------------------------------------------------------------
// <auto-generated>
//     Generated by the MSBuild WriteCodeFragment class.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("Game")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Game")]
[assembly: System.Reflection.AssemblyTitleAttribute("Game")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]