Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentSys committed Sep 13, 2015
1 parent b9562b1 commit 93779d6
Show file tree
Hide file tree
Showing 16 changed files with 28,885 additions and 0 deletions.
22 changes: 22 additions & 0 deletions SLAM.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 Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SLAM", "SLAM\SLAM.vbproj", "{AD04A68E-023A-48A3-8996-E4F5B763ECD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD04A68E-023A-48A3-8996-E4F5B763ECD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD04A68E-023A-48A3-8996-E4F5B763ECD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD04A68E-023A-48A3-8996-E4F5B763ECD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD04A68E-023A-48A3-8996-E4F5B763ECD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
24 changes: 24 additions & 0 deletions SLAM/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="SLAM.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<userSettings>
<SLAM.My.MySettings>
<setting name="SteamAppsFolder" serializeAs="String">
<value />
</setting>
<setting name="PlayKey" serializeAs="String">
<value>X</value>
</setting>
<setting name="LastGame" serializeAs="String">
<value />
</setting>
</SLAM.My.MySettings>
</userSettings>
</configuration>
223 changes: 223 additions & 0 deletions SLAM/Form1.Designer.vb

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

Loading

0 comments on commit 93779d6

Please sign in to comment.