-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
32,973 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.