- <?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="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{BFEDDFCE-C578-41E1-B098-1FD65D3BC118}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- </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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Debug\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Debug\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir>
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Release\</OutDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Release\</IntDir>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">P4GT-Maya-2013</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">P4GT-Maya-2013_x64</TargetName>
- <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.mll</TargetExt>
- <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.mll</TargetExt>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">P4GT-Maya-2013</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">P4GT-Maya-2014_x64</TargetName>
- <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.mll</TargetExt>
- <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.mll</TargetExt>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>..\..\p4\sys;..\..\p4\client;..\..\p4\support;..\..\p4\msgs;..\libp4gt;..\sdk\maya2013\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_WINDOWS;NT_PLUGIN;OS_NT;CASE_INSENSITIVE;REQUIRE_IOSTREAM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <DisableSpecificWarnings>4005;4244;4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <AdditionalOptions>/export:initializePlugin /export:uninitializePlugin /NODEFAULTLIB:MSVCRT %(AdditionalOptions)</AdditionalOptions>
- <AdditionalDependencies>comctl32.lib;oldnames.lib;wsock32.lib;libp4gt.lib;libclient.lib;librpc.lib;libsupp.lib;Foundation.lib;OpenMaya.lib;OpenMayaUI.lib;htmlhelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)P4GT-Maya-2013.mll</OutputFile>
- <AdditionalLibraryDirectories>..\..\p4api\dyng\lib.ntx86;..\..\p4api\lib;..\libp4gt\Debug;..\htmlhelp;..\..\p4-bin\bin.ntx86\dyng;..\sdk\maya2013\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <IgnoreSpecificDefaultLibraries>libcmtd;libcd;libcmt;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <ProgramDatabaseFile>$(OutDir)maya.pdb</ProgramDatabaseFile>
- <SubSystem>Windows</SubSystem>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>$(OutDir)maya.lib</ImportLibrary>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- <ProjectReference>
- <LinkLibraryDependencies>true</LinkLibraryDependencies>
- </ProjectReference>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>..\..\p4\sys;..\..\p4\client;..\..\p4\support;..\..\p4\msgs;..\..\p4\i18n;..\libp4gt;..\sdk\maya2013_x64\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_WINDOWS;NT_PLUGIN;OS_NT;CASE_INSENSITIVE;REQUIRE_IOSTREAM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <DisableSpecificWarnings>4005;4244;4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <AdditionalOptions>/export:initializePlugin /export:uninitializePlugin /NODEFAULTLIB:MSVCRT %(AdditionalOptions)</AdditionalOptions>
- <AdditionalDependencies>comctl32.lib;oldnames.lib;wsock32.lib;libp4gt.lib;libclient.lib;librpc.lib;libsupp.lib;Foundation.lib;OpenMaya.lib;OpenMayaUI.lib;htmlhelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)P4GT-Maya-2013_x64.mll</OutputFile>
- <AdditionalLibraryDirectories>..\..\p4api\dyng\lib.ntx64;..\..\p4api\lib;..\libp4gt\Release;..\htmlhelp;..\..\p4-bin\bin.ntx64\vs2010\dyn;..\..\p4-bin\lib.ntx64\vs10\dyn;..\sdk\maya2013_x64\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <IgnoreSpecificDefaultLibraries>libcmtd;libcd;libcmt;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <ProgramDatabaseFile>$(OutDir)maya.pdb</ProgramDatabaseFile>
- <SubSystem>Windows</SubSystem>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>$(OutDir)maya.lib</ImportLibrary>
- </Link>
- <ProjectReference>
- <LinkLibraryDependencies>true</LinkLibraryDependencies>
- </ProjectReference>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <AdditionalIncludeDirectories>..\..\p4api\include\p4;..\..\p4\sys;..\..\p4\client;..\..\p4\support;..\..\p4\msgs;..\libp4gt;..\sdk\maya2013\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_WINDOWS;NT_PLUGIN;OS_NT;CASE_INSENSITIVE;REQUIRE_IOSTREAM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PreprocessToFile>false</PreprocessToFile>
- <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <DisableSpecificWarnings>4005;4244;4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <AdditionalOptions>/export:initializePlugin /export:uninitializePlugin %(AdditionalOptions)</AdditionalOptions>
- <AdditionalDependencies>comctl32.lib;oldnames.lib;wsock32.lib;libp4gt.lib;libclient.lib;librpc.lib;libsupp.lib;libeay32.lib;ssleay32.lib;Foundation.lib;OpenMaya.lib;OpenMayaUI.lib;htmlhelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)P4GT-Maya-2013.mll</OutputFile>
- <AdditionalLibraryDirectories>..\..\p4api\dyn\lib.ntx86;..\..\p4api\lib;..\htmlhelp;..\libp4gt\Release;..\sdk\maya2013\lib;..\..\p4-bin\bin.ntx86\vs2010\dyn;..\..\p4-bin\lib.ntx86\vs10;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <IgnoreSpecificDefaultLibraries>libcmt; libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <OptimizeReferences>
- </OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>$(OutDir)maya.lib</ImportLibrary>
- <TargetMachine>MachineX86</TargetMachine>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <AdditionalIncludeDirectories>..\..\p4api\include\p4;..\sdk\maya2014_x64\include;..\..\p4\sys;..\..\p4\client;..\..\p4\support;..\..\p4\i18n;..\..\p4\msgs;..\libp4gt;..\..\p4-bin\inc.ntx64\openssl;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_WINDOWS;NT_PLUGIN;OS_NT;CASE_INSENSITIVE;REQUIRE_IOSTREAM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PreprocessToFile>false</PreprocessToFile>
- <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <DisableSpecificWarnings>4005;4244;4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <Link>
- <AdditionalOptions>/export:initializePlugin /export:uninitializePlugin %(AdditionalOptions)</AdditionalOptions>
- <AdditionalDependencies>comctl32.lib;oldnames.lib;wsock32.lib;libp4gt.lib;libclient.lib;librpc.lib;libsupp.lib;libeay64.lib;ssleay64.lib;Foundation.lib;OpenMaya.lib;OpenMayaUI.lib;htmlhelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)P4GT-Maya-2014_x64.mll</OutputFile>
- <AdditionalLibraryDirectories>..\..\p4api\dyn\lib.ntx64;..\..\p4api\lib;..\sdk\maya2014_x64\lib;..\..\p4-bin\bin.ntx64\vs2010\dyn;..\libp4gt\Release;..\..\p4-bin\lib.ntx64\vs10;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <IgnoreSpecificDefaultLibraries>libcmt; libc;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <SubSystem>Windows</SubSystem>
- <OptimizeReferences>
- </OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <RandomizedBaseAddress>false</RandomizedBaseAddress>
- <DataExecutionPrevention>
- </DataExecutionPrevention>
- <ImportLibrary>$(OutDir)maya.lib</ImportLibrary>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="AboutCommand.cpp" />
- <ClCompile Include="AddCommand.cpp" />
- <ClCompile Include="CallbackManager.cpp" />
- <ClCompile Include="CheckInCommand.cpp" />
- <ClCompile Include="CheckOutCommand.cpp" />
- <ClCompile Include="debug.cpp" />
- <ClCompile Include="HelpCommand.cpp" />
- <ClCompile Include="HistoryCommand.cpp" />
- <ClCompile Include="InfoCommand.cpp" />
- <ClCompile Include="LastResults.cpp" />
- <ClCompile Include="LockCommand.cpp" />
- <ClCompile Include="MayaHost.cpp" />
- <ClCompile Include="OnlineCommand.cpp" />
- <ClCompile Include="OpenCommand.cpp" />
- <ClCompile Include="OpenedCommand.cpp" />
- <ClCompile Include="OptionsCommand.cpp" />
- <ClCompile Include="P4GTMaya.cpp" />
- <ClCompile Include="StatusCommand.cpp" />
- <ClCompile Include="UndoCommand.cpp" />
- <ClCompile Include="UpdateMenuCommand.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="AboutCommand.h" />
- <ClInclude Include="AddCommand.h" />
- <ClInclude Include="CallbackManager.h" />
- <ClInclude Include="CheckInCommand.h" />
- <ClInclude Include="CheckOutCommand.h" />
- <ClInclude Include="debug.h" />
- <ClInclude Include="HelpCommand.h" />
- <ClInclude Include="HistoryCommand.h" />
- <ClInclude Include="InfoCommand.h" />
- <ClInclude Include="LastResultsCommand.h" />
- <ClInclude Include="LockCommand.h" />
- <ClInclude Include="MayaHost.h" />
- <ClInclude Include="OnlineCommand.h" />
- <ClInclude Include="OpenCommand.h" />
- <ClInclude Include="OpenedCommand.h" />
- <ClInclude Include="OptionsCommand.h" />
- <ClInclude Include="P4GTMaya.h" />
- <ClInclude Include="resource.h" />
- <ClInclude Include="StatusCommand.h" />
- <ClInclude Include="UndoCommand.h" />
- <ClInclude Include="UpdateMenuCommand.h" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="P4GTMaya.rc" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 10140 | Matt Attaway | Initial release of the P4GT source code. | 11 years ago |