|
Revision 207, 1.3 kB
(checked in by pdjonov, 2 years ago)
|
o Organizing a bunch of stuff.
o Setting up x64 compile targets.
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
Microsoft Visual Studio Solution File, Format Version 9.00 |
|---|
| 3 |
# Visual Studio 2005 |
|---|
| 4 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "physfs_static", "physfs\physfs_static.vcproj", "{6757178C-4D65-48EB-BC01-DFC501CB42FA}" |
|---|
| 5 |
EndProject |
|---|
| 6 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glew_static", "glew\build\vc2005\glew_static.vcproj", "{216F4907-4796-4F06-8A30-22D62456B526}" |
|---|
| 7 |
EndProject |
|---|
| 8 |
Global |
|---|
| 9 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
|---|
| 10 |
Release|Win32 = Release|Win32 |
|---|
| 11 |
Release|x64 = Release|x64 |
|---|
| 12 |
EndGlobalSection |
|---|
| 13 |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
|---|
| 14 |
{6757178C-4D65-48EB-BC01-DFC501CB42FA}.Release|Win32.ActiveCfg = Release|Win32 |
|---|
| 15 |
{6757178C-4D65-48EB-BC01-DFC501CB42FA}.Release|Win32.Build.0 = Release|Win32 |
|---|
| 16 |
{6757178C-4D65-48EB-BC01-DFC501CB42FA}.Release|x64.ActiveCfg = Release|x64 |
|---|
| 17 |
{6757178C-4D65-48EB-BC01-DFC501CB42FA}.Release|x64.Build.0 = Release|x64 |
|---|
| 18 |
{216F4907-4796-4F06-8A30-22D62456B526}.Release|Win32.ActiveCfg = Release|Win32 |
|---|
| 19 |
{216F4907-4796-4F06-8A30-22D62456B526}.Release|Win32.Build.0 = Release|Win32 |
|---|
| 20 |
{216F4907-4796-4F06-8A30-22D62456B526}.Release|x64.ActiveCfg = Release|x64 |
|---|
| 21 |
{216F4907-4796-4F06-8A30-22D62456B526}.Release|x64.Build.0 = Release|x64 |
|---|
| 22 |
EndGlobalSection |
|---|
| 23 |
GlobalSection(SolutionProperties) = preSolution |
|---|
| 24 |
HideSolutionNode = FALSE |
|---|
| 25 |
EndGlobalSection |
|---|
| 26 |
EndGlobal |
|---|