Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseHorror authored and WiseHorror committed Apr 4, 2021
1 parent 3b75355 commit b0c594e
Show file tree
Hide file tree
Showing 5 changed files with 577 additions and 0 deletions.
25 changes: 25 additions & 0 deletions VeinMine.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VeinMine", "VeinMine\VeinMine.csproj", "{B89BA476-237B-4A9B-837D-C6D07174918D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B89BA476-237B-4A9B-837D-C6D07174918D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B89BA476-237B-4A9B-837D-C6D07174918D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B89BA476-237B-4A9B-837D-C6D07174918D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B89BA476-237B-4A9B-837D-C6D07174918D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EABDFA4-C79C-4BD9-899D-018577A999B6}
EndGlobalSection
EndGlobal
36 changes: 36 additions & 0 deletions VeinMine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Veinmine")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Veinmine")]
[assembly: AssemblyCopyright("Copyright © WiseHorror 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b89ba476-237b-4a9b-837d-c6d07174918d")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.9.0")]
[assembly: AssemblyFileVersion("1.1.9.0")]
Loading

0 comments on commit b0c594e

Please sign in to comment.