189 lines
8.3 KiB
XML
189 lines
8.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7C2AF8B1-CE1E-49C3-AC4F-8074899287DD}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>p4api.net.unit.test</RootNamespace>
|
|
<AssemblyName>p4api.net-unit-test</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>..\bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile>..\bin\Release\p4api.net-unit-test.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
<CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.4.3.10\lib\net40\NLog.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
|
<Visible>False</Visible>
|
|
</CodeAnalysisDependentAssemblyPaths>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BranchSpecTest.cs" />
|
|
<Compile Include="ChangelistTest.cs" />
|
|
<Compile Include="ClientOptionEnumTest.cs" />
|
|
<Compile Include="ClientTest.cs" />
|
|
<Compile Include="GroupTest.cs" />
|
|
<Compile Include="MainTest.cs" />
|
|
<Compile Include="P4ServerMultiThreadingTest.cs" />
|
|
<Compile Include="RepositoryTest.ServerMetaData.cs" />
|
|
<Compile Include="DepotFileDiffTest.cs" />
|
|
<Compile Include="DepotTest.cs" />
|
|
<Compile Include="FileIntegrationRecordTest.cs" />
|
|
<Compile Include="FormTest.cs" />
|
|
<Compile Include="FileTest.cs" />
|
|
<Compile Include="LabelTest.cs" />
|
|
<Compile Include="P4ServerTest.cs" />
|
|
<Compile Include="RepositoryTest.BranchSpec.cs" />
|
|
<Compile Include="RepositoryTest.ClientMetadata.cs" />
|
|
<Compile Include="RepositoryTest.Depot.cs" />
|
|
<Compile Include="JobTest.cs" />
|
|
<Compile Include="RepositoryTest.Job.cs" />
|
|
<Compile Include="RepositoryTest.Group.cs" />
|
|
<Compile Include="RepositoryTest.Changelist.cs" />
|
|
<Compile Include="RepositoryTest.Client.cs" />
|
|
<Compile Include="RepositoryTest.Label.cs" />
|
|
<Compile Include="RepositoryTest.Stream.cs" />
|
|
<Compile Include="RepositoryTest.User.cs" />
|
|
<Compile Include="ClientMetadataTest.cs" />
|
|
<Compile Include="ConnectionTest.cs" />
|
|
<Compile Include="CounterTest.cs" />
|
|
<Compile Include="FileAnnotationTest.cs" />
|
|
<Compile Include="FileHistoryTest.cs" />
|
|
<Compile Include="FileLineMatchTest.cs" />
|
|
<Compile Include="FileMetaDataTest.cs" />
|
|
<Compile Include="FileSpecTest.cs" />
|
|
<Compile Include="FileTypeTest.cs" />
|
|
<Compile Include="FixTest.cs" />
|
|
<Compile Include="FormSpecTest.cs" />
|
|
<Compile Include="P4CommandTest.cs" />
|
|
<Compile Include="P4ExceptionTest.cs" />
|
|
<Compile Include="P4MapApiTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ProtectionEntryTest.cs" />
|
|
<Compile Include="ProtectionTableTest.cs" />
|
|
<Compile Include="RepositoryTest.cs" />
|
|
<Compile Include="ServerMetaDataTest.cs" />
|
|
<Compile Include="SpecFieldTest.cs" />
|
|
<Compile Include="StreamTest.cs" />
|
|
<Compile Include="StringEnumListEnumeratorTest.cs" />
|
|
<Compile Include="StringEnumListTest.cs" />
|
|
<Compile Include="StringEnumTest.cs" />
|
|
<Compile Include="StringListTest.cs" />
|
|
<Compile Include="TriggerTableTest.cs" />
|
|
<Compile Include="TypeMapTest.cs" />
|
|
<Compile Include="RshTest.cs" />
|
|
<Compile Include="UserTest.cs" />
|
|
<Compile Include="Utilities.cs" />
|
|
<Compile Include="VersionSpecTest.cs" />
|
|
<Compile Include="ViewMapTest.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="MyKey.snk" />
|
|
<Content Include="NLog.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\p4api.net\p4api.net.csproj">
|
|
<Project>{1305ABF0-EEA0-464F-99D5-7FD5BE5E4956}</Project>
|
|
<Name>p4api.net</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>xcopy /Y /S "$(SolutionDir)\bin\x64\$(ConfigurationName)\*" "$(TargetDir)"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |