Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cemahseri committed May 23, 2019
1 parent bc1c9ad commit 29ae482
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SkillSets.csproj
Expand Up @@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>SkillSets</RootNamespace>
<AssemblyName>SkillSets</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -44,6 +44,9 @@
<Reference Include="UnityEngine">
<HintPath>lib\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>lib\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>lib\Assembly-CSharp.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -72,6 +75,7 @@
<None Include="lib\Rocket.Core.dll" />
<None Include="lib\Rocket.Unturned.dll" />
<None Include="lib\UnityEngine.dll" />
<None Include="lib\UnityEngine.CoreModule.dll" />
<None Include="lib\Assembly-CSharp.dll" />
<None Include="lib\Assembly-CSharp-firstpass.dll" />
<None Include="README.html" />
Expand Down
25 changes: 25 additions & 0 deletions SkillSets.sln
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkillSets", "SkillSets.csproj", "{2EEC4147-C7F1-4A5A-9872-2ABE1B47B365}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EEC4147-C7F1-4A5A-9872-2ABE1B47B365}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EEC4147-C7F1-4A5A-9872-2ABE1B47B365}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EEC4147-C7F1-4A5A-9872-2ABE1B47B365}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EEC4147-C7F1-4A5A-9872-2ABE1B47B365}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85E468D5-C18F-4079-860E-8ACDC17953B4}
EndGlobalSection
EndGlobal
Binary file modified bin/Release/SkillSets.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.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 29ae482

Please sign in to comment.