Fix: Server and Tool Dependency, Removed libs that are now buildable. More Testing Required

This commit is contained in:
Ryfon
2013-02-13 21:02:39 -06:00
parent 77f5b54085
commit 6c18d5efe8
114 changed files with 120 additions and 129 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -46,7 +46,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
DisableSpecificWarnings="4996"
@@ -111,7 +111,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4996"
@@ -178,7 +178,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
DisableSpecificWarnings="4996"
@@ -243,7 +243,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4996"

Binary file not shown.

View File

@@ -53,7 +53,7 @@
ForceConformanceInForLoopScope="false"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Debug\$(TargetName).pch"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -141,7 +141,7 @@
ForceConformanceInForLoopScope="false"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release\$(TargetName).pch"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>

View File

@@ -60,7 +60,7 @@
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
WarningLevel="0"
SuppressStartupBanner="true"
DebugInformationFormat="4"
/>
@@ -160,7 +160,7 @@
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="3"
WarningLevel="0"
SuppressStartupBanner="true"
/>
<Tool

View File

@@ -50,6 +50,7 @@
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\inc"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
@@ -60,7 +61,7 @@
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="3"
WarningLevel="0"
SuppressStartupBanner="true"
/>
<Tool
@@ -76,8 +77,8 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="DynamicLayout.lib"
OutputFile="D:\UFO-X\Lib/DynamicLayoutTest.exe"
AdditionalDependencies="..\lib\DynamicLayout.lib"
OutputFile=".\..\lib/DynamicLayoutTest.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile="D:\UFO-X\Lib/DynamicLayoutTest.pdb"
@@ -156,7 +157,7 @@
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
WarningLevel="0"
SuppressStartupBanner="true"
DebugInformationFormat="4"
/>

View File

@@ -39,6 +39,7 @@
<Tool
Name="VCCLCompilerTool"
RuntimeLibrary="2"
WarningLevel="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -98,6 +99,7 @@
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
WarningLevel="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"

View File

@@ -46,7 +46,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -107,7 +107,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CONTROLAPP_EXPORTS"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>

View File

@@ -1,52 +1,52 @@
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
//
#pragma once
// 如果必须将位于下面指定平台之前的平台作为目标,请修改下列定义。
// 有关不同平台对应值的最新信息,请参考 MSDN。
#ifndef WINVER // 允许使用特定于 Windows XP 或更高版本的功能。
#define WINVER 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
#endif
#ifndef _WIN32_WINNT // 允许使用特定于 Windows XP 或更高版本的功能。
#define _WIN32_WINNT 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
#endif
#ifndef _WIN32_WINDOWS // 允许使用特定于 Windows 98 或更高版本的功能。
#define _WIN32_WINDOWS 0x0410 // 将此值更改为适当的值,以指定将 Windows Me 或更高版本作为目标。
#endif
#ifndef _WIN32_IE // 允许使用特定于 IE 6.0 或更高版本的功能。
#define _WIN32_IE 0x0600 // 将此值更改为相应的值,以适用于 IE 的其他版本。
#endif
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 从 Windows 头中排除极少使用的资料
#endif
#include <afx.h>
#include <afxwin.h> // MFC 核心组件和标准组件
#include <afxext.h> // MFC 扩展
#ifndef _AFX_NO_OLE_SUPPORT
#include <afxdtctl.h> // MFC 对 Internet Explorer 4 公共控件的支持
#endif
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC 对 Windows 公共控件的支持
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <iostream>
// Windows 头文件:
#include <windows.h>
// TODO: 在此处引用程序需要的其他头文件
#include "Gdiplus.h"
using namespace Gdiplus;
#pragma comment(lib,"gdiplus.lib");
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
//
#pragma once
// 如果必须将位于下面指定平台之前的平台作为目标,请修改下列定义。
// 有关不同平台对应值的最新信息,请参考 MSDN。
#ifndef WINVER // 允许使用特定于 Windows XP 或更高版本的功能。
#define WINVER 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
#endif
#ifndef _WIN32_WINNT // 允许使用特定于 Windows XP 或更高版本的功能。
#define _WIN32_WINNT 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
#endif
#ifndef _WIN32_WINDOWS // 允许使用特定于 Windows 98 或更高版本的功能。
#define _WIN32_WINDOWS 0x0410 // 将此值更改为适当的值,以指定将 Windows Me 或更高版本作为目标。
#endif
#ifndef _WIN32_IE // 允许使用特定于 IE 6.0 或更高版本的功能。
#define _WIN32_IE 0x0600 // 将此值更改为相应的值,以适用于 IE 的其他版本。
#endif
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 从 Windows 头中排除极少使用的资料
#endif
#include <afx.h>
#include <afxwin.h> // MFC 核心组件和标准组件
#include <afxext.h> // MFC 扩展
#ifndef _AFX_NO_OLE_SUPPORT
#include <afxdtctl.h> // MFC 对 Internet Explorer 4 公共控件的支持
#endif
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC 对 Windows 公共控件的支持
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <iostream>
// Windows 头文件:
#include <windows.h>
// TODO: 在此处引用程序需要的其他头文件
#include "Gdiplus.h"
using namespace Gdiplus;
#pragma comment(lib,"gdiplus.lib");

