Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Put changes into project file
Browse files Browse the repository at this point in the history
  • Loading branch information
FurkanS1821 committed Oct 6, 2018
1 parent d765f89 commit 0987e3b
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
[Bb]in/
[Oo]bj/

# App config
app.config

#test VS2015
GameServer.sln.ide/

Expand Down
34 changes: 17 additions & 17 deletions LeagueSandbox-Default.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,23 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Buffs\Blind\Blind.cs" />
<Compile Include="Buffs\Disarm\Disarm.cs" />
<Compile Include="Buffs\HealCheck\HealCheck.cs" />
<Compile Include="Buffs\HealSpeed\HealSpeed.cs" />
<Compile Include="Buffs\Highlander\Highlander.cs" />
<Compile Include="Buffs\Invulnerable\Invulnerable.cs" />
<Compile Include="Buffs\LuluR\LuluR.cs" />
<Compile Include="Buffs\LuluWBuff\LuluWBuff.cs" />
<Compile Include="Buffs\LuluWDebuff\LuluWDebuff.cs" />
<Compile Include="Buffs\OverdriveSlow\OverdriveSlow.cs" />
<Compile Include="Buffs\Overdrive\Overdrive.cs" />
<Compile Include="Buffs\Quickdraw\Quickdraw.cs" />
<Compile Include="Buffs\Silence\Silence.cs" />
<Compile Include="Buffs\YoumuusGhostblade\YoumuusGhostblade.cs" />
<Compile Include="Buffs\Blind.cs" />
<Compile Include="Buffs\Disarm.cs" />
<Compile Include="Buffs\HealCheck.cs" />
<Compile Include="Buffs\HealSpeed.cs" />
<Compile Include="Buffs\Highlander.cs" />
<Compile Include="Buffs\Invulnerable.cs" />
<Compile Include="Buffs\LuluR.cs" />
<Compile Include="Buffs\LuluWBuff.cs" />
<Compile Include="Buffs\LuluWDebuff.cs" />
<Compile Include="Buffs\Overdrive.cs" />
<Compile Include="Buffs\OverdriveSlow.cs" />
<Compile Include="Buffs\Quickdraw.cs" />
<Compile Include="Buffs\Silence.cs" />
<Compile Include="Buffs\SummonerExhaustDebuff.cs" />
<Compile Include="Buffs\SummonerHasteBuff.cs" />
<Compile Include="Buffs\SummonerReviveSpeedBoost.cs" />
<Compile Include="Buffs\YoumuusGhostblade.cs" />
<Compile Include="Champions\Akali\E.cs" />
<Compile Include="Champions\Akali\Passive.cs" />
<Compile Include="Champions\Akali\Q.cs" />
Expand Down Expand Up @@ -114,8 +117,5 @@
<Name>GameServerLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
67 changes: 67 additions & 0 deletions app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.8.0" newVersion="2.0.8.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.4.1.0" newVersion="1.4.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2.1.0" newVersion="1.2.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Xml.ReaderWriter" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.FileSystem" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.StackTrace" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.FileSystem.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.Tracing" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit 0987e3b

Please sign in to comment.