diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-19 19:55:58 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-19 19:55:58 +0100 |
commit | d1a8285f818eb7e5c3d6a05709ea21a808490b8c (patch) | |
tree | 326578f0505cbed07cfe60de530022822dc237ac /app/doc/doc.vcproj | |
parent | 16e9630b79f0a7a90c6cedb6781175bb8b337dc1 (diff) |
New upstream version 5.1.0upstream/5.1.0
Diffstat (limited to 'app/doc/doc.vcproj')
-rw-r--r-- | app/doc/doc.vcproj | 154 |
1 files changed, 0 insertions, 154 deletions
diff --git a/app/doc/doc.vcproj b/app/doc/doc.vcproj deleted file mode 100644 index 095fd28..0000000 --- a/app/doc/doc.vcproj +++ /dev/null @@ -1,154 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8,00" - Name="doc" - ProjectGUID="{2DD6F94A-3A3C-41BF-858E-C85F7941FF15}" - Keyword="MakeFileProj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f makefile.win" - ReBuildCommandLine="" - CleanCommandLine="nmake -f makefile.win clean" - Output="xtrkcad.chm" - PreprocessorDefinitions="WIN32;_DEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="0" - > - <Tool - Name="VCNMakeTool" - BuildCommandLine="nmake -f makefile.win" - ReBuildCommandLine="" - CleanCommandLine="" - Output="xtrkcad.chm" - PreprocessorDefinitions="WIN32;NDEBUG" - IncludeSearchPath="" - ForcedIncludes="" - AssemblySearchPath="" - ForcedUsingAssemblies="" - CompileAsManaged="" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\addm.but" - > - </File> - <File - RelativePath=".\appendix.but" - > - </File> - <File - RelativePath=".\changem.but" - > - </File> - <File - RelativePath=".\chmconf.but" - > - </File> - <File - RelativePath=".\drawm.but" - > - </File> - <File - RelativePath=".\editm.but" - > - </File> - <File - RelativePath=".\filem.but" - > - </File> - <File - RelativePath=".\helpm.but" - > - </File> - <File - RelativePath=".\hotbar.but" - > - </File> - <File - RelativePath=".\intro.but" - > - </File> - <File - RelativePath=".\macrom.but" - > - </File> - <File - RelativePath=".\makefile.win" - > - </File> - <File - RelativePath=".\managem.but" - > - </File> - <File - RelativePath=".\navigation.but" - > - </File> - <File - RelativePath=".\optionm.but" - > - </File> - <File - RelativePath=".\statusbar.but" - > - </File> - <File - RelativePath=".\view_winm.but" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - </Filter> - <File - RelativePath=".\readme.txt" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |