Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiteGostoso committed Mar 12, 2017
1 parent eb23f83 commit 94c03a0
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SwitchPosition")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("SwitchPosition")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("97df17aa-3a5c-454b-bf69-553800ae934f")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file added bin/Release/SwitchPosition.dll
Binary file not shown.
Binary file added lib/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file added lib/Assembly-CSharp.dll
Binary file not shown.
Binary file added lib/Rocket.API.dll
Binary file not shown.
Binary file added lib/Rocket.Core.dll
Binary file not shown.
Binary file added lib/Rocket.Unturned.dll
Binary file not shown.
Binary file added lib/UnityEngine.dll
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions obj/Debug/SwitchPosition.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\SwitchPosition.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\SwitchPosition.pdb
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\Assembly-CSharp-firstpass.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\Assembly-CSharp.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\Rocket.API.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\Rocket.Core.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\Rocket.Unturned.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\bin\Debug\UnityEngine.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\obj\Debug\SwitchPosition.csprojResolveAssemblyReference.cache
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\obj\Debug\SwitchPosition.dll
C:\Users\USER\Desktop\Desktop\C# Projects\SwitchPosition\SwitchPosition\obj\Debug\SwitchPosition.pdb
Binary file not shown.
Binary file added obj/Debug/SwitchPosition.dll
Binary file not shown.
Binary file added obj/Debug/SwitchPosition.pdb
Binary file not shown.

0 comments on commit 94c03a0

Please sign in to comment.