diff --git a/windows/examples/examples.sln b/windows/examples/examples.sln index 6e24312a..16a614bd 100644 --- a/windows/examples/examples.sln +++ b/windows/examples/examples.sln @@ -7,6 +7,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "positions", "positions\posi EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moonphase", "moonphase\moonphase.vcxproj", "{824FA453-2C7D-4817-87B8-1953748096DE}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "riseset", "riseset\riseset.vcxproj", "{125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -31,6 +33,14 @@ Global {824FA453-2C7D-4817-87B8-1953748096DE}.Release|x64.Build.0 = Release|x64 {824FA453-2C7D-4817-87B8-1953748096DE}.Release|x86.ActiveCfg = Release|Win32 {824FA453-2C7D-4817-87B8-1953748096DE}.Release|x86.Build.0 = Release|Win32 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Debug|x64.ActiveCfg = Debug|x64 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Debug|x64.Build.0 = Debug|x64 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Debug|x86.ActiveCfg = Debug|Win32 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Debug|x86.Build.0 = Debug|Win32 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Release|x64.ActiveCfg = Release|x64 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Release|x64.Build.0 = Release|x64 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Release|x86.ActiveCfg = Release|Win32 + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/windows/examples/riseset/riseset.vcxproj b/windows/examples/riseset/riseset.vcxproj new file mode 100644 index 00000000..58f7cf7b --- /dev/null +++ b/windows/examples/riseset/riseset.vcxproj @@ -0,0 +1,132 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {125F7DA0-256B-4DCF-BB79-8AB053F5C1DB} + riseset + 8.1 + + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + C:\don\github\astronomy\demo\c;C:\don\github\astronomy\source\c;%(AdditionalIncludeDirectories) + + + + + Level3 + Disabled + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + C:\don\github\astronomy\demo\c;C:\don\github\astronomy\source\c;%(AdditionalIncludeDirectories) + + + + + Level3 + MaxSpeed + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + C:\don\github\astronomy\demo\c;C:\don\github\astronomy\source\c;%(AdditionalIncludeDirectories) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + C:\don\github\astronomy\demo\c;C:\don\github\astronomy\source\c;%(AdditionalIncludeDirectories) + + + true + true + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/windows/examples/riseset/riseset.vcxproj.filters b/windows/examples/riseset/riseset.vcxproj.filters new file mode 100644 index 00000000..0c51754e --- /dev/null +++ b/windows/examples/riseset/riseset.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file