Upgrade project files to VS2017.

# Conflicts:
#	celestia.vcproj
pull/3/head
Dmitry Brant 2017-04-08 16:26:08 -04:00 committed by Hleb Valoshka
parent 111120c3eb
commit 73a8d13087
5 changed files with 1841 additions and 1863 deletions

5
.gitignore vendored
View File

@ -1 +1,4 @@
*.user
*.user
Debug/
Release/
.vs/

View File

@ -1,7 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "celestia", "celestia.vcproj", "{DDDE8EA8-F55A-491B-A102-11C9C01B4B58}"
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "celestia", "celestia.vcxproj", "{DDDE8EA8-F55A-491B-A102-11C9C01B4B58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

File diff suppressed because it is too large Load Diff

569
celestia.vcxproj 100644
View File

@ -0,0 +1,569 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{DDDE8EA8-F55A-491B-A102-11C9C01B4B58}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>15.0.26228.4</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>.\src;.\windows\inc;.\windows\inc\libintl;.\windows\inc\libpng;.\windows\inc\libz;.\windows\inc\spice;.\windows\inc\lua-5.1;.\windows\inc\libjpeg;.\thirdparty\Eigen;.\thirdparty\glew\include;.\thirdparty\curveplot\include;.\windows\inc\fmod;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>CELX;LUA_VER=0x050100;USE_SPICE;WINVER=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>intl.lib;user32.lib;gdi32.lib;comdlg32.lib;comctl32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;winmm.lib;vfw32.lib;opengl32.lib;glu32.lib;libjpeg.lib;zlibd.lib;libpngd.lib;lua5.1.lib;cspice.lib;fmod_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(ProjectName).exe</OutputFile>
<AdditionalLibraryDirectories>.\windows\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<AdditionalIncludeDirectories>.\src;.\windows\inc;.\windows\inc\libintl;.\windows\inc\libpng;.\windows\inc\libz;.\windows\inc\spice;.\windows\inc\lua-5.1;.\windows\inc\libjpeg;.\thirdparty\Eigen;.\thirdparty\glew\include;.\thirdparty\curveplot\include;.\windows\inc\fmod;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>CELX;LUA_VER=0x050100;USE_SPICE;WINVER=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>intl.lib;user32.lib;gdi32.lib;comdlg32.lib;comctl32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;winmm.lib;vfw32.lib;opengl32.lib;glu32.lib;libjpeg.lib;zlibd.lib;libpngd.lib;lua5.1.lib;cspice.lib;fmod_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(ProjectName).exe</OutputFile>
<AdditionalLibraryDirectories>.\windows\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<OmitFramePointers>true</OmitFramePointers>
<AdditionalIncludeDirectories>.\src;.\windows\inc;.\windows\inc\libintl;.\windows\inc\libpng;.\windows\inc\libz;.\windows\inc\spice;.\windows\lua51\include;.\windows\inc\libjpeg;.\thirdparty\Eigen;.\thirdparty\curveplot\include;.\thirdparty\glew\include;.\windows\inc\fmod;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>CELX;LUA_VER=0x050100;USE_SPICE;WINVER=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;EIGEN_NO_DEBUG;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<FloatingPointModel>Precise</FloatingPointModel>
</ClCompile>
<Link>
<AdditionalDependencies>legacy_stdio_definitions.lib;intl.lib;user32.lib;gdi32.lib;comdlg32.lib;comctl32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;winmm.lib;vfw32.lib;opengl32.lib;glu32.lib;libjpeg.lib;zlib.lib;libpng.lib;lua5.1.lib;cspice.lib;fmod_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(SolutionDir)$(Configuration)\$(ProjectName).exe</OutputFile>
<AdditionalLibraryDirectories>.\windows\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
<ManifestFile>$(SolutionDir)\src\celestia\win32\res\celestia.exe.manifest</ManifestFile>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<OmitFramePointers>true</OmitFramePointers>
<AdditionalIncludeDirectories>.\src;.\windows\inc;.\windows\inc\libintl;.\windows\inc\libpng;.\windows\inc\libz;.\windows\inc\spice;.\windows\inc\lua-5.1;.\windows\inc\libjpeg;.\thirdparty\Eigen;.\thirdparty\curveplot\include;.\thirdparty\glew\include;.\windows\inc\fmod;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>CELX;LUA_VER=0x050100;USE_SPICE;WINVER=0x0400;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;EIGEN_NO_DEBUG;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<FloatingPointModel>Precise</FloatingPointModel>
</ClCompile>
<Link>
<AdditionalDependencies>intl.lib;user32.lib;gdi32.lib;comdlg32.lib;comctl32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;winmm.lib;vfw32.lib;opengl32.lib;glu32.lib;libjpeg.lib;zlib.lib;libpng.lib;lua5.1.lib;cspice.lib;fmod_vc.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(ProjectName).exe</OutputFile>
<AdditionalLibraryDirectories>.\windows\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries>libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\cel3ds\3dsmodel.cpp" />
<ClCompile Include="src\cel3ds\3dsread.cpp" />
<ClCompile Include="src\celengine\asterism.cpp" />
<ClCompile Include="src\celengine\astro.cpp" />
<ClCompile Include="src\celengine\axisarrow.cpp" />
<ClCompile Include="src\celengine\body.cpp" />
<ClCompile Include="src\celengine\boundaries.cpp" />
<ClCompile Include="src\celengine\catalogxref.cpp" />
<ClCompile Include="src\celengine\cmdparser.cpp" />
<ClCompile Include="src\celengine\command.cpp" />
<ClCompile Include="src\celengine\console.cpp" />
<ClCompile Include="src\celengine\constellation.cpp" />
<ClCompile Include="src\celengine\dds.cpp" />
<ClCompile Include="src\celengine\deepskyobj.cpp" />
<ClCompile Include="src\celengine\dsodb.cpp" />
<ClCompile Include="src\celengine\dsoname.cpp" />
<ClCompile Include="src\celengine\dsooctree.cpp" />
<ClCompile Include="src\celengine\execution.cpp" />
<ClCompile Include="src\celengine\fragmentprog.cpp" />
<ClCompile Include="src\celengine\frame.cpp" />
<ClCompile Include="src\celengine\frametree.cpp" />
<ClCompile Include="src\celengine\galaxy.cpp" />
<ClCompile Include="src\celengine\glcontext.cpp" />
<ClCompile Include="src\celengine\globular.cpp" />
<ClCompile Include="src\celengine\glshader.cpp" />
<ClCompile Include="src\celengine\image.cpp" />
<ClCompile Include="src\celengine\location.cpp" />
<ClCompile Include="src\celengine\lodspheremesh.cpp" />
<ClCompile Include="src\celengine\marker.cpp" />
<ClCompile Include="src\celengine\meshmanager.cpp" />
<ClCompile Include="src\celengine\modelgeometry.cpp" />
<ClCompile Include="src\celengine\multitexture.cpp" />
<ClCompile Include="src\celengine\nebula.cpp" />
<ClCompile Include="src\celengine\observer.cpp" />
<ClCompile Include="src\celengine\opencluster.cpp" />
<ClCompile Include="src\celengine\overlay.cpp" />
<ClCompile Include="src\celengine\parseobject.cpp" />
<ClCompile Include="src\celengine\parser.cpp" />
<ClCompile Include="src\celengine\planetgrid.cpp" />
<ClCompile Include="src\celengine\regcombine.cpp" />
<ClCompile Include="src\celengine\rendcontext.cpp" />
<ClCompile Include="src\celengine\render.cpp" />
<ClCompile Include="src\celengine\renderglsl.cpp" />
<ClCompile Include="src\celengine\rotationmanager.cpp" />
<ClCompile Include="src\celengine\selection.cpp" />
<ClCompile Include="src\celengine\shadermanager.cpp" />
<ClCompile Include="src\celengine\simulation.cpp" />
<ClCompile Include="src\celengine\skygrid.cpp" />
<ClCompile Include="src\celengine\solarsys.cpp" />
<ClCompile Include="src\celengine\spheremesh.cpp" />
<ClCompile Include="src\celengine\star.cpp" />
<ClCompile Include="src\celengine\starbrowser.cpp" />
<ClCompile Include="src\celengine\starcolors.cpp" />
<ClCompile Include="src\celengine\stardb.cpp" />
<ClCompile Include="src\celengine\starname.cpp" />
<ClCompile Include="src\celengine\staroctree.cpp" />
<ClCompile Include="src\celengine\stellarclass.cpp" />
<ClCompile Include="src\celengine\texmanager.cpp" />
<ClCompile Include="src\celengine\texture.cpp" />
<ClCompile Include="src\celengine\timeline.cpp" />
<ClCompile Include="src\celengine\timelinephase.cpp" />
<ClCompile Include="src\celengine\tokenizer.cpp" />
<ClCompile Include="src\celengine\trajmanager.cpp" />
<ClCompile Include="src\celengine\univcoord.cpp" />
<ClCompile Include="src\celengine\universe.cpp" />
<ClCompile Include="src\celengine\vertexprog.cpp" />
<ClCompile Include="src\celengine\virtualtex.cpp" />
<ClCompile Include="src\celengine\visibleregion.cpp" />
<ClCompile Include="src\celephem\customorbit.cpp" />
<ClCompile Include="src\celephem\customrotation.cpp" />
<ClCompile Include="src\celephem\jpleph.cpp" />
<ClCompile Include="src\celephem\nutation.cpp" />
<ClCompile Include="src\celephem\orbit.cpp" />
<ClCompile Include="src\celephem\precession.cpp" />
<ClCompile Include="src\celephem\rotation.cpp" />
<ClCompile Include="src\celephem\samporbit.cpp" />
<ClCompile Include="src\celephem\samporient.cpp" />
<ClCompile Include="src\celephem\scriptobject.cpp" />
<ClCompile Include="src\celephem\scriptorbit.cpp" />
<ClCompile Include="src\celephem\scriptrotation.cpp" />
<ClCompile Include="src\celephem\spiceinterface.cpp" />
<ClCompile Include="src\celephem\spiceorbit.cpp" />
<ClCompile Include="src\celephem\spicerotation.cpp" />
<ClCompile Include="src\celephem\vsop87.cpp" />
<ClCompile Include="src\celestia\avicapture.cpp" />
<ClCompile Include="src\celestia\celestiacore.cpp" />
<ClCompile Include="src\celestia\celx.cpp" />
<ClCompile Include="src\celestia\celx_celestia.cpp" />
<ClCompile Include="src\celestia\celx_frame.cpp" />
<ClCompile Include="src\celestia\celx_gl.cpp" />
<ClCompile Include="src\celestia\celx_object.cpp" />
<ClCompile Include="src\celestia\celx_observer.cpp" />
<ClCompile Include="src\celestia\celx_phase.cpp" />
<ClCompile Include="src\celestia\celx_position.cpp" />
<ClCompile Include="src\celestia\celx_rotation.cpp" />
<ClCompile Include="src\celestia\celx_vector.cpp" />
<ClCompile Include="src\celestia\configfile.cpp" />
<ClCompile Include="src\celestia\destination.cpp" />
<ClCompile Include="src\celestia\eclipsefinder.cpp" />
<ClCompile Include="src\celestia\favorites.cpp" />
<ClCompile Include="src\celestia\imagecapture.cpp" />
<ClCompile Include="src\celestia\scriptmenu.cpp" />
<ClCompile Include="src\celestia\url.cpp" />
<ClCompile Include="src\celestia\win32\ODMenu.cpp" />
<ClCompile Include="src\celestia\win32\wglext.cpp" />
<ClCompile Include="src\celestia\win32\winbookmarks.cpp" />
<ClCompile Include="src\celestia\win32\windatepicker.cpp" />
<ClCompile Include="src\celestia\win32\wineclipses.cpp" />
<ClCompile Include="src\celestia\win32\wingotodlg.cpp" />
<ClCompile Include="src\celestia\win32\winhyperlinks.cpp" />
<ClCompile Include="src\celestia\win32\winlocations.cpp" />
<ClCompile Include="src\celestia\win32\winmain.cpp" />
<ClCompile Include="src\celestia\win32\winsplash.cpp" />
<ClCompile Include="src\celestia\win32\winssbrowser.cpp" />
<ClCompile Include="src\celestia\win32\winstarbrowser.cpp" />
<ClCompile Include="src\celestia\win32\wintime.cpp" />
<ClCompile Include="src\celestia\win32\wintourguide.cpp" />
<ClCompile Include="src\celestia\win32\winviewoptsdlg.cpp" />
<ClCompile Include="src\celmath\frustum.cpp" />
<ClCompile Include="src\celmath\perlin.cpp" />
<ClCompile Include="src\celmodel\material.cpp" />
<ClCompile Include="src\celmodel\mesh.cpp" />
<ClCompile Include="src\celmodel\model.cpp" />
<ClCompile Include="src\celmodel\modelfile.cpp" />
<ClCompile Include="src\celtxf\texturefont.cpp" />
<ClCompile Include="src\celutil\bigfix.cpp" />
<ClCompile Include="src\celutil\color.cpp" />
<ClCompile Include="src\celutil\debug.cpp" />
<ClCompile Include="src\celutil\directory.cpp" />
<ClCompile Include="src\celutil\filetype.cpp" />
<ClCompile Include="src\celutil\formatnum.cpp" />
<ClCompile Include="src\celutil\utf8.cpp" />
<ClCompile Include="src\celutil\util.cpp" />
<ClCompile Include="src\celutil\windirectory.cpp" />
<ClCompile Include="src\celutil\wintimer.cpp" />
<ClCompile Include="src\celutil\winutil.cpp" />
<ClCompile Include="thirdparty\curveplot\src\curveplot.cpp" />
<ClCompile Include="thirdparty\glew\src\glew.c" />
<ClCompile Include="windows\lua51\src\lapi.c" />
<ClCompile Include="windows\lua51\src\lauxlib.c" />
<ClCompile Include="windows\lua51\src\lbaselib.c" />
<ClCompile Include="windows\lua51\src\lcode.c" />
<ClCompile Include="windows\lua51\src\ldblib.c" />
<ClCompile Include="windows\lua51\src\ldebug.c" />
<ClCompile Include="windows\lua51\src\ldo.c" />
<ClCompile Include="windows\lua51\src\ldump.c" />
<ClCompile Include="windows\lua51\src\lfunc.c" />
<ClCompile Include="windows\lua51\src\lgc.c" />
<ClCompile Include="windows\lua51\src\linit.c" />
<ClCompile Include="windows\lua51\src\liolib.c" />
<ClCompile Include="windows\lua51\src\llex.c" />
<ClCompile Include="windows\lua51\src\lmathlib.c" />
<ClCompile Include="windows\lua51\src\lmem.c" />
<ClCompile Include="windows\lua51\src\loadlib.c" />
<ClCompile Include="windows\lua51\src\lobject.c" />
<ClCompile Include="windows\lua51\src\lopcodes.c" />
<ClCompile Include="windows\lua51\src\loslib.c" />
<ClCompile Include="windows\lua51\src\lparser.c" />
<ClCompile Include="windows\lua51\src\lstate.c" />
<ClCompile Include="windows\lua51\src\lstring.c" />
<ClCompile Include="windows\lua51\src\lstrlib.c" />
<ClCompile Include="windows\lua51\src\ltable.c" />
<ClCompile Include="windows\lua51\src\ltablib.c" />
<ClCompile Include="windows\lua51\src\ltm.c" />
<ClCompile Include="windows\lua51\src\lundump.c" />
<ClCompile Include="windows\lua51\src\lvm.c" />
<ClCompile Include="windows\lua51\src\lzio.c" />
<ClCompile Include="windows\lua51\src\print.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\cel3ds\3dschunk.h" />
<ClInclude Include="src\cel3ds\3dsmodel.h" />
<ClInclude Include="src\cel3ds\3dsread.h" />
<ClInclude Include="src\celengine\asterism.h" />
<ClInclude Include="src\celengine\astro.h" />
<ClInclude Include="src\celengine\atmosphere.h" />
<ClInclude Include="src\celengine\axisarrow.h" />
<ClInclude Include="src\celengine\body.h" />
<ClInclude Include="src\celengine\boundaries.h" />
<ClInclude Include="src\celengine\catalogxref.h" />
<ClInclude Include="src\celengine\cmdparser.h" />
<ClInclude Include="src\celengine\command.h" />
<ClInclude Include="src\celengine\console.h" />
<ClInclude Include="src\celengine\constellation.h" />
<ClInclude Include="src\celengine\customorbit.h" />
<ClInclude Include="src\celengine\customrotation.h" />
<ClInclude Include="src\celengine\deepskyobj.h" />
<ClInclude Include="src\celengine\dispmap.h" />
<ClInclude Include="src\celengine\dsodb.h" />
<ClInclude Include="src\celengine\dsoname.h" />
<ClInclude Include="src\celengine\dsooctree.h" />
<ClInclude Include="src\celengine\execenv.h" />
<ClInclude Include="src\celengine\execution.h" />
<ClInclude Include="src\celengine\fragmentprog.h" />
<ClInclude Include="src\celengine\frame.h" />
<ClInclude Include="src\celengine\frametree.h" />
<ClInclude Include="src\celengine\galaxy.h" />
<ClInclude Include="src\celengine\geometry.h" />
<ClInclude Include="src\celengine\glcontext.h" />
<ClInclude Include="src\celengine\globular.h" />
<ClInclude Include="src\celengine\glshader.h" />
<ClInclude Include="src\celengine\image.h" />
<ClInclude Include="src\celengine\jpleph.h" />
<ClInclude Include="src\celengine\lightenv.h" />
<ClInclude Include="src\celengine\location.h" />
<ClInclude Include="src\celengine\lodspheremesh.h" />
<ClInclude Include="src\celengine\marker.h" />
<ClInclude Include="src\celengine\meshmanager.h" />
<ClInclude Include="src\celengine\modelgeometry.h" />
<ClInclude Include="src\celengine\multitexture.h" />
<ClInclude Include="src\celengine\name.h" />
<ClInclude Include="src\celengine\nebula.h" />
<ClInclude Include="src\celengine\nutation.h" />
<ClInclude Include="src\celengine\observer.h" />
<ClInclude Include="src\celengine\octree.h" />
<ClInclude Include="src\celengine\opencluster.h" />
<ClInclude Include="src\celengine\orbit.h" />
<ClInclude Include="src\celengine\overlay.h" />
<ClInclude Include="src\celengine\parseobject.h" />
<ClInclude Include="src\celengine\parser.h" />
<ClInclude Include="src\celengine\planetgrid.h" />
<ClInclude Include="src\celengine\precession.h" />
<ClInclude Include="src\celengine\referencemark.h" />
<ClInclude Include="src\celengine\regcombine.h" />
<ClInclude Include="src\celengine\rendcontext.h" />
<ClInclude Include="src\celengine\render.h" />
<ClInclude Include="src\celengine\renderglsl.h" />
<ClInclude Include="src\celengine\renderinfo.h" />
<ClInclude Include="src\celengine\rotation.h" />
<ClInclude Include="src\celengine\rotationmanager.h" />
<ClInclude Include="src\celengine\samporbit.h" />
<ClInclude Include="src\celengine\samporient.h" />
<ClInclude Include="src\celengine\scriptobject.h" />
<ClInclude Include="src\celengine\scriptorbit.h" />
<ClInclude Include="src\celengine\scriptrotation.h" />
<ClInclude Include="src\celengine\selection.h" />
<ClInclude Include="src\celengine\shadermanager.h" />
<ClInclude Include="src\celengine\simulation.h" />
<ClInclude Include="src\celengine\skygrid.h" />
<ClInclude Include="src\celengine\solarsys.h" />
<ClInclude Include="src\celengine\spheremesh.h" />
<ClInclude Include="src\celengine\spiceinterface.h" />
<ClInclude Include="src\celengine\spiceorbit.h" />
<ClInclude Include="src\celengine\spicerotation.h" />
<ClInclude Include="src\celengine\star.h" />
<ClInclude Include="src\celengine\starbrowser.h" />
<ClInclude Include="src\celengine\starcolors.h" />
<ClInclude Include="src\celengine\stardb.h" />
<ClInclude Include="src\celengine\starname.h" />
<ClInclude Include="src\celengine\staroctree.h" />
<ClInclude Include="src\celengine\stellarclass.h" />
<ClInclude Include="src\celengine\surface.h" />
<ClInclude Include="src\celengine\texmanager.h" />
<ClInclude Include="src\celengine\texture.h" />
<ClInclude Include="src\celengine\timeline.h" />
<ClInclude Include="src\celengine\timelinephase.h" />
<ClInclude Include="src\celengine\tokenizer.h" />
<ClInclude Include="src\celengine\trajmanager.h" />
<ClInclude Include="src\celengine\univcoord.h" />
<ClInclude Include="src\celengine\universe.h" />
<ClInclude Include="src\celengine\vecgl.h" />
<ClInclude Include="src\celengine\vertexbuf.h" />
<ClInclude Include="src\celengine\vertexprog.h" />
<ClInclude Include="src\celengine\virtualtex.h" />
<ClInclude Include="src\celengine\visibleregion.h" />
<ClInclude Include="src\celengine\vsop87.h" />
<ClInclude Include="src\celephem\customorbit.h" />
<ClInclude Include="src\celephem\customrotation.h" />
<ClInclude Include="src\celephem\jpleph.h" />
<ClInclude Include="src\celephem\nutation.h" />
<ClInclude Include="src\celephem\orbit.h" />
<ClInclude Include="src\celephem\precession.h" />
<ClInclude Include="src\celephem\rotation.h" />
<ClInclude Include="src\celephem\samporbit.h" />
<ClInclude Include="src\celephem\samporient.h" />
<ClInclude Include="src\celephem\scriptobject.h" />
<ClInclude Include="src\celephem\scriptorbit.h" />
<ClInclude Include="src\celephem\scriptrotation.h" />
<ClInclude Include="src\celephem\spiceinterface.h" />
<ClInclude Include="src\celephem\spiceorbit.h" />
<ClInclude Include="src\celephem\spicerotation.h" />
<ClInclude Include="src\celephem\vsop87.h" />
<ClInclude Include="src\celestia\avicapture.h" />
<ClInclude Include="src\celestia\celestiacore.h" />
<ClInclude Include="src\celestia\celx.h" />
<ClInclude Include="src\celestia\celx_celestia.h" />
<ClInclude Include="src\celestia\celx_frame.h" />
<ClInclude Include="src\celestia\celx_gl.h" />
<ClInclude Include="src\celestia\celx_internal.h" />
<ClInclude Include="src\celestia\celx_object.h" />
<ClInclude Include="src\celestia\celx_observer.h" />
<ClInclude Include="src\celestia\celx_phase.h" />
<ClInclude Include="src\celestia\celx_position.h" />
<ClInclude Include="src\celestia\celx_rotation.h" />
<ClInclude Include="src\celestia\celx_vector.h" />
<ClInclude Include="src\celestia\configfile.h" />
<ClInclude Include="src\celestia\destination.h" />
<ClInclude Include="src\celestia\eclipsefinder.h" />
<ClInclude Include="src\celestia\favorites.h" />
<ClInclude Include="src\celestia\imagecapture.h" />
<ClInclude Include="src\celestia\moviecapture.h" />
<ClInclude Include="src\celestia\scriptmenu.h" />
<ClInclude Include="src\celestia\url.h" />
<ClInclude Include="src\celestia\win32\ODMenu.h" />
<ClInclude Include="src\celestia\win32\res\resource.h" />
<ClInclude Include="src\celestia\win32\wglext.h" />
<ClInclude Include="src\celestia\win32\winbookmarks.h" />
<ClInclude Include="src\celestia\win32\wineclipses.h" />
<ClInclude Include="src\celestia\win32\wingotodlg.h" />
<ClInclude Include="src\celestia\win32\winhyperlinks.h" />
<ClInclude Include="src\celestia\win32\winlocations.h" />
<ClInclude Include="src\celestia\win32\winsplash.h" />
<ClInclude Include="src\celestia\win32\winssbrowser.h" />
<ClInclude Include="src\celestia\win32\winstarbrowser.h" />
<ClInclude Include="src\celestia\win32\wintime.h" />
<ClInclude Include="src\celestia\win32\wintourguide.h" />
<ClInclude Include="src\celestia\win32\winviewo ptsdlg.h" />
<ClInclude Include="src\celmath\aabox.h" />
<ClInclude Include="src\celmath\capsule.h" />
<ClInclude Include="src\celmath\distance.h" />
<ClInclude Include="src\celmath\ellipsoid.h" />
<ClInclude Include="src\celmath\frustum.h" />
<ClInclude Include="src\celmath\intersect.h" />
<ClInclude Include="src\celmath\mathlib.h" />
<ClInclude Include="src\celmath\perlin.h" />
<ClInclude Include="src\celmath\plane.h" />
<ClInclude Include="src\celmath\quaternion.h" />
<ClInclude Include="src\celmath\ray.h" />
<ClInclude Include="src\celmath\solve.h" />
<ClInclude Include="src\celmath\sphere.h" />
<ClInclude Include="src\celmath\vecmath.h" />
<ClInclude Include="src\celmodel\material.h" />
<ClInclude Include="src\celmodel\mesh.h" />
<ClInclude Include="src\celmodel\model.h" />
<ClInclude Include="src\celmodel\modelfile.h" />
<ClInclude Include="src\celtxf\texturefont.h" />
<ClInclude Include="src\celutil\basictypes.h" />
<ClInclude Include="src\celutil\bigfix.h" />
<ClInclude Include="src\celutil\bytes.h" />
<ClInclude Include="src\celutil\color.h" />
<ClInclude Include="src\celutil\debug.h" />
<ClInclude Include="src\celutil\directory.h" />
<ClInclude Include="src\celutil\filetype.h" />
<ClInclude Include="src\celutil\formatnum.h" />
<ClInclude Include="src\celutil\reshandle.h" />
<ClInclude Include="src\celutil\resmanager.h" />
<ClInclude Include="src\celutil\timer.h" />
<ClInclude Include="src\celutil\utf8.h" />
<ClInclude Include="src\celutil\util.h" />
<ClInclude Include="src\celutil\watcher.h" />
<ClInclude Include="src\celutil\winutil.h" />
</ItemGroup>
<ItemGroup>
<Image Include="src\celestia\win32\res\about.bmp" />
<Image Include="src\celestia\win32\res\application-bookmark.bmp" />
<Image Include="src\celestia\win32\res\book.bmp" />
<Image Include="src\celestia\win32\res\bookmark-add.bmp" />
<Image Include="src\celestia\win32\res\camcorder2.bmp" />
<Image Include="src\celestia\win32\res\camera2.bmp" />
<Image Include="src\celestia\win32\res\Celestia.ico" />
<Image Include="src\celestia\win32\res\clock2.bmp" />
<Image Include="src\celestia\win32\res\Clsdfolder.ico" />
<Image Include="src\celestia\win32\res\config.bmp" />
<Image Include="src\celestia\win32\res\eclipse_found.bmp" />
<Image Include="src\celestia\win32\res\exit.bmp" />
<Image Include="src\celestia\win32\res\folderclosed2.bmp" />
<Image Include="src\celestia\win32\res\folderopened2.bmp" />
<Image Include="src\celestia\win32\res\full_screen2.bmp" />
<Image Include="src\celestia\win32\res\globe.bmp" />
<Image Include="src\celestia\win32\res\license.bmp" />
<Image Include="src\celestia\win32\res\Location.ico" />
<Image Include="src\celestia\win32\res\location2.bmp" />
<Image Include="src\celestia\win32\res\Openfolder.ico" />
<Image Include="src\celestia\win32\res\report_GL.bmp" />
<Image Include="src\celestia\win32\res\Rootfolder.ico" />
<Image Include="src\celestia\win32\res\script2.bmp" />
<Image Include="src\celestia\win32\res\select_sol.bmp" />
<Image Include="src\celestia\win32\res\slide.bmp" />
<Image Include="src\celestia\win32\res\slide_active.bmp" />
<Image Include="src\celestia\win32\res\slide_all.bmp" />
<Image Include="src\celestia\win32\res\sol_browser.bmp" />
<Image Include="src\celestia\win32\res\star_browser.bmp" />
<Image Include="src\celestia\win32\res\stop.bmp" />
<Image Include="src\celestia\win32\res\sunglasses.bmp" />
<Image Include="src\celestia\win32\res\time-add.bmp" />
<Image Include="src\celestia\win32\res\time-backward.bmp" />
<Image Include="src\celestia\win32\res\time-forward.bmp" />
<Image Include="src\celestia\win32\res\time-remove.bmp" />
<Image Include="src\celestia\win32\res\tour_guide.bmp" />
<Image Include="src\celestia\win32\res\window_separate_horizontal.bmp" />
<Image Include="src\celestia\win32\res\window_separate_vertical.bmp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\celestia\win32\res\celestia.rc" />
</ItemGroup>
<ItemGroup>
<None Include="src\celestia\win32\res\crosshair-opaque.cur" />
<None Include="src\celestia\win32\res\crosshair.cur" />
</ItemGroup>
<ItemGroup>
<Manifest Include="src\celestia\win32\res\celestia.exe.manifest" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

File diff suppressed because it is too large Load Diff