This repository has been archived by the owner on May 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shmuelie.FreeRangeWindows.csproj
112 lines (105 loc) · 5.78 KB
/
Shmuelie.FreeRangeWindows.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Company>Shmueli Englard</Company>
<Product>Free Range Windows</Product>
<Description>Free your tool windows! Windows will now be independent of each other!</Description>
<Title>Shmuelie.FreeRangeWindows</Title>
<Version>1.3.0</Version>
<ApplicationIcon>Resources\FreeRangeWindowsPackage.ico</ApplicationIcon>
<OutputType>Library</OutputType>
<VsixType>v3</VsixType>
<SchemaVersion>2.0</SchemaVersion>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<OutputPath Condition="'$(OutputPath)' == ''">bin\$(Configuration)\</OutputPath>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{B2FBE1BC-7A7E-4542-AB9E-2FC0D815A27A}</ProjectGuid>
<DeployExtension>false</DeployExtension>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<CreateVsixContainer>True</CreateVsixContainer>
<UpdateAssemblyInfo>false</UpdateAssemblyInfo>
<IsPackage>true</IsPackage>
<UseCodebase>true</UseCodebase>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/SamuelEnglard/Shmuelie.FreeRangeWindows</PackageProjectUrl>
<RepositoryUrl>https://github.com/SamuelEnglard/Shmuelie.FreeRangeWindows</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Windows, Tools</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/SamuelEnglard/Shmuelie.FreeRangeWindows/master/Resources/FreeRangeWindowsPackage256.png</PackageIconUrl>
<DevEnvDir Condition="'$(DevEnvDir)' == ''">$(MSBuildExtensionsPath)\..\Common7\IDE</DevEnvDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DeployExtension>True</DeployExtension>
<CreateVsixContainer>True</CreateVsixContainer>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes" Version="15.0.27" />
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="16.1.28917.181" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="16.1.3128" />
<PackageReference Include="Microsoft.VisualStudio.SDK.VsixSuppression" Version="14.1.37" />
</ItemGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System.Xaml" />
<Reference Include="Microsoft.VisualStudio.Shell.ViewManager">
<HintPath>$(DevEnvDir)\Microsoft.VisualStudio.Shell.ViewManager.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Platform.WindowManagement">
<HintPath>$(DevEnvDir)\Microsoft.VisualStudio.Platform.WindowManagement.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="LICENSE">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
<Content Include="Resources\FreeRangeWindowsPackage.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\FreeRangeWindowsPackage128.png" />
<Content Include="Resources\FreeRangeWindowsPackage16.png" />
<Content Include="Resources\FreeRangeWindowsPackage24.png" />
<Content Include="Resources\FreeRangeWindowsPackage256.png" />
<Content Include="Resources\FreeRangeWindowsPackage32.png" />
<Content Include="Resources\FreeRangeWindowsPackage48.png" />
<Content Include="Resources\FreeRangeWindowsPackagePreview.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<EmbeddedResource Update="VSPackage.resx">
<MergeWithCTO>true</MergeWithCTO>
<ManifestResourceName>VSPackage</ManifestResourceName>
</EmbeddedResource>
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<Target Name="AddToVisxSources" AfterTargets="GetVsixSourceItems">
<ItemGroup>
<VSIXSourceItem Include="$(OutputPath)\Nerdbank.Streams.dll" />
<VSIXSourceItem Include="$(OutputPath)\Newtonsoft.Json.dll" />
<VSIXSourceItem Include="$(OutputPath)\Shmuelie.FreeRangeWindows.dll" />
<VSIXSourceItem Include="$(OutputPath)\StreamJsonRpc.dll" />
<VSIXSourceItem Include="$(OutputPath)\System.Buffers.dll" />
<VSIXSourceItem Include="$(OutputPath)\System.IO.Pipelines.dll" />
<VSIXSourceItem Include="$(OutputPath)\System.Memory.dll" />
<VSIXSourceItem Include="$(OutputPath)\System.Numerics.Vectors.dll" />
<VSIXSourceItem Include="$(OutputPath)\System.Runtime.CompilerServices.Unsafe.dll" />
<VSIXSourceItem Include="$(OutputPath)\System.Threading.Tasks.Extensions.dll" />
<VSIXSourceItem Include="$(OutputPath)\System.ValueTuple.dll" />
</ItemGroup>
</Target>
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>