Skip to content

Commit

Permalink
Added a vc2008 project entry. Small changes to the vc2010 project
Browse files Browse the repository at this point in the history
- Added a Visual Studio C++ 2008 project entry, like the one Alex
added for vc2010.
- Removed the old 3dptv.vcproj files
- Small modifications in the vc2010 project settings
  • Loading branch information
adholten committed Jan 6, 2013
1 parent ba2b83e commit 721fe02
Show file tree
Hide file tree
Showing 10 changed files with 808 additions and 911 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@

src_c/homemakefile

[Dd]ebug/
[Rr]elease/
ipch/
*.sdf
299 changes: 0 additions & 299 deletions 3dptv.vcproj

This file was deleted.

20 changes: 20 additions & 0 deletions 3dptv_vc2008/3dptv.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 Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3dptv_vc2008", "3dptv_vc2008\3dptv.vcproj", "{E00A7987-43D3-401E-B02B-3E80F54CD7F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E00A7987-43D3-401E-B02B-3E80F54CD7F7}.Debug|Win32.ActiveCfg = Debug|Win32
{E00A7987-43D3-401E-B02B-3E80F54CD7F7}.Debug|Win32.Build.0 = Debug|Win32
{E00A7987-43D3-401E-B02B-3E80F54CD7F7}.Release|Win32.ActiveCfg = Release|Win32
{E00A7987-43D3-401E-B02B-3E80F54CD7F7}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added 3dptv_vc2008/3dptv.suo
Binary file not shown.
Loading

0 comments on commit 721fe02

Please sign in to comment.