Skip to content

Commit

Permalink
First update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin0by committed May 22, 2020
1 parent beda1de commit 5ba2648
Show file tree
Hide file tree
Showing 122 changed files with 32,973 additions and 0 deletions.
22 changes: 22 additions & 0 deletions StarCitizen Helper.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "StarCitizen Helper", "StarCitizen Helper\StarCitizen Helper.vbproj", "{22BAE60D-DADF-4CA3-9594-ED61A5E19295}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22BAE60D-DADF-4CA3-9594-ED61A5E19295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22BAE60D-DADF-4CA3-9594-ED61A5E19295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22BAE60D-DADF-4CA3-9594-ED61A5E19295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22BAE60D-DADF-4CA3-9594-ED61A5E19295}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
23 changes: 23 additions & 0 deletions StarCitizen Helper/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.diagnostics>
<sources>
<!-- This section defines the logging configuration for My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Uncomment the below section to write to the Application Event Log -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
161 changes: 161 additions & 0 deletions StarCitizen Helper/ConvertForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5ba2648

Please sign in to comment.