зеркало из https://github.com/microsoft/scalar.git
143 строки
6.2 KiB
XML
143 строки
6.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<Import Project="$(SolutionDir)\GVFS\GVFS.Build\GVFS.cs.props" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>{BDA91EE5-C684-4FC5-A90A-B7D677421917}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>GVFS.Hooks</RootNamespace>
|
|
<AssemblyName>GVFS.Hooks</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<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.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<!--
|
|
Files from GVFS.Common included as links here to prevent adding
|
|
project reference. The project reference leads to performance degradation
|
|
due to the other dependencies that come along with GVFS.Common.
|
|
-->
|
|
<Compile Include="..\GVFS.Common\ConsoleHelper.cs">
|
|
<Link>Common\ConsoleHelper.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Git\GitConfigHelper.cs">
|
|
<Link>Common\Git\GitConfigHelper.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Git\GitConfigSetting.cs">
|
|
<Link>Common\Git\GitConfigSetting.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Git\GitVersion.cs">
|
|
<Link>Common\Git\GitVersion.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\GVFSConstants.cs">
|
|
<Link>Common\GVFSConstants.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\GVFSEnlistment.Shared.cs">
|
|
<Link>Common\GVFSEnlistment.Shared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\GVFSLock.Shared.cs">
|
|
<Link>Common\GVFSLock.Shared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\NamedPipes\BrokenPipeException.cs">
|
|
<Link>Common\NamedPipes\BrokenPipeException.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\NamedPipes\LockNamedPipeMessages.cs">
|
|
<Link>Common\NamedPipes\LockNamedPipeMessages.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\NamedPipes\NamedPipeClient.cs">
|
|
<Link>Common\NamedPipes\NamedPipeClient.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\NamedPipes\NamedPipeStreamReader.cs">
|
|
<Link>Common\NamedPipes\NamedPipeStreamReader.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\NamedPipes\NamedPipeStreamWriter.cs">
|
|
<Link>Common\NamedPipes\NamedPipeStreamWriter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\NativeMethods.Shared.cs">
|
|
<Link>Common\NativeMethods.Shared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Paths.Shared.cs">
|
|
<Link>Common\Paths.Shared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\ProcessHelper.cs">
|
|
<Link>Common\ProcessHelper.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\ProcessResult.cs">
|
|
<Link>Common\ProcessResult.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\ProductUpgraderInfo.Shared.cs">
|
|
<Link>Common\ProductUpgraderInfo.Shared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Tracing\EventLevel.cs">
|
|
<Link>Common\Tracing\EventLevel.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Tracing\EventMetadata.cs">
|
|
<Link>Common\Tracing\EventMetadata.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Tracing\EventOpcode.cs">
|
|
<Link>Common\Tracing\EventOpcode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Tracing\ITracer.cs">
|
|
<Link>Common\Tracing\ITracer.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Common\Tracing\Keywords.cs">
|
|
<Link>Common\Tracing\Keywords.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Platform.Windows\WindowsFileSystem.Shared.cs">
|
|
<Link>Windows\WindowsFileSystem.Shared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GVFS.Platform.Windows\WindowsPlatform.Shared.cs">
|
|
<Link>Windows\WindowsPlatform.Shared.cs</Link>
|
|
</Compile>
|
|
<Compile Include="HooksPlatform\GVFSHooksPlatform.Windows.cs" />
|
|
<Compile Include="KnownGitCommands.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Analyzer Include="..\..\..\packages\StyleCop.Analyzers.1.0.2\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
|
|
<Analyzer Include="..\..\..\packages\StyleCop.Analyzers.1.0.2\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
|
|
</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>
|
|
-->
|
|
</Project>
|