Skip to content

Commit

Permalink
Add Visual C++ 2008 project.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sh committed Apr 10, 2013
1 parent 8a3e342 commit 53dbede
Show file tree
Hide file tree
Showing 4 changed files with 1,417 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.sln eol=crlf
*.vcproj eol=crlf
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ parse/LSTNT/
parse/OBJNT/
subs/LSTNT/
subs/OBJNT/
/vsdir
*.suo
*.ncb
*.user
20 changes: 20 additions & 0 deletions optlink_vs08.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "optlink_vs08", "optlink_vs08.vcproj", "{199BFA3A-EBE1-4FB0-90FD-DE50ED4079AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{199BFA3A-EBE1-4FB0-90FD-DE50ED4079AA}.Debug|Win32.ActiveCfg = Debug|Win32
{199BFA3A-EBE1-4FB0-90FD-DE50ED4079AA}.Debug|Win32.Build.0 = Debug|Win32
{199BFA3A-EBE1-4FB0-90FD-DE50ED4079AA}.Release|Win32.ActiveCfg = Release|Win32
{199BFA3A-EBE1-4FB0-90FD-DE50ED4079AA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 53dbede

Please sign in to comment.