diff --git a/MSVC2010.sln b/MSVC2010.sln new file mode 100644 index 0000000..2c4e67c --- /dev/null +++ b/MSVC2010.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hgr2tga", "hgr2tga.vcxproj", "{3D05589D-6761-4225-9719-817919B75BEE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3D05589D-6761-4225-9719-817919B75BEE}.Debug|Win32.ActiveCfg = Debug|Win32 + {3D05589D-6761-4225-9719-817919B75BEE}.Debug|Win32.Build.0 = Debug|Win32 + {3D05589D-6761-4225-9719-817919B75BEE}.Release|Win32.ActiveCfg = Release|Win32 + {3D05589D-6761-4225-9719-817919B75BEE}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/hgr2tga.vcxproj b/hgr2tga.vcxproj new file mode 100644 index 0000000..f42e138 --- /dev/null +++ b/hgr2tga.vcxproj @@ -0,0 +1,106 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {3D05589D-6761-4225-9719-817919B75BEE} + Win32Proj + hgr2tga + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + $(ProjectName)d + Build + + + false + Build + + + + NotUsing + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + src + + + Console + true + $(OutDir)$(TargetName)$(TargetExt) + + + cmd.exe /k copy "$(OutDir)$(TargetName)$(TargetExt)" "bin\$(TargetName)$(TargetExt)" + + + Copying $(TargetName).exe to bin/ + bin\$(TargetName)$(TargetExt) + $(OutDir)$(TargetName)$(TargetExt) + + + + + EnableAllWarnings + NotUsing + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + src + + + Console + true + true + true + bin\$(TargetName)$(TargetExt) + + + cmd.exe /k copy "$(OutDir)$(TargetName)$(TargetExt)" "bin\$(TargetName)$(TargetExt)" + Copying $(TargetName).exe to bin/ + bin\$(TargetName)$(TargetExt) + $(OutDir)$(TargetName)$(TargetExt) + + + + + + + + + + + + + + \ No newline at end of file