View File

@@ -57,7 +57,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -149,7 +149,7 @@
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_MERGE_PROXYSTUB"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>

View File

@@ -40,13 +40,13 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\common"
AdditionalIncludeDirectories="..\..\..\common;..\..\..\common\dependency\include;..\..\..\common\tinyxml\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IRC_DLL_EXPORTS;__USE_WIN32_MD5"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -124,7 +124,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IRC_DLL_EXPORTS;__USE_WIN32_MD5"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>

View File

@@ -50,7 +50,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -71,7 +71,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)\client\$(ProjectName)_D.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="&quot;$(OutDir)\client&quot;;..\..\Dependency\lib\zlib\release"
AdditionalLibraryDirectories="&quot;$(OutDir)\client&quot;;..\..\..\Common\zlib\lib;..\..\dependency\lib"
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
SubSystem="2"
@@ -140,7 +140,7 @@
MinimalRebuild="false"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>

View File

@@ -45,7 +45,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -123,7 +123,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PACKAGE_EXPORT"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
@@ -205,7 +205,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -267,7 +267,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PACKAGE_EXPORT"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
@@ -330,7 +330,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -391,7 +391,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_LIB;PACKAGE_EXPORT"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
@@ -454,7 +454,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -516,7 +516,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_LIB;PACKAGE_EXPORT"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
@@ -573,6 +573,7 @@
/>
<Tool
Name="VCCLCompilerTool"
WarningLevel="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"

View File

@@ -5,10 +5,6 @@
Name="PathVerifier"
ProjectGUID="{F363F9A6-086D-46CA-95C6-83603119D80B}"
RootNamespace="PathVerifier"
SccProjectName="SAK"
SccAuxPath="SAK"
SccLocalPath="SAK"
SccProvider="SAK"
Keyword="ManagedCProj"
>
<Platforms>

View File

@@ -5,10 +5,6 @@
Name="PathVerifierLib"
ProjectGUID="{D5278849-C0DC-4ABF-847A-CC692F5F0134}"
RootNamespace="PathVerifierLib"
SccProjectName="SAK"
SccAuxPath="SAK"
SccLocalPath="SAK"
SccProvider="SAK"
Keyword="Win32Proj"
>
<Platforms>

View File

@@ -1 +0,0 @@
Manifest resource last updated at 13:28:15.06 on 02/10/2013 Sun

View File

@@ -1 +0,0 @@
Manifest resource last updated at 13:28:25.83 on 02/10/2013 Sun

View File

@@ -191,7 +191,6 @@
<DependentUpon>ChangeTreeNodeNameDlg.cs</DependentUpon>
</Compile>
<Compile Include="CommandPanel.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutBoxForm.cs">
<SubType>Form</SubType>
@@ -230,7 +229,6 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="PluginCore\StandardServices\CommandPanelAdapter.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PluginCore\StandardServices\CommandPanelServiceImpl.cs">
<SubType>Code</SubType>

View File

@@ -1 +0,0 @@
Manifest resource last updated at 13:30:30.53 on 02/10/2013 Sun

View File

@@ -54,7 +54,7 @@
StructMemberAlignment="0"
TreatWChar_tAsBuiltInType="true"
UsePrecompiledHeader="2"
WarningLevel="1"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
@@ -136,7 +136,7 @@
RuntimeLibrary="2"
TreatWChar_tAsBuiltInType="false"
UsePrecompiledHeader="2"
WarningLevel="3"
WarningLevel="0"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>

Some files were not shown because too many files have changed in this diff Show More