/src/compiler/vs2008/ftk/designer/designer.vcproj
http://ftk.googlecode.com/ · MSBuild · 256 lines · 256 code · 0 blank · 0 comment · 0 complexity · 5d37e955a691702e3dd1793480882338 MD5 · raw file
- <?xml version="1.0" encoding="gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="designer"
- ProjectGUID="{E729A375-85D8-4E73-8A0B-0238D8A7A9EB}"
- RootNamespace="designer"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""$(SolutionDir)\..\..\..\..\src";"$(SolutionDir)\..\..\..\os\windows";"$(SolutionDir)\..\..\..\backend\win32";"$(SolutionDir)\..\..\..\..\apps\common";"$(SolutionDir)\..\..\..\..\src\designer""
- PreprocessorDefinitions="FTK_AS_PLUGIN;WIN32;WINDOWS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)\app-designer.dll"
- LinkIncremental="2"
- ModuleDefinitionFile="$(ProjectDir)\designer.def"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy $(OutDir)\app-designer.dll c:\ftk\bin
mkdir c:\ftk\base\apps
mkdir c:\ftk\designer\icons
copy $(SolutionDir)\..\..\..\..\apps\designer\data\designer.desktop c:\ftk\base\apps
copy $(SolutionDir)\..\..\..\..\apps\designer\icons\designer.png c:\ftk\designer\icons
"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=""$(SolutionDir)\..\..\..\..\src";"$(SolutionDir)\..\..\..\os\windows";"$(SolutionDir)\..\..\..\backend\win32";"$(SolutionDir)\..\..\..\..\apps\common";"$(SolutionDir)\..\..\..\..\src\designer""
- PreprocessorDefinitions="FTK_AS_PLUGIN;WIN32;WINDOWS"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)\app-designer.dll"
- LinkIncremental="1"
- ModuleDefinitionFile="$(ProjectDir)\designer.def"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="???"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\..\..\..\..\apps\designer\code_gen.c"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\ftk_app_designer.c"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\main.c"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\open.c"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\save.c"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\select_file.c"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\widget_editor.c"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\widgets_info.c"
- >
- </File>
- </Filter>
- <Filter
- Name="???"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\..\..\..\..\apps\designer\code_gen.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\ftk_app_designer.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\open.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\save.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\select_file.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\widget_editor.h"
- >
- </File>
- <File
- RelativePath="..\..\..\..\..\apps\designer\widgets_info.h"
- >
- </File>
- </Filter>
- <Filter
- Name="????"
- 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>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>