Skip to content

Commit

Permalink
Added files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrehn committed Mar 4, 2016
1 parent 85c864f commit 115850d
Show file tree
Hide file tree
Showing 11 changed files with 867 additions and 0 deletions.
44 changes: 44 additions & 0 deletions WindowsApplication1.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsApplication1", "WindowsApplication1.vbproj", "{2366425A-05BC-4E73-8E17-E255DBBD7364}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{87C0FD2C-FC8F-4C82-80C5-AD4514A21452}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://krehnsolutions.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = WindowsApplication1.vbproj
SccLocalPath1 = .
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Debug|x64.ActiveCfg = Debug|x64
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Debug|x64.Build.0 = Debug|x64
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Debug|x86.ActiveCfg = Debug|x86
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Debug|x86.Build.0 = Debug|x86
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Release|Any CPU.Build.0 = Release|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Release|x64.ActiveCfg = Release|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Release|x64.Build.0 = Release|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Release|x86.ActiveCfg = Release|Any CPU
{2366425A-05BC-4E73-8E17-E255DBBD7364}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added WindowsApplication1.suo
Binary file not shown.
12 changes: 12 additions & 0 deletions WindowsApplication1.userprefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Properties>
<MonoDevelop.Ide.Workspace />
<MonoDevelop.Ide.Workbench ActiveDocument="D:\Unity\Projects\Test\New Unity Project\Assets\LevelManager.cs">
<Files>
<File FileName="D:\Unity\Projects\Test\New Unity Project\Assets\LevelManager.cs" Line="11" Column="14" />
</Files>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
</Properties>
Binary file not shown.
Binary file added WindowsApplication1.v11.suo
Binary file not shown.
Loading

0 comments on commit 115850d

Please sign in to comment.