2014-03-14 14:13:41 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-01-17 18:54:05 -05:00
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-03-14 14:13:41 -04:00
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
2016-09-14 19:52:44 -04:00
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Development</Configuration>
|
2014-03-14 14:13:41 -04:00
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{5D7D66E8-8C76-4AF9-B3EC-2EF03421D730}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2019-02-16 05:55:19 -05:00
|
|
|
<RootNamespace>Tools.DotNETCommon</RootNamespace>
|
2014-03-14 14:13:41 -04:00
|
|
|
<AssemblyName>DotNETUtilities</AssemblyName>
|
2019-01-17 18:54:05 -05:00
|
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
2014-03-14 14:13:41 -04:00
|
|
|
<FileAlignment>512</FileAlignment>
|
2019-01-17 18:54:05 -05:00
|
|
|
<TargetFrameworkProfile />
|
2014-03-14 14:13:41 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-08-29 08:39:35 -04:00
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2014-03-14 14:13:41 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|AnyCPU'">
|
|
|
|
|
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2014-08-29 08:39:35 -04:00
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2014-03-14 14:13:41 -04:00
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2016-01-27 12:09:53 -05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
2016-09-14 19:52:44 -04:00
|
|
|
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
|
2016-01-27 12:09:53 -05:00
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2014-03-14 14:13:41 -04:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\MetaData.cs">
|
|
|
|
|
<Link>Properties\MetaData.cs</Link>
|
|
|
|
|
</Compile>
|
2019-02-16 05:55:19 -05:00
|
|
|
<Compile Include="ArrayUtils.cs" />
|
2015-07-17 16:38:17 -04:00
|
|
|
<Compile Include="AssemblyUtils.cs" />
|
2019-01-17 18:54:05 -05:00
|
|
|
<Compile Include="BinaryFormatterUtils.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="BinaryReaderExtensions.cs" />
|
2019-01-17 18:54:05 -05:00
|
|
|
<Compile Include="BinaryArchiveReader.cs" />
|
|
|
|
|
<Compile Include="BinaryArchiveWriter.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="BinaryWriterExtensions.cs" />
|
2019-01-17 18:54:05 -05:00
|
|
|
<Compile Include="CommandLineArguments.cs" />
|
|
|
|
|
<Compile Include="CommandLineAttribute.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="CsProjectInfo.cs" />
|
2019-01-17 18:54:05 -05:00
|
|
|
<Compile Include="ContentHash.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="DirectoryReference.cs" />
|
2018-08-15 11:23:10 -04:00
|
|
|
<Compile Include="ExceptionUtils.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="FastJSON\Formatter.cs" />
|
|
|
|
|
<Compile Include="FastJSON\Getters.cs" />
|
|
|
|
|
<Compile Include="FastJSON\JSON.cs" />
|
|
|
|
|
<Compile Include="FastJSON\JsonParser.cs" />
|
|
|
|
|
<Compile Include="FastJSON\JsonSerializer.cs" />
|
|
|
|
|
<Compile Include="FastJSON\Reflection.cs" />
|
|
|
|
|
<Compile Include="FastJSON\SafeDictionary.cs" />
|
2018-04-26 14:11:04 -04:00
|
|
|
<Compile Include="FileFilter.cs" />
|
|
|
|
|
<Compile Include="FileFilterNode.cs" />
|
|
|
|
|
<Compile Include="FilePattern.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="FileReference.cs" />
|
|
|
|
|
<Compile Include="FileSystemReference.cs" />
|
2019-01-17 18:54:05 -05:00
|
|
|
<Compile Include="Json.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="JsonObject.cs" />
|
2019-01-17 18:54:05 -05:00
|
|
|
<Compile Include="JsonWriter.cs" />
|
2018-08-15 11:23:10 -04:00
|
|
|
<Compile Include="Log.cs" />
|
|
|
|
|
<Compile Include="LogIndentScope.cs" />
|
|
|
|
|
<Compile Include="LogStatusScope.cs" />
|
2018-05-23 21:04:31 -04:00
|
|
|
<Compile Include="ManagedProcess.cs" />
|
2018-08-15 11:23:10 -04:00
|
|
|
<Compile Include="Perforce\PerforceAttributes.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceChildProcess.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceConnection.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceError.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceException.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceInfo.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceResponse.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceResponseList.cs" />
|
|
|
|
|
<Compile Include="Perforce\PerforceUtils.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\AddOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\AddRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ChangeRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ChangesOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ChangesRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ChangeStatus.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ChangeType.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ClientLineEndings.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ClientOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ClientRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ClientsOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ClientsRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ClientSubmitOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\DeleteChangeOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\DeleteClientOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\DeleteOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\DeleteRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\DescribeFileRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\DescribeOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\DescribeRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\EditOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\EditRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\FileAction.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\FileLogOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\FileLogRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\FStatOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\FStatRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\GetChangeOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\InfoOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\InfoRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\IntegrationAction.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\IntegrationRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\OpenedOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\PrintRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ReconcileOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ReconcileRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ResolveOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ResolveRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\RevertOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\RevertRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\RevisionRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ShelveOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\ShelveRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\StreamOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\StreamRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\StreamType.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\SubmitOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\SubmitRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\SwitchClientOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\SyncOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\SyncRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\SyncSummaryRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\UnshelveOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\UnshelveRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\UpdateChangeOptions.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\UserRecord.cs" />
|
|
|
|
|
<Compile Include="Perforce\Records\WhereRecord.cs" />
|
2014-03-14 14:13:41 -04:00
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2019-01-17 18:54:05 -05:00
|
|
|
<Compile Include="ReadOnlyHashSet.cs" />
|
2018-08-15 11:23:10 -04:00
|
|
|
<Compile Include="RestrictedFolders.cs" />
|
2017-08-31 12:08:38 -04:00
|
|
|
<Compile Include="ResXResource\UEResXReader.cs" />
|
|
|
|
|
<Compile Include="ResXResource\UEResXWriter.cs" />
|
2018-01-20 11:19:29 -05:00
|
|
|
<Compile Include="StringUtils.cs" />
|
2018-08-15 11:23:10 -04:00
|
|
|
<Compile Include="ThreadPoolWorkQueue.cs" />
|
2014-03-14 14:13:41 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- 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>
|
|
|
|
|
-->
|
2017-05-03 14:18:32 -04:00
|
|
|
</Project>
|