Skip to content

Commit 058af0a

Browse files
committed
Changed assembly info and renamed classes and projects
1 parent 9ec245b commit 058af0a

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

OpenAllPortsMod.sln renamed to DebugMod.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.25920.0
4+
VisualStudioVersion = 15.0.26403.7
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenAllPortsMod", "TemplateMod\OpenAllPortsMod.csproj", "{8B86A3C8-3234-405D-BA3C-0E58DA65D8AF}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebugMod", "TemplateMod\DebugMod.csproj", "{8B86A3C8-3234-405D-BA3C-0E58DA65D8AF}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

TemplateMod/OpenAllPortsMod.csproj renamed to TemplateMod/DebugMod.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{8B86A3C8-3234-405D-BA3C-0E58DA65D8AF}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>TemplateMod</RootNamespace>
11-
<AssemblyName>TemplateMod</AssemblyName>
10+
<RootNamespace>DebugMod</RootNamespace>
11+
<AssemblyName>DebugMod</AssemblyName>
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
@@ -40,12 +40,6 @@
4040
<Reference Include="FNA">
4141
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Hacknet\FNA.dll</HintPath>
4242
</Reference>
43-
<Reference Include="System" />
44-
<Reference Include="System.Core" />
45-
<Reference Include="System.Xml.Linq" />
46-
<Reference Include="System.Data.DataSetExtensions" />
47-
<Reference Include="System.Data" />
48-
<Reference Include="System.Xml" />
4943
<Reference Include="HacknetPathfinder">
5044
<HintPath>..\lib\HacknetPathfinder.exe</HintPath>
5145
<Private>False</Private>

TemplateMod/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
// Les informations générales relatives à un assembly dépendent de
66
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
77
// associées à un assembly.
8-
[assembly: AssemblyTitle("TemplateMod")]
9-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyTitle("DebugMod")]
9+
[assembly: AssemblyDescription("DebugMod")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("TemplateMod")]
13-
[assembly: AssemblyCopyright("Copyright © 2017")]
11+
[assembly: AssemblyCompany("oxygencraft")]
12+
[assembly: AssemblyProduct("DebugMod")]
13+
[assembly: AssemblyCopyright("")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("2.0.0.0")]
36+
[assembly: AssemblyFileVersion("2.0.0.0")]

0 commit comments

Comments
 (0)