<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>8.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{96C27CA0-1FD8-42C9-8F8F-324F512E4364}</ProjectGuid> <SccProjectName>Perforce Project</SccProjectName> <SccLocalPath>.</SccLocalPath> <SccProvider>MSSCCI:Perforce SCM</SccProvider> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> </ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>Testp4com</AssemblyName> <AssemblyOriginatorKeyFile> </AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <OutputType>WinExe</OutputType> <OptionCompare>Binary</OptionCompare> <OptionExplicit>On</OptionExplicit> <OptionStrict>Off</OptionStrict> <RootNamespace>Testp4com</RootNamespace> <StartupObject>Testp4com.p4comTestForm</StartupObject> <FileUpgradeFlags> </FileUpgradeFlags> <MyType>WindowsFormsWithCustomSubMain</MyType> <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>0.0</OldToolsVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <OutputPath>bin\</OutputPath> <DocumentationFile>Testp4com.xml</DocumentationFile> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>Win32 = True</DefineConstants> <DefineDebug>true</DefineDebug> <DefineTrace>true</DefineTrace> <DebugSymbols>true</DebugSymbols> <Optimize>false</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <WarningLevel>1</WarningLevel> <NoWarn>42016,42017,42018,42019,42032</NoWarn> <DebugType>full</DebugType> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <OutputPath>bin\</OutputPath> <DocumentationFile>Testp4com.xml</DocumentationFile> <BaseAddress>285212672</BaseAddress> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>Win32 = True</DefineConstants> <DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace> <DebugSymbols>false</DebugSymbols> <Optimize>false</Optimize> <RegisterForComInterop>false</RegisterForComInterop> <RemoveIntegerChecks>false</RemoveIntegerChecks> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <WarningLevel>1</WarningLevel> <NoWarn>42016,42017,42018,42019,42032</NoWarn> <DebugType>none</DebugType> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.VisualBasic.Compatibility"> <Name>Microsoft.VisualBasic.Compatibility</Name> </Reference> <Reference Include="System"> <Name>System</Name> </Reference> <Reference Include="System.Data"> <Name>System.Data</Name> </Reference> <Reference Include="System.Drawing"> <Name>System.Drawing</Name> </Reference> <Reference Include="System.Windows.Forms"> <Name>System.Windows.Forms</Name> </Reference> <Reference Include="System.Xml"> <Name>System.XML</Name> </Reference> <COMReference Include="P4COMLib"> <Guid>{BC5DA98A-3A2F-4458-8666-22EDB27C6258}</Guid> <VersionMajor>1</VersionMajor> <VersionMinor>0</VersionMinor> <Lcid>0</Lcid> <WrapperTool>tlbimp</WrapperTool> </COMReference> </ItemGroup> <ItemGroup> <Import Include="Microsoft.VisualBasic" /> <Import Include="Microsoft.VisualBasic.Compatibility" /> <Import Include="System" /> <Import Include="System.Collections" /> <Import Include="System.Data" /> <Import Include="System.Diagnostics" /> <Import Include="System.Drawing" /> <Import Include="System.Windows.Forms" /> </ItemGroup> <ItemGroup> <Compile Include="AssemblyInfo.vb"> <SubType>Code</SubType> </Compile> <Compile Include="EnvForm.vb"> <SubType>Form</SubType> </Compile> <Compile Include="p4comTestForm.vb"> <SubType>Form</SubType> </Compile> <Compile Include="SubmitForm.vb"> <SubType>Form</SubType> </Compile> <EmbeddedResource Include="EnvForm.resX"> <DependentUpon>EnvForm.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="p4comTestForm.resX"> <DependentUpon>p4comTestForm.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="SubmitForm.resX"> <DependentUpon>SubmitForm.vb</DependentUpon> </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 7446 | Robert Cowham | Updated to VS 2008 | ||
#3 | 6050 | Robert Cowham |
- Use P4API 2007.2 - Added SetProg, SetVersion, SetProtocol and GetProtocol |
||
#2 | 3542 | Robert Cowham | Update to use exceptions properly - including examples. | ||
#1 | 3534 | Robert Cowham | Added complete test projects for VB6, VB.NET and C#(.NET) |