Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cemahseri committed May 15, 2019
1 parent 2b95279 commit dcfe7a0
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 8 deletions.
20 changes: 12 additions & 8 deletions FeexRanks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Freenex.FeexRanks</RootNamespace>
<AssemblyName>FeexRanks</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -21,7 +21,6 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -30,7 +29,6 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand All @@ -43,12 +41,12 @@
<HintPath>lib\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="I18N, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<Reference Include="I18N, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libraries\I18N.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="I18N.West, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<Reference Include="I18N.West, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libraries\I18N.West.dll</HintPath>
<Private>False</Private>
Expand All @@ -63,17 +61,17 @@
<HintPath>Libraries\MySql.Data.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Rocket.API, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Rocket.API">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\Rocket.API.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Rocket.Core, Version=2.4.2.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Rocket.Core">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\Rocket.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Rocket.Unturned, Version=4.9.2.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Rocket.Unturned">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\Rocket.Unturned.dll</HintPath>
<Private>False</Private>
Expand All @@ -91,6 +89,11 @@
<HintPath>lib\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CommandList.cs" />
Expand Down Expand Up @@ -119,6 +122,7 @@
<Content Include="lib\Rocket.Unturned.dll" />
<Content Include="lib\Uconomy.dll" />
<Content Include="lib\UnityEngine.dll" />
<Content Include="lib\UnityEngine.CoreModule.dll" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
25 changes: 25 additions & 0 deletions FeexRanks.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 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeexRanks", "FeexRanks.csproj", "{BD060356-E701-4AE7-A892-02E2F887820B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD060356-E701-4AE7-A892-02E2F887820B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD060356-E701-4AE7-A892-02E2F887820B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD060356-E701-4AE7-A892-02E2F887820B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD060356-E701-4AE7-A892-02E2F887820B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65E2B9CD-52CB-44F8-B07C-B66ED79A2850}
EndGlobalSection
EndGlobal
Binary file modified Libraries/I18N.West.dll
Binary file not shown.
Binary file modified Libraries/I18N.dll
Binary file not shown.
Binary file modified Libraries/MySql.Data.dll
Binary file not shown.
Binary file modified lib/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file modified lib/Assembly-CSharp.dll
Binary file not shown.
Binary file modified lib/Rocket.API.dll
Binary file not shown.
Binary file modified lib/Rocket.Core.dll
Binary file not shown.
Binary file modified lib/Rocket.Unturned.dll
Binary file not shown.
Binary file added lib/UnityEngine.CoreModule.dll
Binary file not shown.
Binary file modified lib/UnityEngine.dll
Binary file not shown.

0 comments on commit dcfe7a0

Please sign in to comment.