diff --git a/build/tf.sln b/build/tf.sln new file mode 100644 index 000000000..4d35d8843 --- /dev/null +++ b/build/tf.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tf0", "tf0.vcxproj", "{9C91BACF-9A70-4973-B8CC-FA3D2AF9867C}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AgaLib", "AgaLib.vcxproj", "{2D38A763-3D74-4338-9362-B891784EC90E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vedoc", "vedoc.vcxproj", "{A1CE9743-A597-4F92-B55A-345A366C9E55}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vedocext", "vedocext.vcxproj", "{0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9C91BACF-9A70-4973-B8CC-FA3D2AF9867C}.Debug|Win32.ActiveCfg = Debug|Win32 + {9C91BACF-9A70-4973-B8CC-FA3D2AF9867C}.Debug|Win32.Build.0 = Debug|Win32 + {9C91BACF-9A70-4973-B8CC-FA3D2AF9867C}.Release|Win32.ActiveCfg = Release|Win32 + {9C91BACF-9A70-4973-B8CC-FA3D2AF9867C}.Release|Win32.Build.0 = Release|Win32 + {2D38A763-3D74-4338-9362-B891784EC90E}.Debug|Win32.ActiveCfg = Debug|Win32 + {2D38A763-3D74-4338-9362-B891784EC90E}.Debug|Win32.Build.0 = Debug|Win32 + {2D38A763-3D74-4338-9362-B891784EC90E}.Release|Win32.ActiveCfg = Release|Win32 + {2D38A763-3D74-4338-9362-B891784EC90E}.Release|Win32.Build.0 = Release|Win32 + {A1CE9743-A597-4F92-B55A-345A366C9E55}.Debug|Win32.ActiveCfg = Debug|Win32 + {A1CE9743-A597-4F92-B55A-345A366C9E55}.Debug|Win32.Build.0 = Debug|Win32 + {A1CE9743-A597-4F92-B55A-345A366C9E55}.Release|Win32.ActiveCfg = Release|Win32 + {A1CE9743-A597-4F92-B55A-345A366C9E55}.Release|Win32.Build.0 = Release|Win32 + {0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}.Debug|Win32.ActiveCfg = Debug|Win32 + {0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}.Debug|Win32.Build.0 = Debug|Win32 + {0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}.Release|Win32.ActiveCfg = Release|Win32 + {0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/build/tf0.vcxproj b/build/tf0.vcxproj new file mode 100644 index 000000000..682c0e150 --- /dev/null +++ b/build/tf0.vcxproj @@ -0,0 +1,207 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {9C91BACF-9A70-4973-B8CC-FA3D2AF9867C} + tf0 + + + + Application + false + + + Application + false + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + ..\exe\ + ..\obj\ + false + ..\exe\ + ..\obj\ + false + false + false + false + false + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\..\debug/tf0.tlb + + + + + Disabled + ..\src\cg;..\src\include;..\src\xvaga;..\src\fe;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;__LONGDOUBLE__;_WINDOWS;%(PreprocessorDefinitions) + false + MultiThreadedDebug + true + Level3 + true + ProgramDatabase + + + + + _DEBUG;%(PreprocessorDefinitions) + 0x0410 + ..\wx28X\include;%(AdditionalIncludeDirectories) + + + %(AdditionalDependencies) + true + %(IgnoreSpecificDefaultLibraries) + true + Windows + false + + + MachineX86 + + + true + .\..\debug/tf0.bsc + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\..\release/tf0.tlb + + + + + MaxSpeed + Default + ..\src\include;..\src\xvaga;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded + true + .\..\release/tf0.pch + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0410 + ..\wx28X\include;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + Windows + + + MachineX86 + 12.0 + false + %(AdditionalDependencies) + + + true + .\..\release/tf0.bsc + + + + + Document + true + + + Document + true + + + Document + true + + + Document + true + + + + + + + + {2d38a763-3d74-4338-9362-b891784ec90e} + + + {a1ce9743-a597-4f92-b55a-345a366c9e55} + + + {0042619a-6b7c-4d3d-9cd9-9bdd8d200c15} + + + + + + + + + + + + + + + + + + + Document + + + + + + + + + + + + + Document + + + + + + + \ No newline at end of file diff --git a/build/tf0.vcxproj.filters b/build/tf0.vcxproj.filters new file mode 100644 index 000000000..3ba731b15 --- /dev/null +++ b/build/tf0.vcxproj.filters @@ -0,0 +1,81 @@ + + + + + + + + {8f3c3b75-6954-4409-b115-7896d032b58a} + + + {d2d65598-cd6c-4d2e-8968-54ffb82bf207} + + + {a3067f4a-a21c-4966-b31b-d0536b8df95f} + + + {32532cc0-eb4d-4fdb-b7d8-1f1fb293350c} + + + {681a7df4-f2b5-4870-8949-6d7adba5aa29} + + + + + Headers + + + Headers + + + Headers + + + Headers + + + Headers + + + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + + + Masks + + + Masks + + + Masks + + + Masks + + + + + Menu + + + + + Ini + + + \ No newline at end of file