forked from RoyIL/SimpleDeathMessages
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest RocketMod + .NET Core Project structure
- Loading branch information
Showing
5 changed files
with
31 additions
and
144 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{602882B6-F16C-4247-9F5D-21846BC4C09A}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>coolpuppy24.simpledeathmessages</RootNamespace> | ||
<TargetFrameworks>net35</TargetFrameworks> | ||
<AssemblyName>SimpleDeathMessages</AssemblyName> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<SccProjectName>SAK</SccProjectName> | ||
<SccLocalPath>SAK</SccLocalPath> | ||
<SccAuxPath>SAK</SccAuxPath> | ||
<SccProvider>SAK</SccProvider> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>false</DebugSymbols> | ||
<DebugType>none</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>none</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>3</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Play|AnyCPU'"> | ||
<OutputPath>..\..\..\..\Desktop\Unturned\Unturned_Data\Managed\mods\</OutputPath> | ||
<RootNamespace>coolpuppy24.SimpleDeathMessages</RootNamespace> | ||
<OutputType>Library</OutputType> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<PackageId>SimpleDeathMessages</PackageId> | ||
<PackageTags>RocketMod Unturned</PackageTags> | ||
<PackageAuthors>Coopyy, Enes Sadık Özbek <esozbek.me></PackageAuthors> | ||
<PackageOwners>Coopyy</PackageOwners> | ||
<Version>1.0.0</Version> | ||
<PackageVersion>1.0.0</PackageVersion> | ||
<Authors>Coopyy, Enes Sadık Özbek <esozbek.me></Authors> | ||
<Description>Show death messages in the server's chat!</Description> | ||
<Copyright>Coopyy</Copyright> | ||
<AssemblyVersion>1.0.0</AssemblyVersion> | ||
<FileVersion>1.0.0</FileVersion> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Assembly-CSharp.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Assembly-CSharp-firstpass.dll</HintPath> | ||
</Reference> | ||
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\ICSharpCode.SharpZipLib.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.ServiceLocation.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.Unity.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Microsoft.Practices.Unity.Configuration.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\RestSharp.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Rocket.API, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.API.5.0.0.534\lib\net35\Rocket.API.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Rocket.Compatibility, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Compatibility.5.0.0.534\lib\net35\Rocket.Compatibility.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Rocket.Core, Version=5.0.0.534, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\Rocket.Core.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Rocket.UnityEngine, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.UnityEngine.5.0.0.34\lib\net35\Rocket.UnityEngine.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Rocket.Unturned, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>packages\Rocket.Unturned.5.0.0.155\lib\net35\Rocket.Unturned.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Runtime.Serialization"> | ||
<HintPath>packages\Rocket.Core.5.0.0.534\lib\net35\System.Runtime.Serialization.dll</HintPath> | ||
<Private>True</Private> | ||
</Reference> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>lib\UnityEngine.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="SimpleDeathMessagesConfiguration.cs" /> | ||
<Compile Include="Main.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<PackageReference Include="Rocket.Core" Version="5.0.0.566"> | ||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
</PackageReference> | ||
<PackageReference Include="Rocket.Unturned" Version="5.0.0.162" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="lib\UnityEngine.dll" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
<None Include="packages.config" /> | ||
<Reference Include="UnityEngine"> | ||
<HintPath>lib\UnityEngine.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.