- <?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>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{7B2BF074-7D3A-4CE4-8B62-8F6A73899DED}</ProjectGuid>
- <RootNamespace>P4Web</RootNamespace>
- <Keyword>ManagedCProj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
- <CLRSupport>OldSyntax</CLRSupport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <CharacterSet>MultiByte</CharacterSet>
- <CLRSupport>false</CLRSupport>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </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>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;OS_NT;ID_OS="NT";ID_REL="XX";ID_Y="2013";ID_M="1";ID_D="22";ID_PATCH="patch";%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>false</MinimalRebuild>
- <BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <AdditionalIncludeDirectories>.\Main;.\util;$(P4APIDIR)\include\p4;.\Panes;.\Views;.\Help;.\i18n;.\Images;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AssemblyDebug>true</AssemblyDebug>
- <AdditionalLibraryDirectories>$(P4APIDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <AdditionalDependencies>wsock32.lib;version.lib;winmm.lib;shlwapi.lib;libclient.lib;librpc.lib;libsupp.lib;libp4sslstub.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>false</MinimalRebuild>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- </ClCompile>
- <Link>
- <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="Main\base64.cpp" />
- <ClCompile Include="util\changeshelper.cpp" />
- <ClCompile Include="util\fstathelper.cpp" />
- <ClCompile Include="Main\main.cpp" />
- <ClCompile Include="Panes\p4wAboutPane.cpp" />
- <ClCompile Include="Views\p4wAboutView.cpp" />
- <ClCompile Include="Panes\p4wAddPane.cpp" />
- <ClCompile Include="Views\p4wAddProcessorView.cpp" />
- <ClCompile Include="Panes\p4wAddSelectPane.cpp" />
- <ClCompile Include="Views\p4wAddSelectView.cpp" />
- <ClCompile Include="Main\p4wAllCommands.cpp" />
- <ClCompile Include="Panes\p4wAnnotatePane.cpp" />
- <ClCompile Include="Panes\p4wAnnFilelogPane.cpp" />
- <ClCompile Include="Views\p4wAuthView.cpp" />
- <ClCompile Include="Panes\p4wBranchDiffPane.cpp" />
- <ClCompile Include="Views\p4wBranchEditView.cpp" />
- <ClCompile Include="Panes\p4wBranchesPane.cpp" />
- <ClCompile Include="Views\p4wBranchesView.cpp" />
- <ClCompile Include="Panes\p4wBranchPane.cpp" />
- <ClCompile Include="Views\p4wBranchView.cpp" />
- <ClCompile Include="Views\p4wChangeEditView.cpp" />
- <ClCompile Include="Panes\p4wChangePane.cpp" />
- <ClCompile Include="Panes\p4wChangePendingEditPane.cpp" />
- <ClCompile Include="Views\p4wChangePendingEditView.cpp" />
- <ClCompile Include="Panes\p4wChangesPane.cpp" />
- <ClCompile Include="Views\p4wChangesProcessorView.cpp" />
- <ClCompile Include="Views\p4wClientEditView.cpp" />
- <ClCompile Include="Panes\p4wClientPane.cpp" />
- <ClCompile Include="Panes\p4wClientRootPane.cpp" />
- <ClCompile Include="Panes\p4wClientsPane.cpp" />
- <ClCompile Include="Views\p4wClientsView.cpp" />
- <ClCompile Include="Views\p4wClientView.cpp" />
- <ClCompile Include="Panes\p4wCmdPane.cpp" />
- <ClCompile Include="Views\p4wCmdProcessorView.cpp" />
- <ClCompile Include="Views\p4wCmdView.cpp" />
- <ClCompile Include="Panes\p4wConfigPane.cpp" />
- <ClCompile Include="Panes\p4wDelConfirmPane.cpp" />
- <ClCompile Include="Panes\p4wDeletePane.cpp" />
- <ClCompile Include="Views\p4wDeleteProcessorView.cpp" />
- <ClCompile Include="Panes\p4wDepotPane.cpp" />
- <ClCompile Include="Panes\p4wDescribeDefaultPane.cpp" />
- <ClCompile Include="Views\p4wDescribeDefaultView.cpp" />
- <ClCompile Include="Panes\p4wDescribePane.cpp" />
- <ClCompile Include="Views\p4wDescribeView.cpp" />
- <ClCompile Include="Panes\p4wDiffPane.cpp" />
- <ClCompile Include="Panes\p4wDiff2DirsPane.cpp" />
- <ClCompile Include="Panes\p4wDiff2FilesPane.cpp" />
- <ClCompile Include="Panes\p4wEditLocalPane.cpp" />
- <ClCompile Include="Panes\p4wEditLocalProcessorPane.cpp" />
- <ClCompile Include="Views\p4wEditLocalProcessorView.cpp" />
- <ClCompile Include="Panes\p4wEditPane.cpp" />
- <ClCompile Include="Views\p4wEditProcessorView.cpp" />
- <ClCompile Include="Views\p4wErrorView.cpp" />
- <ClCompile Include="Panes\p4wFileBrowserPane.cpp" />
- <ClCompile Include="Views\p4wFileBrowserView.cpp" />
- <ClCompile Include="Panes\p4wFilelogPane.cpp" />
- <ClCompile Include="Panes\p4wFilePane.cpp" />
- <ClCompile Include="Panes\p4wFixedPane.cpp" />
- <ClCompile Include="Panes\p4wFstatPane.cpp" />
- <ClCompile Include="Views\p4wFTProcessorView.cpp" />
- <ClCompile Include="Panes\p4wFTypePane.cpp" />
- <ClCompile Include="Panes\p4wGoPane.cpp" />
- <ClCompile Include="Views\p4wHelpView.cpp" />
- <ClCompile Include="util\p4wHtml.cpp" />
- <ClCompile Include="util\p4wI18n.cpp" />
- <ClCompile Include="Views\p4wIconView.cpp" />
- <ClCompile Include="Panes\p4wInfoPane.cpp" />
- <ClCompile Include="Panes\p4wIntegPane.cpp" />
- <ClCompile Include="Views\p4wIntegProcessorView.cpp" />
- <ClCompile Include="Panes\p4wJobCmdPane.cpp" />
- <ClCompile Include="Views\p4wJobCmdView.cpp" />
- <ClCompile Include="Views\p4wJobEditView.cpp" />
- <ClCompile Include="Panes\p4wJobPane.cpp" />
- <ClCompile Include="Panes\p4wJobsPane.cpp" />
- <ClCompile Include="Panes\p4wJobSpecPane.cpp" />
- <ClCompile Include="Views\p4wJobSpecView.cpp" />
- <ClCompile Include="Views\p4wJobsView.cpp" />
- <ClCompile Include="Views\p4wJobView.cpp" />
- <ClCompile Include="util\p4wJs.cpp" />
- <ClCompile Include="util\p4wJsHier.cpp" />
- <ClCompile Include="Views\p4wLabelEditView.cpp" />
- <ClCompile Include="Panes\p4wLabelFilesPane.cpp" />
- <ClCompile Include="Panes\p4wLabelPane.cpp" />
- <ClCompile Include="Panes\p4wLabelReplacePane.cpp" />
- <ClCompile Include="Panes\p4wLabelsPane.cpp" />
- <ClCompile Include="Views\p4wLabelsView.cpp" />
- <ClCompile Include="Views\p4wLabelView.cpp" />
- <ClCompile Include="Views\p4wLabSyncProcView.cpp" />
- <ClCompile Include="Panes\p4wLockPane.cpp" />
- <ClCompile Include="Views\p4wLockProcessorView.cpp" />
- <ClCompile Include="Panes\p4wLoginPane.cpp" />
- <ClCompile Include="Views\p4wLoginView.cpp" />
- <ClCompile Include="Panes\p4wLogoutPane.cpp" />
- <ClCompile Include="Views\p4wLogoutStartView.cpp" />
- <ClCompile Include="Views\p4wLogoutView.cpp" />
- <ClCompile Include="Panes\p4wMatchPane.cpp" />
- <ClCompile Include="Panes\p4wMenuPane.cpp" />
- <ClCompile Include="Views\p4wMenuProcessorView.cpp" />
- <ClCompile Include="Panes\p4wMimeContentPane.cpp" />
- <ClCompile Include="Views\p4wMimeContentView.cpp" />
- <ClCompile Include="Panes\p4wMultiUserPane.cpp" />
- <ClCompile Include="Panes\p4wP4CmdPane.cpp" />
- <ClCompile Include="Panes\p4wPane.cpp" />
- <ClCompile Include="Panes\p4wPasswdTestPane.cpp" />
- <ClCompile Include="Views\p4wPasswdTestView.cpp" />
- <ClCompile Include="Views\p4wPathBrowserView.cpp" />
- <ClCompile Include="Panes\p4wPreviewPane.cpp" />
- <ClCompile Include="Panes\p4wPrintPane.cpp" />
- <ClCompile Include="Views\p4wPrintView.cpp" />
- <ClCompile Include="Main\p4wProcess.cpp" />
- <ClCompile Include="Panes\p4wReadLocalPane.cpp" />
- <ClCompile Include="Views\p4wRelocate.cpp" />
- <ClCompile Include="Main\p4wRequest.cpp" />
- <ClCompile Include="Panes\p4wResolveIAendPane.cpp" />
- <ClCompile Include="Panes\p4wResolveIAPane.cpp" />
- <ClCompile Include="Panes\p4wResolveIAProcessorPane.cpp" />
- <ClCompile Include="Views\p4wResolveIAProcessorView.cpp" />
- <ClCompile Include="Panes\p4wResolvePane.cpp" />
- <ClCompile Include="Views\p4wResolveProcessorView.cpp" />
- <ClCompile Include="Panes\p4wRevertPane.cpp" />
- <ClCompile Include="Views\p4wRevertProcessorView.cpp" />
- <ClCompile Include="Panes\p4wRSSJobsPane.cpp" />
- <ClCompile Include="Views\p4wRSSJobsView.cpp" />
- <ClCompile Include="Panes\p4wRSSJobviewPane.cpp" />
- <ClCompile Include="Views\p4wRSSJobviewView.cpp" />
- <ClCompile Include="Panes\p4wRSSPane.cpp" />
- <ClCompile Include="Panes\p4wRSSUserPane.cpp" />
- <ClCompile Include="Views\p4wRSSUserView.cpp" />
- <ClCompile Include="Views\p4wRSSView.cpp" />
- <ClCompile Include="Panes\p4wRunPane.cpp" />
- <ClCompile Include="Views\p4wRunView.cpp" />
- <ClCompile Include="Panes\p4wSpecPane.cpp" />
- <ClCompile Include="Main\p4wStrBuf.cpp" />
- <ClCompile Include="Panes\p4wShowHideColsPane.cpp" />
- <ClCompile Include="Panes\p4wSubmitDefPane.cpp" />
- <ClCompile Include="Panes\p4wSubmittedChangesPane.cpp" />
- <ClCompile Include="Views\p4wSubmitView.cpp" />
- <ClCompile Include="Panes\p4wSyncPane.cpp" />
- <ClCompile Include="Views\p4wSyncProcessorView.cpp" />
- <ClCompile Include="Views\p4wTextContentView.cpp" />
- <ClCompile Include="Main\p4wThread.cpp" />
- <ClCompile Include="Panes\p4wThumbnailPane.cpp" />
- <ClCompile Include="Views\p4wThumbnailView.cpp" />
- <ClCompile Include="Panes\p4wUnlockPane.cpp" />
- <ClCompile Include="Views\p4wUnlockProcessorView.cpp" />
- <ClCompile Include="Panes\p4wUpdatePane.cpp" />
- <ClCompile Include="Panes\p4wUploadLocalPane.cpp" />
- <ClCompile Include="Panes\p4wUploadLocalProcessorPane.cpp" />
- <ClCompile Include="Views\p4wUploadLocalProcessorView.cpp" />
- <ClCompile Include="Main\p4wURL.cpp" />
- <ClCompile Include="Views\p4wUserEditView.cpp" />
- <ClCompile Include="Panes\p4wUserPane.cpp" />
- <ClCompile Include="Panes\p4wUsersPane.cpp" />
- <ClCompile Include="Views\p4wUsersView.cpp" />
- <ClCompile Include="Views\p4wUserView.cpp" />
- <ClCompile Include="Views\p4wView.cpp" />
- <ClCompile Include="Panes\p4wWherePane.cpp" />
- <ClCompile Include="Views\p4wWorkspaceFileView.cpp" />
- <ClCompile Include="Panes\p4wWorkspacePane.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="Main\base64.h" />
- <ClInclude Include="util\changeshelper.h" />
- <ClInclude Include="util\fstathelper.h" />
- <ClInclude Include="Panes\p4wAboutPane.h" />
- <ClInclude Include="Views\p4wAboutView.h" />
- <ClInclude Include="Panes\p4wAddPane.h" />
- <ClInclude Include="Views\p4wAddProcessorView.h" />
- <ClInclude Include="Panes\p4wAddSelectPane.h" />
- <ClInclude Include="Views\p4wAddSelectView.h" />
- <ClInclude Include="Main\p4wAllCommands.h" />
- <ClInclude Include="Panes\p4wAnnotatePane.h" />
- <ClInclude Include="Panes\p4wAnnFilelogPane.h" />
- <ClInclude Include="Views\p4wAuthView.h" />
- <ClInclude Include="Panes\p4wBranchDiffPane.h" />
- <ClInclude Include="Views\p4wBranchEditView.h" />
- <ClInclude Include="Panes\p4wBranchesPane.h" />
- <ClInclude Include="Views\p4wBranchesView.h" />
- <ClInclude Include="Panes\p4wBranchPane.h" />
- <ClInclude Include="Views\p4wBranchView.h" />
- <ClInclude Include="Panes\p4wChangePane.h" />
- <ClInclude Include="Panes\p4wChangePendingEditPane.h" />
- <ClInclude Include="Views\p4wChangePendingEditView.h" />
- <ClInclude Include="Views\p4wChangesEditView.h" />
- <ClInclude Include="Panes\p4wChangesPane.h" />
- <ClInclude Include="Views\p4wChangesProcessorView.h" />
- <ClInclude Include="Views\p4wClientEditView.h" />
- <ClInclude Include="Panes\p4wClientPane.h" />
- <ClInclude Include="Panes\p4wClientRootPane.h" />
- <ClInclude Include="Panes\p4wClientsPane.h" />
- <ClInclude Include="Views\p4wClientsView.h" />
- <ClInclude Include="Main\p4wClientUserIgnore.h" />
- <ClInclude Include="Views\p4wClientView.h" />
- <ClInclude Include="Panes\p4wCmdPane.h" />
- <ClInclude Include="Views\p4wCmdProcessorView.h" />
- <ClInclude Include="Views\p4wCmdView.h" />
- <ClInclude Include="Panes\p4wConfigPane.h" />
- <ClInclude Include="Panes\p4wDelConfirmPane.h" />
- <ClInclude Include="Panes\p4wDeletePane.h" />
- <ClInclude Include="Views\p4wDeleteProcessorView.h" />
- <ClInclude Include="Panes\p4wDepotPane.h" />
- <ClInclude Include="Panes\p4wDescribeDefaultPane.h" />
- <ClInclude Include="Views\p4wDescribeDefaultView.h" />
- <ClInclude Include="Panes\p4wDescribePane.h" />
- <ClInclude Include="Views\p4wDescribeView.h" />
- <ClInclude Include="Panes\p4wDiffPane.h" />
- <ClInclude Include="Panes\p4wDiff2DirsPane.h" />
- <ClInclude Include="Panes\p4wDiff2FilesPane.h" />
- <ClInclude Include="Panes\p4wEditLocalPane.h" />
- <ClInclude Include="Panes\p4wEditLocalProcessorPane.h" />
- <ClInclude Include="Views\p4wEditLocalProcessorView.h" />
- <ClInclude Include="Panes\p4wEditPane.h" />
- <ClInclude Include="Views\p4wEditProcessorView.h" />
- <ClInclude Include="Views\p4wErrorView.h" />
- <ClInclude Include="Panes\p4wFileBrowserPane.h" />
- <ClInclude Include="Views\p4wFileBrowserView.h" />
- <ClInclude Include="Panes\p4wFilelogPane.h" />
- <ClInclude Include="Panes\p4wFilePane.h" />
- <ClInclude Include="Panes\p4wFixedPane.h" />
- <ClInclude Include="Panes\p4wFstatPane.h" />
- <ClInclude Include="Views\p4wFTProcessorView.h" />
- <ClInclude Include="Panes\p4wFTypePane.h" />
- <ClInclude Include="Panes\p4wGoPane.h" />
- <ClInclude Include="Help\p4wHelp.h" />
- <ClInclude Include="Help\p4wHelp1.h" />
- <ClInclude Include="Help\p4wHelp2.h" />
- <ClInclude Include="Views\p4wHelpView.h" />
- <ClInclude Include="util\p4wHtml.h" />
- <ClInclude Include="util\p4wI18n.h" />
- <ClInclude Include="Images\p4wIcons.h" />
- <ClInclude Include="Views\p4wIconView.h" />
- <ClInclude Include="Panes\p4wInfoPane.h" />
- <ClInclude Include="Panes\p4wIntegPane.h" />
- <ClInclude Include="Views\p4wIntegProcessorView.h" />
- <ClInclude Include="Panes\p4wJobCmdPane.h" />
- <ClInclude Include="Views\p4wJobCmdView.h" />
- <ClInclude Include="Views\p4wJobEditView.h" />
- <ClInclude Include="Panes\p4wJobFieldsPane.h" />
- <ClInclude Include="Panes\p4wJobPane.h" />
- <ClInclude Include="Panes\p4wJobsPane.h" />
- <ClInclude Include="Panes\p4wJobSpecPane.h" />
- <ClInclude Include="Views\p4wJobSpecView.h" />
- <ClInclude Include="Views\p4wJobsView.h" />
- <ClInclude Include="Views\p4wJobView.h" />
- <ClInclude Include="util\p4wJs.h" />
- <ClInclude Include="util\p4wJsHier.h" />
- <ClInclude Include="Views\p4wLabelEditView.h" />
- <ClInclude Include="Panes\p4wLabelFilesPane.h" />
- <ClInclude Include="Panes\p4wLabelPane.h" />
- <ClInclude Include="Panes\p4wLabelReplacePane.h" />
- <ClInclude Include="Panes\p4wLabelsPane.h" />
- <ClInclude Include="Views\p4wLabelsView.h" />
- <ClInclude Include="Views\p4wLabelView.h" />
- <ClInclude Include="Views\p4wLabSyncProcView.h" />
- <ClInclude Include="Panes\p4wLockPane.h" />
- <ClInclude Include="Views\p4wLockProcessorView.h" />
- <ClInclude Include="Panes\p4wLoginPane.h" />
- <ClInclude Include="Views\p4wLoginView.h" />
- <ClInclude Include="Panes\p4wLogoutPane.h" />
- <ClInclude Include="Views\p4wLogoutStartView.h" />
- <ClInclude Include="Views\p4wLogoutView.h" />
- <ClInclude Include="Panes\p4wMatchPane.h" />
- <ClInclude Include="Panes\p4wMenuPane.h" />
- <ClInclude Include="Panes\p4wMenuPaneOpts.h" />
- <ClInclude Include="Views\p4wMenuProcessorView.h" />
- <ClInclude Include="Panes\p4wMimeContentPane.h" />
- <ClInclude Include="Views\p4wMimeContentView.h" />
- <ClInclude Include="Panes\p4wMultiUserPane.h" />
- <ClInclude Include="Main\p4wp4.h" />
- <ClInclude Include="Panes\p4wP4CmdPane.h" />
- <ClInclude Include="Panes\p4wPane.h" />
- <ClInclude Include="Panes\p4wPasswdTestPane.h" />
- <ClInclude Include="Views\p4wPasswdTestView.h" />
- <ClInclude Include="Views\p4wPathBrowserView.h" />
- <ClInclude Include="Panes\p4wPreviewPane.h" />
- <ClInclude Include="Panes\p4wPrintPane.h" />
- <ClInclude Include="Views\p4wPrintView.h" />
- <ClInclude Include="Main\p4wProcess.h" />
- <ClInclude Include="Panes\p4wReadLocalPane.h" />
- <ClInclude Include="Views\p4wRelocate.h" />
- <ClInclude Include="Main\p4wRequest.h" />
- <ClInclude Include="Panes\p4wResolveIAendPane.h" />
- <ClInclude Include="Panes\p4wResolveIAPane.h" />
- <ClInclude Include="Panes\p4wResolveIAProcessorPane.h" />
- <ClInclude Include="Views\p4wResolveIAProcessorView.h" />
- <ClInclude Include="Panes\p4wResolvePane.h" />
- <ClInclude Include="Views\p4wResolveProcessorView.h" />
- <ClInclude Include="Panes\p4wRevertPane.h" />
- <ClInclude Include="Views\p4wRevertProcessorView.h" />
- <ClInclude Include="Panes\p4wRSSJobsPane.h" />
- <ClInclude Include="Views\p4wRSSJobsView.h" />
- <ClInclude Include="Panes\p4wRSSJobviewPane.h" />
- <ClInclude Include="Views\p4wRSSJobviewView.h" />
- <ClInclude Include="Panes\p4wRSSPane.h" />
- <ClInclude Include="Panes\p4wRSSUserPane.h" />
- <ClInclude Include="Views\p4wRSSUserView.h" />
- <ClInclude Include="Views\p4wRSSView.h" />
- <ClInclude Include="Panes\p4wRunPane.h" />
- <ClInclude Include="Views\p4wRunView.h" />
- <ClInclude Include="Panes\p4wSpecPane.h" />
- <ClInclude Include="Main\p4wStrBuf.h" />
- <ClInclude Include="Panes\p4wShowHideColsPane.h" />
- <ClInclude Include="Panes\p4wSubmitDefPane.h" />
- <ClInclude Include="Panes\p4wSubmittedChangesPane.h" />
- <ClInclude Include="Views\p4wSubmitView.h" />
- <ClInclude Include="Panes\p4wSyncPane.h" />
- <ClInclude Include="Views\p4wSyncProcessorView.h" />
- <ClInclude Include="Views\p4wTextContentView.h" />
- <ClInclude Include="Main\p4wThread.h" />
- <ClInclude Include="Panes\p4wThumbnailPane.h" />
- <ClInclude Include="Views\p4wThumbnailView.h" />
- <ClInclude Include="Panes\p4wUnlockPane.h" />
- <ClInclude Include="Views\p4wUnlockProcessorView.h" />
- <ClInclude Include="Panes\p4wUpdatePane.h" />
- <ClInclude Include="Panes\p4wUploadLocalPane.h" />
- <ClInclude Include="Panes\p4wUploadLocalProcessorPane.h" />
- <ClInclude Include="Views\p4wUploadLocalProcessorView.h" />
- <ClInclude Include="Main\p4wURL.h" />
- <ClInclude Include="Views\p4wUserEditView.h" />
- <ClInclude Include="Panes\p4wUserPane.h" />
- <ClInclude Include="Panes\p4wUsersPane.h" />
- <ClInclude Include="Views\p4wUsersView.h" />
- <ClInclude Include="Views\p4wUserView.h" />
- <ClInclude Include="Views\p4wView.h" />
- <ClInclude Include="Panes\p4wWherePane.h" />
- <ClInclude Include="Views\p4wWorkspaceFileView.h" />
- <ClInclude Include="Panes\p4wWorkspacePane.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 12234 | Matt Attaway | Rejigger P4Web project in preparation for official sunsetting The bin directory contain...s the last official builds of P4Web from the Perforce download site. P4Web is soon to be completely sunsetted; these builds are here for folks who don't want to build their own. To better handle the archived builds the source code has been moved into a separate src directory. « |
10 years ago | |
//guest/perforce_software/p4web/P4Web.vcxproj | |||||
#1 | 8914 | Matt Attaway | Initial add of the P4Web source code | 11 years ago |