Skip to content

Commit 15dfea6

Browse files
committed
Update to latest RocketMod + .NET Core Project structure
1 parent d4abf72 commit 15dfea6

File tree

5 files changed

+31
-144
lines changed

5 files changed

+31
-144
lines changed

Properties/AssemblyInfo.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

SimpleDeathMessages.csproj

Lines changed: 25 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,33 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
42
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{602882B6-F16C-4247-9F5D-21846BC4C09A}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>coolpuppy24.simpledeathmessages</RootNamespace>
3+
<TargetFrameworks>net35</TargetFrameworks>
114
<AssemblyName>SimpleDeathMessages</AssemblyName>
12-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>SAK</SccProjectName>
15-
<SccLocalPath>SAK</SccLocalPath>
16-
<SccAuxPath>SAK</SccAuxPath>
17-
<SccProvider>SAK</SccProvider>
18-
<TargetFrameworkProfile />
19-
</PropertyGroup>
20-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21-
<DebugSymbols>false</DebugSymbols>
22-
<DebugType>none</DebugType>
23-
<Optimize>false</Optimize>
24-
<OutputPath>bin\Release\</OutputPath>
25-
<DefineConstants>DEBUG;TRACE</DefineConstants>
26-
<ErrorReport>prompt</ErrorReport>
27-
<WarningLevel>4</WarningLevel>
28-
<UseVSHostingProcess>false</UseVSHostingProcess>
29-
</PropertyGroup>
30-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>none</DebugType>
32-
<Optimize>true</Optimize>
33-
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
35-
<ErrorReport>prompt</ErrorReport>
36-
<WarningLevel>3</WarningLevel>
37-
</PropertyGroup>
38-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Play|AnyCPU'">
39-
<OutputPath>..\..\..\..\Desktop\Unturned\Unturned_Data\Managed\mods\</OutputPath>
5+
<RootNamespace>coolpuppy24.SimpleDeathMessages</RootNamespace>
6+
<OutputType>Library</OutputType>
7+
</PropertyGroup>
8+
<PropertyGroup>
9+
<PackageId>SimpleDeathMessages</PackageId>
10+
<PackageTags>RocketMod Unturned</PackageTags>
11+
<PackageAuthors>Coopyy, Enes Sadık Özbek &lt;esozbek.me&gt;</PackageAuthors>
12+
<PackageOwners>Coopyy</PackageOwners>
13+
<Version>1.0.0</Version>
14+
<PackageVersion>1.0.0</PackageVersion>
15+
<Authors>Coopyy, Enes Sadık Özbek &lt;esozbek.me&gt;</Authors>
16+
<Description>Show death messages in the server's chat!</Description>
17+
<Copyright>Coopyy</Copyright>
18+
<AssemblyVersion>1.0.0</AssemblyVersion>
19+
<FileVersion>1.0.0</FileVersion>
20+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4021
</PropertyGroup>
4122
<ItemGroup>
42-
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
43-
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Assembly-CSharp.dll</HintPath>
44-
</Reference>
45-
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Assembly-CSharp-firstpass.dll</HintPath>
47-
</Reference>
48-
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
49-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\ICSharpCode.SharpZipLib.dll</HintPath>
50-
</Reference>
51-
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.ServiceLocation.dll</HintPath>
53-
</Reference>
54-
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.Unity.dll</HintPath>
56-
</Reference>
57-
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
59-
</Reference>
60-
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Newtonsoft.Json.dll</HintPath>
62-
</Reference>
63-
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
64-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\RestSharp.dll</HintPath>
65-
</Reference>
66-
<Reference Include="Rocket.API, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL">
67-
<HintPath>packages\Rocket.API.5.0.0.534\lib\net35\Rocket.API.dll</HintPath>
68-
</Reference>
69-
<Reference Include="Rocket.Compatibility, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL">
70-
<HintPath>packages\Rocket.Compatibility.5.0.0.534\lib\net35\Rocket.Compatibility.dll</HintPath>
71-
</Reference>
72-
<Reference Include="Rocket.Core, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL">
73-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Rocket.Core.dll</HintPath>
74-
</Reference>
75-
<Reference Include="Rocket.UnityEngine, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
76-
<HintPath>packages\Rocket.UnityEngine.5.0.0.34\lib\net35\Rocket.UnityEngine.dll</HintPath>
77-
</Reference>
78-
<Reference Include="Rocket.Unturned, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
79-
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Rocket.Unturned.dll</HintPath>
80-
</Reference>
81-
<Reference Include="System" />
82-
<Reference Include="System.Core" />
83-
<Reference Include="System.Runtime.Serialization">
84-
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\System.Runtime.Serialization.dll</HintPath>
85-
<Private>True</Private>
86-
</Reference>
87-
<Reference Include="System.Xml.Linq" />
88-
<Reference Include="System.Data.DataSetExtensions" />
89-
<Reference Include="System.Data" />
90-
<Reference Include="System.Xml" />
91-
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
92-
<SpecificVersion>False</SpecificVersion>
93-
<HintPath>lib\UnityEngine.dll</HintPath>
94-
<Private>False</Private>
95-
</Reference>
96-
</ItemGroup>
97-
<ItemGroup>
98-
<Compile Include="SimpleDeathMessagesConfiguration.cs" />
99-
<Compile Include="Main.cs" />
100-
<Compile Include="Properties\AssemblyInfo.cs" />
23+
<PackageReference Include="Rocket.Core" Version="5.0.0.566">
24+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
25+
</PackageReference>
26+
<PackageReference Include="Rocket.Unturned" Version="5.0.0.162" />
10127
</ItemGroup>
10228
<ItemGroup>
103-
<Content Include="lib\UnityEngine.dll" />
104-
</ItemGroup>
105-
<ItemGroup>
106-
<None Include="app.config" />
107-
<None Include="packages.config" />
29+
<Reference Include="UnityEngine">
30+
<HintPath>lib\UnityEngine.dll</HintPath>
31+
</Reference>
10832
</ItemGroup>
109-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111-
Other similar extension points exist, see Microsoft.Common.targets.
112-
<Target Name="BeforeBuild">
113-
</Target>
114-
<Target Name="AfterBuild">
115-
</Target>
116-
-->
11733
</Project>

SimpleDeathMessages.sln

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26228.9
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleDeathMessages", "SimpleDeathMessages.csproj", "{602882B6-F16C-4247-9F5D-21846BC4C09A}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDeathMessages", "SimpleDeathMessages.csproj", "{602882B6-F16C-4247-9F5D-21846BC4C09A}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -14,12 +14,15 @@ Global
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1515
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1616
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Play|Any CPU.ActiveCfg = Play|Any CPU
18-
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Play|Any CPU.Build.0 = Play|Any CPU
17+
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Play|Any CPU.ActiveCfg = Release|Any CPU
18+
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Play|Any CPU.Build.0 = Release|Any CPU
1919
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Release|Any CPU.ActiveCfg = Release|Any CPU
2020
{602882B6-F16C-4247-9F5D-21846BC4C09A}.Release|Any CPU.Build.0 = Release|Any CPU
2121
EndGlobalSection
2222
GlobalSection(SolutionProperties) = preSolution
2323
HideSolutionNode = FALSE
2424
EndGlobalSection
25+
GlobalSection(ExtensibilityGlobals) = postSolution
26+
SolutionGuid = {68150744-9943-4542-A8D3-057D770555ED}
27+
EndGlobalSection
2528
EndGlobal

app.config

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)