summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.20113.5/tools/VisualStudio.SetupPackage.swixproj
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.20113.5/tools/VisualStudio.SetupPackage.swixproj')
-rwxr-xr-x.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.20113.5/tools/VisualStudio.SetupPackage.swixproj37
1 files changed, 37 insertions, 0 deletions
diff --git a/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.20113.5/tools/VisualStudio.SetupPackage.swixproj b/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.20113.5/tools/VisualStudio.SetupPackage.swixproj
new file mode 100755
index 0000000000..b728f97bae
--- /dev/null
+++ b/.packages/microsoft.dotnet.arcade.sdk/1.0.0-beta.20113.5/tools/VisualStudio.SetupPackage.swixproj
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
+<Project>
+ <!--
+ Required variables:
+ SwrProperties Properties and their values ("Prop1=Value1;Prop2=Value2;...") to be substituted in the swr files.
+ SwrFiles Files to be included.
+ SwrPackageName Name of the component (VSIX)
+ IntermediateOutputPath Intermediate output path.
+ SwixBuildPath SwixBuild package path.
+ -->
+
+ <PropertyGroup>
+ <OutputArchitecture>neutral</OutputArchitecture>
+ <OutputLocalized>false</OutputLocalized>
+ <OutputType>vsix</OutputType>
+ <IsPackage>true</IsPackage>
+ <OutputName>$(SwrPackageName)</OutputName>
+ </PropertyGroup>
+
+ <Import Project="$(SwixBuildPath)build\MicroBuild.Plugins.*.props" />
+
+ <ItemGroup>
+ <_SwrProperties Include="$([MSBuild]::Unescape($(SwrProperties)))" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);@(_SwrProperties)</PackagePreprocessorDefinitions>
+ <OutputPath>$(IntermediateOutputPath)</OutputPath>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Package Include="$(SwrFiles)" />
+ </ItemGroup>
+
+ <Import Project="$(SwixBuildPath)build\MicroBuild.Plugins.*.targets" />
+</Project> \ No newline at end of file