forked from adholten/3dptv
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a vc2008 project entry. Small changes to the vc2010 project
- 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
Showing
10 changed files
with
808 additions
and
911 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 |
---|---|---|
@@ -1,2 +1,7 @@ | ||
|
||
src_c/homemakefile | ||
|
||
[Dd]ebug/ | ||
[Rr]elease/ | ||
ipch/ | ||
*.sdf |
This file was deleted.
Oops, something went wrong.
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,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 not shown.
Oops, something went wrong.