github.com/simonferquel/app@v0.6.1-0.20181012141724-68b7cccf26ac/integrations/visualstudio/dockerappvsix/dockerappvsix.csproj (about) 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.7.104\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.7.104\build\Microsoft.VSSDK.BuildTools.props')" /> 4 <PropertyGroup> 5 <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion> 6 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> 7 <NuGetPackageImportStamp> 8 </NuGetPackageImportStamp> 9 <UseCodebase>true</UseCodebase> 10 </PropertyGroup> 11 <PropertyGroup> 12 <SignAssembly>true</SignAssembly> 13 </PropertyGroup> 14 <PropertyGroup> 15 <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> 16 </PropertyGroup> 17 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 18 <PropertyGroup> 19 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 20 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 21 <SchemaVersion>2.0</SchemaVersion> 22 <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 23 <ProjectGuid>{9BA36AA7-8936-4DC4-BB1B-CD282AE2FF68}</ProjectGuid> 24 <OutputType>Library</OutputType> 25 <AppDesignerFolder>Properties</AppDesignerFolder> 26 <RootNamespace>dockerappvsix</RootNamespace> 27 <AssemblyName>dockerappvsix</AssemblyName> 28 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> 29 <GeneratePkgDefFile>true</GeneratePkgDefFile> 30 <IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer> 31 <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer> 32 <IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment> 33 <CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory> 34 <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory> 35 <StartAction>Program</StartAction> 36 <StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram> 37 <StartArguments>/rootsuffix Exp</StartArguments> 38 </PropertyGroup> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 40 <DebugSymbols>true</DebugSymbols> 41 <DebugType>full</DebugType> 42 <Optimize>false</Optimize> 43 <OutputPath>bin\Debug\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <ErrorReport>prompt</ErrorReport> 46 <WarningLevel>4</WarningLevel> 47 </PropertyGroup> 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 49 <DebugType>pdbonly</DebugType> 50 <Optimize>true</Optimize> 51 <OutputPath>bin\Release\</OutputPath> 52 <DefineConstants>TRACE</DefineConstants> 53 <ErrorReport>prompt</ErrorReport> 54 <WarningLevel>4</WarningLevel> 55 </PropertyGroup> 56 <ItemGroup> 57 <Compile Include="AppPackageSettings.cs" /> 58 <Compile Include="CommandRender.cs" /> 59 <Compile Include="DockerAppPackage.cs" /> 60 <Compile Include="CommandDeploy.cs" /> 61 <Compile Include="CommandNew.cs" /> 62 <Compile Include="CommandSelectApp.cs" /> 63 <Compile Include="CommandSettings.cs" /> 64 <Compile Include="GlobalsExtensions.cs" /> 65 <Compile Include="NewAppDialog.xaml.cs"> 66 <DependentUpon>NewAppDialog.xaml</DependentUpon> 67 </Compile> 68 <Compile Include="NewAppSettings.cs" /> 69 <Compile Include="Properties\AssemblyInfo.cs" /> 70 <Compile Include="SettingsDialog.xaml.cs"> 71 <DependentUpon>SettingsDialog.xaml</DependentUpon> 72 </Compile> 73 <Compile Include="StringExtentions.cs" /> 74 </ItemGroup> 75 <ItemGroup> 76 <None Include="Key.snk" /> 77 <None Include="packages.config" /> 78 <None Include="source.extension.vsixmanifest"> 79 <SubType>Designer</SubType> 80 </None> 81 </ItemGroup> 82 <ItemGroup> 83 <VSCTCompile Include="DockerAppPackage.vsct"> 84 <ResourceName>Menus.ctmenu</ResourceName> 85 </VSCTCompile> 86 <Content Include="index.html" /> 87 <Content Include="Resources\Command1.png" /> 88 <Content Include="Resources\Command1Package.ico" /> 89 <Content Include="Resources\CommandDeploy.png" /> 90 <Content Include="Resources\CommandNew.png" /> 91 <Content Include="Resources\CommandSelectApp.png" /> 92 <Content Include="Resources\CommandSettings.png" /> 93 <Content Include="Resources\docker.ico" /> 94 <Content Include="stylesheet.css" /> 95 </ItemGroup> 96 <ItemGroup> 97 <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 98 <EmbedInteropTypes>False</EmbedInteropTypes> 99 </Reference> 100 <Reference Include="EnvDTE100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 101 <EmbedInteropTypes>False</EmbedInteropTypes> 102 </Reference> 103 <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 104 <EmbedInteropTypes>False</EmbedInteropTypes> 105 </Reference> 106 <Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 107 <EmbedInteropTypes>False</EmbedInteropTypes> 108 </Reference> 109 <Reference Include="Microsoft.CSharp" /> 110 <Reference Include="Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 111 <EmbedInteropTypes>False</EmbedInteropTypes> 112 </Reference> 113 <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 114 <HintPath>..\packages\Microsoft.VisualStudio.CoreUtility.15.0.26201\lib\net45\Microsoft.VisualStudio.CoreUtility.dll</HintPath> 115 </Reference> 116 <Reference Include="Microsoft.VisualStudio.Imaging, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 117 <HintPath>..\packages\Microsoft.VisualStudio.Imaging.15.0.26201\lib\net45\Microsoft.VisualStudio.Imaging.dll</HintPath> 118 </Reference> 119 <Reference Include="Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 120 <HintPath>..\packages\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.14.3.25408\lib\net20\Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll</HintPath> 121 <EmbedInteropTypes>True</EmbedInteropTypes> 122 </Reference> 123 <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 <HintPath>..\packages\Microsoft.VisualStudio.OLE.Interop.7.10.6071\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath> 125 </Reference> 126 <Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 127 <HintPath>..\packages\Microsoft.VisualStudio.Shell.15.0.15.0.26201\lib\Microsoft.VisualStudio.Shell.15.0.dll</HintPath> 128 </Reference> 129 <Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 130 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Framework.15.0.26201\lib\net45\Microsoft.VisualStudio.Shell.Framework.dll</HintPath> 131 </Reference> 132 <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 133 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.7.10.6071\lib\Microsoft.VisualStudio.Shell.Interop.dll</HintPath> 134 </Reference> 135 <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 136 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.10.0.10.0.30319\lib\Microsoft.VisualStudio.Shell.Interop.10.0.dll</HintPath> 137 <EmbedInteropTypes>True</EmbedInteropTypes> 138 </Reference> 139 <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 140 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.11.0.11.0.61030\lib\Microsoft.VisualStudio.Shell.Interop.11.0.dll</HintPath> 141 <EmbedInteropTypes>True</EmbedInteropTypes> 142 </Reference> 143 <Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 144 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.12.0.12.0.30110\lib\Microsoft.VisualStudio.Shell.Interop.12.0.dll</HintPath> 145 <EmbedInteropTypes>True</EmbedInteropTypes> 146 </Reference> 147 <Reference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 148 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.14.3.25407\lib\Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll</HintPath> 149 <EmbedInteropTypes>True</EmbedInteropTypes> 150 </Reference> 151 <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 152 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.Shell.Interop.8.0.dll</HintPath> 153 </Reference> 154 <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 155 <HintPath>..\packages\Microsoft.VisualStudio.Shell.Interop.9.0.9.0.30729\lib\Microsoft.VisualStudio.Shell.Interop.9.0.dll</HintPath> 156 </Reference> 157 <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 158 <HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.7.10.6070\lib\Microsoft.VisualStudio.TextManager.Interop.dll</HintPath> 159 </Reference> 160 <Reference Include="Microsoft.VisualStudio.TextManager.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 161 <HintPath>..\packages\Microsoft.VisualStudio.TextManager.Interop.8.0.8.0.50727\lib\Microsoft.VisualStudio.TextManager.Interop.8.0.dll</HintPath> 162 </Reference> 163 <Reference Include="Microsoft.VisualStudio.Threading, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 164 <HintPath>..\packages\Microsoft.VisualStudio.Threading.15.0.240\lib\net45\Microsoft.VisualStudio.Threading.dll</HintPath> 165 </Reference> 166 <Reference Include="Microsoft.VisualStudio.Utilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 167 <HintPath>..\packages\Microsoft.VisualStudio.Utilities.15.0.26201\lib\net45\Microsoft.VisualStudio.Utilities.dll</HintPath> 168 </Reference> 169 <Reference Include="Microsoft.VisualStudio.Validation, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 170 <HintPath>..\packages\Microsoft.VisualStudio.Validation.15.0.82\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath> 171 </Reference> 172 <Reference Include="PresentationCore" /> 173 <Reference Include="PresentationFramework" /> 174 <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 175 <EmbedInteropTypes>False</EmbedInteropTypes> 176 </Reference> 177 <Reference Include="System" /> 178 <Reference Include="System.Data" /> 179 <Reference Include="System.Design" /> 180 <Reference Include="System.Drawing" /> 181 <Reference Include="System.Windows.Forms" /> 182 <Reference Include="System.Xaml" /> 183 <Reference Include="System.Xml" /> 184 <Reference Include="WindowsBase" /> 185 </ItemGroup> 186 <ItemGroup> 187 <EmbeddedResource Include="VSPackage.resx"> 188 <MergeWithCTO>true</MergeWithCTO> 189 <ManifestResourceName>VSPackage</ManifestResourceName> 190 </EmbeddedResource> 191 </ItemGroup> 192 <ItemGroup> 193 <Page Include="NewAppDialog.xaml"> 194 <SubType>Designer</SubType> 195 <Generator>MSBuild:Compile</Generator> 196 </Page> 197 <Page Include="SettingsDialog.xaml"> 198 <SubType>Designer</SubType> 199 <Generator>MSBuild:Compile</Generator> 200 </Page> 201 </ItemGroup> 202 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 203 <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> 204 <Import Project="..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" /> 205 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 206 <PropertyGroup> 207 <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> 208 </PropertyGroup> 209 <Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.10\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets'))" /> 210 </Target> 211 <PropertyGroup> 212 <PreBuildEvent> 213 </PreBuildEvent> 214 </PropertyGroup> 215 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 216 Other similar extension points exist, see Microsoft.Common.targets. 217 <Target Name="BeforeBuild"> 218 </Target> 219 <Target Name="AfterBuild"> 220 </Target> 221 --> 222 </Project>