<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Unicode Debug|Win32"> <Configuration>Unicode Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Unicode Release|Win32"> <Configuration>Unicode Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{DBC46386-7108-D0CF-54FA-FB7B83EA4936}</ProjectGuid> <Keyword>MFCProj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>Dynamic</UseOfMfc> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>Dynamic</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>Dynamic</UseOfMfc> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>Dynamic</UseOfMfc> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="P4EnvVariables.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="P4EnvVariables.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="P4EnvVariables.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="P4EnvVariables.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <OutDir Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">.\Unicode_Debug\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">.\Unicode_Debug\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">true</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> <OutDir Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">.\Unicode_Release\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">.\Unicode_Release\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'" /> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'"> <ClCompile> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..\common;.;merge;OptionsDlg;p4api;spec-dlgs;$(P4APIDIR)\include\p4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_DEBUG;UNICODE;WIN32;_WINDOWS;STRICT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>.\Unicode_Debug/P4win.pch</PrecompiledHeaderOutputFile> <AssemblerListingLocation>.\Unicode_Debug/</AssemblerListingLocation> <ObjectFileName>.\Unicode_Debug/</ObjectFileName> <ProgramDataBaseFileName>.\Unicode_Debug/</ProgramDataBaseFileName> <BrowseInformation>true</BrowseInformation> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsCpp</CompileAs> </ClCompile> <Link> <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> <AdditionalDependencies>wsock32.lib;version.lib;winmm.lib;shlwapi.lib;libclient.lib;librpc.lib;libsupp.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>.\Unicode_Debug/P4win.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <AdditionalLibraryDirectories>$(P4APIDIR)lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation> <ProgramDatabaseFile>.\Unicode_Debug/P4win.pdb</ProgramDatabaseFile> <GenerateMapFile>true</GenerateMapFile> <MapFileName>.\Unicode_Debug/P4win.map</MapFileName> <SubSystem>Windows</SubSystem> <EntryPointSymbol>wWinMainCRTStartup </EntryPointSymbol> </Link> <Midl> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> <SuppressStartupBanner>true</SuppressStartupBanner> <TargetEnvironment>Win32</TargetEnvironment> <TypeLibraryName>.\Unicode_Debug/P4win.tlb</TypeLibraryName> </Midl> <ResourceCompile> <PreprocessorDefinitions>_AFXDLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <Culture>0x0409</Culture> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..\common;.;merge;OptionsDlg;p4api;spec-dlgs;$(P4APIDIR)\include\p4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_DEBUG;STRICT;WIN32;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>.\Debug/P4win.pch</PrecompiledHeaderOutputFile> <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> <ObjectFileName>.\Debug/</ObjectFileName> <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> <BrowseInformation>true</BrowseInformation> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsCpp</CompileAs> </ClCompile> <Link> <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> <AdditionalDependencies>wsock32.lib;version.lib;winmm.lib;shlwapi.lib;libclient.lib;librpc.lib;libsupp.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>.\Debug/P4win.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <AdditionalLibraryDirectories>$(P4APIDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation> <ProgramDatabaseFile>.\Debug/P4win.pdb</ProgramDatabaseFile> <GenerateMapFile>true</GenerateMapFile> <MapFileName>.\Debug/P4win.map</MapFileName> <SubSystem>Windows</SubSystem> </Link> <Midl> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> <SuppressStartupBanner>true</SuppressStartupBanner> <TargetEnvironment>Win32</TargetEnvironment> <TypeLibraryName>.\Debug/P4win.tlb</TypeLibraryName> </Midl> <ResourceCompile> <PreprocessorDefinitions>_AFXDLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <Culture>0x0409</Culture> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> <AdditionalIncludeDirectories>..\common;.;merge;OptionsDlg;p4api;spec-dlgs;$(P4APIDIR)\include\p4;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;STRICT;USE_CRLF;CASE_INSENSITIVE;OS_NT;OS_NTX86;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>.\Release/P4win.pch</PrecompiledHeaderOutputFile> <AssemblerListingLocation>.\Release/</AssemblerListingLocation> <ObjectFileName>.\Release/</ObjectFileName> <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsCpp</CompileAs> </ClCompile> <Link> <AdditionalOptions>/MACHINE:X86 %(AdditionalOptions)</AdditionalOptions> <AdditionalDependencies>wsock32.lib;version.lib;winmm.lib;shlwapi.lib;libclient.lib;librpc.lib;libsupp.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>.\Release/P4win.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <AdditionalLibraryDirectories>$(P4APIDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>false</GenerateDebugInformation> <GenerateMapFile>true</GenerateMapFile> <MapFileName>.\Release/P4win.map</MapFileName> <SubSystem>Windows</SubSystem> </Link> <Midl> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> <SuppressStartupBanner>true</SuppressStartupBanner> <TargetEnvironment>Win32</TargetEnvironment> <TypeLibraryName>.\Release/P4win.tlb</TypeLibraryName> </Midl> <PostBuildEvent> <Command> </Command> </PostBuildEvent> <ResourceCompile> <PreprocessorDefinitions>_AFXDLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <Culture>0x0409</Culture> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'"> <ClCompile> <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> <AdditionalIncludeDirectories>..\common;.;merge;p4api;OptionsDlg;spec-dlgs;$(P4APIDIR)\include\p4</AdditionalIncludeDirectories> <PreprocessorDefinitions>NDEBUG;UNICODE;WIN32;_WINDOWS;STRICT;USE_CRLF;CASE_INSENSITIVE;OS_NT;OS_NTX86;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <RuntimeTypeInfo>true</RuntimeTypeInfo> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> <PrecompiledHeaderOutputFile>.\Unicode_Release/P4win.pch</PrecompiledHeaderOutputFile> <AssemblerListingLocation>.\Unicode_Release/</AssemblerListingLocation> <ObjectFileName>.\Unicode_Release/</ObjectFileName> <ProgramDataBaseFileName>.\Unicode_Release/</ProgramDataBaseFileName> <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsCpp</CompileAs> </ClCompile> <Link> <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> <AdditionalDependencies>wsock32.lib;version.lib;winmm.lib;shlwapi.lib;libclient.lib;librpc.lib;libsupp.lib;libp4sslstub.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>.\Unicode_Release/P4win.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <AdditionalLibraryDirectories>$(P4APIDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation> <ProgramDatabaseFile>.\Unicode_Release/P4win.pdb</ProgramDatabaseFile> <GenerateMapFile>true</GenerateMapFile> <MapFileName>.\Unicode_Release/P4win.map</MapFileName> <SubSystem>Windows</SubSystem> <EntryPointSymbol>wWinMainCRTStartup </EntryPointSymbol> </Link> <Midl> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MkTypLibCompatible>true</MkTypLibCompatible> <SuppressStartupBanner>true</SuppressStartupBanner> <TargetEnvironment>Win32</TargetEnvironment> <TypeLibraryName>.\Unicode_Release/P4win.tlb</TypeLibraryName> </Midl> <PostBuildEvent> <Command> </Command> </PostBuildEvent> <ResourceCompile> <PreprocessorDefinitions>_AFXDLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <Culture>0x0409</Culture> </ResourceCompile> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="AddFilterDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="AddListDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="AutoResolveDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="AutoResolvePage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="BookmarkAdd.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="Bookmarks.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="BranchListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="BranchView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="catchalldlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\ChangelistsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ChgDescribe.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ClientFilterDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ClientListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\ClientsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ClientView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ClientWizBegin.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ClientWizCreate.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ClientWizSheet.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\ConnectInfoPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="CoolBtn.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="CustomGetDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="DeleteFixes.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="DeltaTreeCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="DeltaView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\DepotPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="DepotTreeCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="DepotView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\DialogsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="Diff2Dlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="Diff2ObjsDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="Diff2Output.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\DiffAssocDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\DisplayPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="Document.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\DoubleClickPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\EditAssocDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\EditorsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\ExceptionAttacher.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\ExceptionHandler.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'"> </PrecompiledHeader> </ClCompile> <ClCompile Include="FavEditDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="Favorites.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="FileInfoDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="IntegDlg\FileSpecPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="FileType.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\FileUtilitiesPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="FilterByOwnerDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="FilterDepotDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="FindFilesDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="FirstTimeDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="FlatSplitter.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ForceSyncDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="GetPwdDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\GetWinVer.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\HelperAppsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="HistoryDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\HistoryPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ImageList.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="IntegContinue.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="IntegDlg\IntegOptSheet.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="JobDescribe.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="JobListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="JobListDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="JobsConfigure.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\JobsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="JobView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="LabelAddReplace.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="LabelDelSync.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="LabelListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\LabelsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="LabelView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="MainFrm.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="merge\merge2dlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="merge\merge3dlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\MergeAppPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\MiniVersion.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="MoveFiles.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="MsgBox.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="MSTreeCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="NewClientDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="NewWindowDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OldChgFilterDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OldChgListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OldChgRevRangeDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OldChgView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="IntegDlg\OptionsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\OptionsTreeDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\P4AboutDialog.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Branch.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Change.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Client.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4EditBox.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4FileStats.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Fix.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\P4GuiApp.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\P4Image.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\P4ImageList.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Info.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Job.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Label.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4ListAll.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4ListBox.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4ListBrowse.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4ListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Lists.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Menu.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Object.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4PaneContent.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4PaneView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4Registry.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="spec-dlgs\P4SpecData.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="spec-dlgs\P4SpecDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="spec-dlgs\P4SpecSheet.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4StatColl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4User.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="P4win.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\PanesPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="RemoveViewer.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ReresolvingDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ResolveFlagsDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="RevertListDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="spec-dlgs\ReviewList.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="IntegDlg\RevRange.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\RichEdCtrlEx.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="SetPwdDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="SortListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="SortListHeader.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="SpecDescDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\SpecsPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\StatusPanePage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="StatusView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="StdAfx.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">Create</PrecompiledHeader> </ClCompile> <ClCompile Include="SyncChange.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="OptionsDlg\TempDirPage.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="TemplateNameDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="TokenString.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ToolsAdd.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ToolsArgs.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ToolsDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="UserListCtrl.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="UserView.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ViewerDlg.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\WindowsVersion.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="WinPos.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="..\common\WriteRegistry.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="ZimbabweSplitter.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Add.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_AutoResolve.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Branches.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Changes.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Clients.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Delete.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Depots.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Describe.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Diff.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Diff2.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Dirs.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_DirStat.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_EditSpec.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Files.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Fix.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Fixes.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Fstat.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Get.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_History.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Info.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Integrate.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Integrate2.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Jobs.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Labels.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_LabelSynch.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_ListOp.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_ListOpStat.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Login.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Logout.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_MaxChange.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Opened.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Ostat.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Password.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_PrepBrowse.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_PrepEdit.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Refresh.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Resolve.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Resolved.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Revert.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_SendSpec.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Unresolved.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Users.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\Cmd_Where.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\GuiClient.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\GuiClientUser.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\P4Command.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> <ClCompile Include="p4api\P4CommandStatus.cpp"> <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> <FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</FunctionLevelLinking> </ClCompile> </ItemGroup> <ItemGroup> <CustomBuild Include="hlp\P4win.hpj"> <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Making help file...</Message> <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)makehelp.bat" </Command> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)$(TargetName).hm;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Making help file...</Message> <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)makehelp.bat" </Command> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)$(TargetName).hm;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">Making help file...</Message> <Command Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">"$(ProjectDir)makehelp.bat" </Command> <Outputs Condition="'$(Configuration)|$(Platform)'=='Unicode Debug|Win32'">$(OutDir)$(TargetName).hm;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">Making help file...</Message> <Command Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">"$(ProjectDir)makehelp.bat" </Command> <Outputs Condition="'$(Configuration)|$(Platform)'=='Unicode Release|Win32'">$(OutDir)$(TargetName).hm;%(Outputs)</Outputs> </CustomBuild> <None Include="res\branch.bmp" /> <None Include="res\changes_my.bmp" /> <None Include="res\clients.bmp" /> <None Include="res\dfolder.bmp" /> <None Include="res\Document.ico" /> <None Include="res\filerev.bmp" /> <None Include="res\fix.bmp" /> <None Include="res\history.bmp" /> <None Include="res\label.bmp" /> <None Include="res\listrow1.bmp" /> <None Include="res\listrow10.bmp" /> <None Include="res\listrow11.bmp" /> <None Include="res\listrow12.bmp" /> <None Include="res\listrow13.bmp" /> <None Include="res\listrow14.bmp" /> <None Include="res\listrow15.bmp" /> <None Include="res\listrow16.bmp" /> <None Include="res\listrow17.bmp" /> <None Include="res\listrow18.bmp" /> <None Include="res\listrow19.bmp" /> <None Include="res\listrow2.bmp" /> <None Include="res\listrow20.bmp" /> <None Include="res\listrow21.bmp" /> <None Include="res\listrow22.bmp" /> <None Include="res\listrow2a.bmp" /> <None Include="res\listrow3.bmp" /> <None Include="res\listrow4.bmp" /> <None Include="res\listrow5.bmp" /> <None Include="res\listrow6.bmp" /> <None Include="res\listrow7.bmp" /> <None Include="res\listrow8.bmp" /> <None Include="res\listrow9.bmp" /> <None Include="res\P4diff.ico" /> <None Include="res\P4win.ico" /> <None Include="res\P4win.rc2" /> <None Include="res\perforce.bmp" /> <None Include="res\reresolv.bmp" /> <None Include="res\resize.bmp" /> <None Include="res\Toolbar.bmp" /> <None Include="res\user.bmp" /> <None Include="res\users.bmp" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="P4win.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="AddFilterDlg.h" /> <ClInclude Include="AddListDlg.h" /> <ClInclude Include="AutoResolveDlg.h" /> <ClInclude Include="AutoResolvePage.h" /> <ClInclude Include="BookmarkAdd.h" /> <ClInclude Include="Bookmarks.h" /> <ClInclude Include="BranchListCtrl.h" /> <ClInclude Include="BranchView.h" /> <ClInclude Include="OptionsDlg\ChangelistsPage.h" /> <ClInclude Include="ChgDescribe.h" /> <ClInclude Include="ClientFilterDlg.h" /> <ClInclude Include="clienthdrs.h" /> <ClInclude Include="ClientListCtrl.h" /> <ClInclude Include="OptionsDlg\ClientsPage.h" /> <ClInclude Include="ClientView.h" /> <ClInclude Include="ClientWizBegin.h" /> <ClInclude Include="ClientWizCreate.h" /> <ClInclude Include="ClientWizSheet.h" /> <ClInclude Include="OptionsDlg\ConnectInfoPage.h" /> <ClInclude Include="CoolBtn.h" /> <ClInclude Include="CustomGetDlg.h" /> <ClInclude Include="DeleteFixes.h" /> <ClInclude Include="DeltaTreeCtrl.h" /> <ClInclude Include="DeltaView.h" /> <ClInclude Include="OptionsDlg\DepotPage.h" /> <ClInclude Include="DepotTreeCtrl.h" /> <ClInclude Include="DepotView.h" /> <ClInclude Include="OptionsDlg\DialogsPage.h" /> <ClInclude Include="Diff2Dlg.h" /> <ClInclude Include="Diff2ObjsDlg.h" /> <ClInclude Include="Diff2Output.h" /> <ClInclude Include="OptionsDlg\DiffAssocDlg.h" /> <ClInclude Include="OptionsDlg\DisplayPage.h" /> <ClInclude Include="Document.h" /> <ClInclude Include="OptionsDlg\DoubleClickPage.h" /> <ClInclude Include="OptionsDlg\EditAssocDlg.h" /> <ClInclude Include="OptionsDlg\EditorsPage.h" /> <ClInclude Include="..\common\ExceptionAttacher.h" /> <ClInclude Include="..\common\ExceptionHandler.h" /> <ClInclude Include="FavEditDlg.h" /> <ClInclude Include="Favorites.h" /> <ClInclude Include="FileInfoDlg.h" /> <ClInclude Include="OptionsDlg\IntegDlg\FileSpecPage.h" /> <ClInclude Include="FileType.h" /> <ClInclude Include="FileUtilitiesPage.h" /> <ClInclude Include="FilterByOwnerDlg.h" /> <ClInclude Include="FilterDepotDlg.h" /> <ClInclude Include="FindFilesDlg.h" /> <ClInclude Include="FirstTimeDlg.h" /> <ClInclude Include="FlatSplitter.h" /> <ClInclude Include="ForceSyncDlg.h" /> <ClInclude Include="..\common\GetWinVer.h" /> <ClInclude Include="merge\GuiClientMerge.h" /> <ClInclude Include="OptionsDlg\HelperAppsPage.h" /> <ClInclude Include="HistoryDlg.h" /> <ClInclude Include="OptionsDlg\HistoryPage.h" /> <ClInclude Include="ImageList.h" /> <ClInclude Include="IntegContinue.h" /> <ClInclude Include="IntegDlg\IntegOptSheet.h" /> <ClInclude Include="JobDescribe.h" /> <ClInclude Include="JobListCtrl.h" /> <ClInclude Include="JobListDlg.h" /> <ClInclude Include="JobsConfigure.h" /> <ClInclude Include="OptionsDlg\JobsPage.h" /> <ClInclude Include="JobView.h" /> <ClInclude Include="LabelAddReplace.h" /> <ClInclude Include="LabelDelSync.h" /> <ClInclude Include="LabelListCtrl.h" /> <ClInclude Include="OptionsDlg\LabelsPage.h" /> <ClInclude Include="LabelView.h" /> <ClInclude Include="MainFrm.h" /> <ClInclude Include="merge\merge2dlg.h" /> <ClInclude Include="merge\merge3dlg.h" /> <ClInclude Include="OptionsDlg\MergeAppPage.h" /> <ClInclude Include="..\common\MiniVersion.h" /> <ClInclude Include="MoveFiles.h" /> <ClInclude Include="MsgBox.h" /> <ClInclude Include="MSTreeCtrl.h" /> <ClInclude Include="NewClientDlg.h" /> <ClInclude Include="NewWindowDlg.h" /> <ClInclude Include="OldChgFilterDlg.h" /> <ClInclude Include="OldChgListCtrl.h" /> <ClInclude Include="OldChgRevRangeDlg.h" /> <ClInclude Include="OldChgView.h" /> <ClInclude Include="IntegDlg\OptionsPage.h" /> <ClInclude Include="OptionsDlg\OptionsTreeDlg.h" /> <ClInclude Include="..\common\P4AboutDialog.h" /> <ClInclude Include="P4Branch.h" /> <ClInclude Include="P4Change.h" /> <ClInclude Include="P4Client.h" /> <ClInclude Include="P4EditBox.h" /> <ClInclude Include="P4FileStats.h" /> <ClInclude Include="P4Fix.h" /> <ClInclude Include="..\common\P4GuiApp.h" /> <ClInclude Include="..\common\P4Image.h" /> <ClInclude Include="..\common\P4ImageList.h" /> <ClInclude Include="P4Info.h" /> <ClInclude Include="P4Job.h" /> <ClInclude Include="P4Label.h" /> <ClInclude Include="P4ListAll.h" /> <ClInclude Include="P4ListBox.h" /> <ClInclude Include="P4ListBrowse.h" /> <ClInclude Include="P4ListCtrl.h" /> <ClInclude Include="P4Lists.h" /> <ClInclude Include="P4Menu.h" /> <ClInclude Include="P4Object.h" /> <ClInclude Include="P4PaneContent.h" /> <ClInclude Include="P4PaneView.h" /> <ClInclude Include="P4Registry.h" /> <ClInclude Include="spec-dlgs\P4SpecData.h" /> <ClInclude Include="spec-dlgs\P4SpecDlg.h" /> <ClInclude Include="spec-dlgs\P4SpecSheet.h" /> <ClInclude Include="P4StatColl.h" /> <ClInclude Include="P4User.h" /> <ClInclude Include="p4win.h" /> <ClInclude Include="OptionsDlg\PanesPage.h" /> <ClInclude Include="RemoveViewer.h" /> <ClInclude Include="ReresolvingDlg.h" /> <ClInclude Include="ResolveFlagsDlg.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="RevertListDlg.h" /> <ClInclude Include="spec-dlgs\ReviewList.h" /> <ClInclude Include="IntegDlg\RevRange.h" /> <ClInclude Include="..\common\RichEdCtrlEx.h" /> <ClInclude Include="SetPwdDlg.h" /> <ClInclude Include="SortListCtrl.h" /> <ClInclude Include="SortListHeader.h" /> <ClInclude Include="SpecDescDlg.h" /> <ClInclude Include="OptionsDlg\SpecsPage.h" /> <ClInclude Include="OptionsDlg\StatusPanePage.h" /> <ClInclude Include="StatusView.h" /> <ClInclude Include="stdafx.h" /> <ClInclude Include="SyncChange.h" /> <ClInclude Include="OptionsDlg\TempDirPage.h" /> <ClInclude Include="TemplateNameDlg.h" /> <ClInclude Include="TokenString.h" /> <ClInclude Include="ToolsAdd.h" /> <ClInclude Include="ToolsArgs.h" /> <ClInclude Include="ToolsDlg.h" /> <ClInclude Include="UserListCtrl.h" /> <ClInclude Include="UserView.h" /> <ClInclude Include="ViewerDlg.h" /> <ClInclude Include="..\common\WindowsVersion.h" /> <ClInclude Include="WinPos.h" /> <ClInclude Include="..\common\WriteRegistry.h" /> <ClInclude Include="ZimbabweSplitter.h" /> <ClInclude Include="p4api\Cmd_Add.h" /> <ClInclude Include="p4api\Cmd_AutoResolve.h" /> <ClInclude Include="p4api\Cmd_Branches.h" /> <ClInclude Include="p4api\Cmd_Changes.h" /> <ClInclude Include="p4api\Cmd_Clients.h" /> <ClInclude Include="p4api\Cmd_Delete.h" /> <ClInclude Include="p4api\Cmd_Depots.h" /> <ClInclude Include="p4api\Cmd_Describe.h" /> <ClInclude Include="p4api\Cmd_Diff.h" /> <ClInclude Include="p4api\Cmd_Diff2.h" /> <ClInclude Include="p4api\Cmd_Dirs.h" /> <ClInclude Include="p4api\Cmd_DirStat.h" /> <ClInclude Include="p4api\Cmd_EditSpec.h" /> <ClInclude Include="p4api\Cmd_Files.h" /> <ClInclude Include="p4api\Cmd_Fix.h" /> <ClInclude Include="p4api\Cmd_Fixes.h" /> <ClInclude Include="p4api\Cmd_Fstat.h" /> <ClInclude Include="p4api\Cmd_Get.h" /> <ClInclude Include="p4api\Cmd_History.h" /> <ClInclude Include="p4api\Cmd_Info.h" /> <ClInclude Include="p4api\Cmd_Integrate.h" /> <ClInclude Include="p4api\Cmd_Integrate2.h" /> <ClInclude Include="p4api\Cmd_Jobs.h" /> <ClInclude Include="p4api\Cmd_Labels.h" /> <ClInclude Include="p4api\Cmd_LabelSynch.h" /> <ClInclude Include="p4api\Cmd_ListOp.h" /> <ClInclude Include="p4api\Cmd_ListOpStat.h" /> <ClInclude Include="p4api\Cmd_Login.h" /> <ClInclude Include="p4api\Cmd_Logout.h" /> <ClInclude Include="p4api\Cmd_MaxChange.h" /> <ClInclude Include="p4api\Cmd_Opened.h" /> <ClInclude Include="p4api\Cmd_Ostat.h" /> <ClInclude Include="p4api\Cmd_Password.h" /> <ClInclude Include="p4api\Cmd_PrepBrowse.h" /> <ClInclude Include="p4api\Cmd_PrepEdit.h" /> <ClInclude Include="p4api\Cmd_Refresh.h" /> <ClInclude Include="p4api\Cmd_Resolve.h" /> <ClInclude Include="p4api\Cmd_Resolved.h" /> <ClInclude Include="p4api\Cmd_Revert.h" /> <ClInclude Include="p4api\Cmd_SendSpec.h" /> <ClInclude Include="p4api\Cmd_Unresolved.h" /> <ClInclude Include="p4api\Cmd_Users.h" /> <ClInclude Include="p4api\Cmd_Where.h" /> <ClInclude Include="p4api\GuiClient.h" /> <ClInclude Include="p4api\GuiClientUser.h" /> <ClInclude Include="p4api\P4Command.h" /> <ClInclude Include="p4api\P4CommandStatus.h" /> </ItemGroup> <ItemGroup> <Manifest Include="res\P4Win.manifest" /> </ItemGroup> <ItemGroup> <ProjectReference Include="P4Win409\P4Win409.vcxproj"> <Project>{CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> <ProjectReference Include="P4Win411\P4Win411.vcxproj"> <Project>{A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19924 | YourUncleBob |
Populate -o //guest/perforce_software/p4win/... //guest/YourUncleBob/p4win/..... |
||
//guest/perforce_software/p4win/main/gui/P4win.vcxproj | |||||
#1 | 16169 | perforce_software | Move files to follow new path scheme for branches. | ||
//guest/perforce_software/p4win/gui/P4win.vcxproj | |||||
#1 | 8562 | Matt Attaway |
These feet never stop running. Initial commit of the P4Win source code. To the best of our knowledge this compiles and runs using the 2013.3 P4 API and VS 2010. Expect a few changes as we refine the build process. Please post any build issues to the forums. |