176 строки
8.2 KiB
XML
176 строки
8.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="..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{19770407-B33A-4EBE-92B8-04C93F43CAE0}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Microsoft.Alm.Cli</RootNamespace>
|
|
<AssemblyName>git-askpass</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
<CodeAnalysisRuleSet>..\analysisRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>Microsoft.Alm.Cli.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>..\Assets\gcmicon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="UIAutomationProvider" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="UserPromptDialog.xaml.cs">
|
|
<DependentUpon>UserPromptDialog.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="PasswordBoxHintAdorner.cs" />
|
|
<Compile Include="UserPromptKind.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Bitbucket.Authentication\Bitbucket.Authentication.csproj">
|
|
<Project>{ee663736-5bad-4ca6-a4f8-99978925ad8a}</Project>
|
|
<Name>Bitbucket.Authentication</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GitHub.Authentication\GitHub.Authentication.csproj">
|
|
<Project>{cf306116-bbf0-4cc7-afce-a506ac4752cb}</Project>
|
|
<Name>GitHub.Authentication</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Microsoft.Alm.Authentication\Microsoft.Alm.Authentication.csproj">
|
|
<Project>{c1daabc1-b493-459d-bb4f-04fbefb1ba13}</Project>
|
|
<Name>Microsoft.Alm.Authentication</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Microsoft.Alm.Git\Microsoft.Alm.Git.csproj">
|
|
<Project>{19770407-5c58-406d-ab3f-3700bb0d06fe}</Project>
|
|
<Name>Microsoft.Alm.Git</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Microsoft.Vsts.Authentication\Microsoft.Vsts.Authentication.csproj">
|
|
<Project>{19770407-d7d8-4a37-914c-f552ff4b90d4}</Project>
|
|
<Name>Microsoft.Vsts.Authentication</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="UserPromptDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Assets\gcm.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Assets\gcm.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="..\Cli-Shared\Cli-Shared.projitems" Label="Shared" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
SET dst=$(SolutionDir)Deploy\
|
|
SET src=$(TargetDir)
|
|
|
|
IF NOT EXIST "%25dst%25" MKDIR "%25dst%25"
|
|
|
|
COPY /V /Y "$(SolutionDir)LICENSE.txt" "%25src%25LICENSE.txt"
|
|
COPY /V /Y "$(SolutionDir)README.md" "%25src%25README.md"
|
|
COPY /V /Y "%25src%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll" "%25dst%25Microsoft.IdentityModel.Clients.ActiveDirectory.dll"
|
|
COPY /V /Y "%25src%25Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll" "%25dst%25Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll"
|
|
COPY /V /Y "%25src%25Microsoft.Alm.Authentication.dll" "%25dst%25Microsoft.Alm.Authentication.dll"
|
|
COPY /V /Y "%25src%25Microsoft.Alm.Git.dll" "%25dst%25Microsoft.Alm.Git.dll"
|
|
COPY /V /Y "%25src%25Microsoft.Vsts.Authentication.dll" "%25dst%25Microsoft.Vsts.Authentication.dll"
|
|
COPY /V /Y "%25src%25Bitbucket.Authentication.exe" "%25dst%25Bitbucket.Authentication.exe"
|
|
COPY /V /Y "%25src%25GitHub.Authentication.exe" "%25dst%25GitHub.Authentication.exe"
|
|
COPY /V /Y "%25src%25git-askpass.exe" "%25dst%25git-askpass.exe"
|
|
COPY /V /Y "%25src%25git-askpass-st.exe" "%25dst%25git-askpass-st.exe"
|
|
COPY /V /Y "%25src%25README.md" "%25dst%25README.md"
|
|
COPY /V /Y "%25src%25LICENSE.txt" "%25dst%25LICENSE.txt"
|
|
|
|
"$(SolutionDir)build-docs.cmd"
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props'))" />
|
|
</Target>
|
|
<!-- 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> |