Skip to content

Commit

Permalink
Added GitHub repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tustin committed May 2, 2016
1 parent e932fbd commit 3d738c5
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -45,3 +45,6 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk
*.cache
*.cache
TunablesEditorCode/obj/Debug/TunablesEditorCode.csproj.FileListAbsolute.txt
2 changes: 1 addition & 1 deletion TunablesEditorCode/Forms/About.cs
Expand Up @@ -25,7 +25,7 @@ private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs

private void linkLabel2_LinkClicked_1(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("soon");
Process.Start("https://github.com/Tustin/Tunables");
}
}
}
3 changes: 0 additions & 3 deletions TunablesEditorCode/TunablesEditorCode.csproj
Expand Up @@ -104,9 +104,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<Content Include="UpdateInfo.xml">
<SubType>Designer</SubType>
</Content>
<None Include="Resources\Alert.png" />
<None Include="Resources\Done16x.png" />
</ItemGroup>
Expand Down
Binary file modified TunablesEditorCode/bin/Debug/GTA V Tunables Editor.exe
Binary file not shown.
Binary file modified TunablesEditorCode/bin/Debug/GTA V Tunables Editor.pdb
Binary file not shown.
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Binary file not shown.
Binary file modified TunablesEditorCode/obj/Debug/GTA V Tunables Editor.exe
Binary file not shown.
Binary file modified TunablesEditorCode/obj/Debug/GTA V Tunables Editor.pdb
Binary file not shown.
Binary file not shown.
Expand Up @@ -23,3 +23,14 @@ C:\Users\Josh\Documents\Visual Studio 2013\Projects\TunablesEditorCode\TunablesE
C:\Users\Josh\Documents\Visual Studio 2013\Projects\TunablesEditorCode\TunablesEditorCode\obj\Debug\TunablesEditorCode.csproj.GenerateResource.Cache
C:\Users\Josh\Documents\Visual Studio 2013\Projects\TunablesEditorCode\TunablesEditorCode\obj\Debug\GTA V Tunables Editor.exe
C:\Users\Josh\Documents\Visual Studio 2013\Projects\TunablesEditorCode\TunablesEditorCode\obj\Debug\GTA V Tunables Editor.pdb
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\bin\Debug\GTA V Tunables Editor.exe.config
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\obj\Debug\GTA V Tunables Editor.exe
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\obj\Debug\GTA V Tunables Editor.pdb
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\bin\Debug\GTA V Tunables Editor.exe
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\bin\Debug\GTA V Tunables Editor.pdb
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\bin\Debug\Newtonsoft.Json.xml
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\obj\Debug\TunablesEditorCode.csprojResolveAssemblyReference.cache
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\obj\Debug\TunablesEditorCode.About.resources
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\obj\Debug\TunablesEditorCode.Main.resources
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\obj\Debug\TunablesEditorCode.Properties.Resources.resources
C:\Users\Josh\Documents\GitHub\Tunables\TunablesEditorCode\obj\Debug\TunablesEditorCode.csproj.GenerateResource.Cache

0 comments on commit 3d738c5

Please sign in to comment.