Skip to content

Commit 8f329e1

Browse files
committed
Reorganize nuget dependencies
1 parent ef9ba23 commit 8f329e1

File tree

3 files changed

+157
-18
lines changed

3 files changed

+157
-18
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
is_global = true
2+
build_property.TargetFramework =
3+
build_property.TargetPlatformMinVersion =
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids = {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
6+
build_property.PublishSingleFile =
7+
build_property.IncludeAllContentForSelfExtract =
8+
build_property._SupportedPlatformList =

AutoItSyntaxHighlight/AutoItSyntaxHighlight.csproj

Lines changed: 50 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.props')" />
4-
<Import Project="..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.4\build\Microsoft.CodeAnalysis.BannedApiAnalyzers.props" Condition="Exists('..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.4\build\Microsoft.CodeAnalysis.BannedApiAnalyzers.props')" />
5-
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.16.8.8\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.16.8.8\build\Microsoft.VSSDK.BuildTools.props')" />
1+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Import Project="..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.8\build\Microsoft.CodeAnalysis.BannedApiAnalyzers.props" Condition="Exists('..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.8\build\Microsoft.CodeAnalysis.BannedApiAnalyzers.props')" />
63
<PropertyGroup>
74
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
85
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
96
<NuGetPackageImportStamp>
107
</NuGetPackageImportStamp>
8+
<UseCodebase>true</UseCodebase>
119
<FileUpgradeFlags>
1210
</FileUpgradeFlags>
1311
<UpgradeBackupLocation>
1412
</UpgradeBackupLocation>
1513
<OldToolsVersion>14.0</OldToolsVersion>
14+
<TargetFrameworkProfile />
1615
<PublishUrl>publish\</PublishUrl>
1716
<Install>true</Install>
1817
<InstallFrom>Disk</InstallFrom>
@@ -28,7 +27,6 @@
2827
<IsWebBootstrapper>false</IsWebBootstrapper>
2928
<UseApplicationTrust>false</UseApplicationTrust>
3029
<BootstrapperEnabled>true</BootstrapperEnabled>
31-
<TargetFrameworkProfile />
3230
</PropertyGroup>
3331
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3432
<PropertyGroup>
@@ -104,25 +102,62 @@
104102
<SubType>Designer</SubType>
105103
</None>
106104
</ItemGroup>
105+
<ItemGroup>
106+
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.206" ExcludeAssets="runtime">
107+
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
108+
</PackageReference>
109+
<PackageReference Include="Microsoft.VSSDK.BuildTools">
110+
<Version>16.8.3038</Version>
111+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
112+
<PrivateAssets>all</PrivateAssets>
113+
</PackageReference>
114+
</ItemGroup>
115+
<ItemGroup>
116+
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
117+
<Visible>False</Visible>
118+
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 und x64%29</ProductName>
119+
<Install>true</Install>
120+
</BootstrapperPackage>
121+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
122+
<Visible>False</Visible>
123+
<ProductName>.NET Framework 3.5 SP1</ProductName>
124+
<Install>false</Install>
125+
</BootstrapperPackage>
126+
</ItemGroup>
127+
<ItemGroup>
128+
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.8\analyzers\dotnet\cs\Microsoft.CodeAnalysis.BannedApiAnalyzers.dll" />
129+
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.8\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.BannedApiAnalyzers.dll" />
130+
<Analyzer Include="..\packages\Microsoft.VisualStudio.SDK.Analyzers.16.6.11\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.CodeFixes.dll" />
131+
<Analyzer Include="..\packages\Microsoft.VisualStudio.SDK.Analyzers.16.6.11\analyzers\cs\Microsoft.VisualStudio.SDK.Analyzers.dll" />
132+
<Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.16.6.13\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.dll" />
133+
<Analyzer Include="..\packages\Microsoft.VisualStudio.Threading.Analyzers.16.6.13\analyzers\cs\Microsoft.VisualStudio.Threading.Analyzers.dll" />
134+
</ItemGroup>
107135
<ItemGroup>
108136
<Reference Include="PresentationCore" />
109137
<Reference Include="System" />
110138
<Reference Include="System.ComponentModel.Composition" />
139+
<Reference Include="System.Design" />
111140
<Reference Include="System.Drawing" />
112-
<Reference Include="System.Xaml" />
113141
</ItemGroup>
114142
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115143
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
116-
<Import Project="..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.122\build\Microsoft.VisualStudio.Threading.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.122\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" />
117144
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
118145
<PropertyGroup>
119-
<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>
146+
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
120147
</PropertyGroup>
121-
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.122\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Threading.Analyzers.15.8.122\build\Microsoft.VisualStudio.Threading.Analyzers.targets'))" />
122-
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.33\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.33\build\Microsoft.VisualStudio.SDK.Analyzers.targets'))" />
123-
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.props'))" />
124-
<Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.targets'))" />
148+
<Error Condition="!Exists('..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.8\build\Microsoft.CodeAnalysis.BannedApiAnalyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeAnalysis.BannedApiAnalyzers.2.9.8\build\Microsoft.CodeAnalysis.BannedApiAnalyzers.props'))" />
149+
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.16.6.13\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Threading.Analyzers.16.6.13\build\Microsoft.VisualStudio.Threading.Analyzers.targets'))" />
150+
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.16.6.11\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.Analyzers.16.6.11\build\Microsoft.VisualStudio.SDK.Analyzers.targets'))" />
151+
<Error Condition="!Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets'))" />
152+
</Target>
153+
<Import Project="..\packages\Microsoft.VisualStudio.Threading.Analyzers.16.6.13\build\Microsoft.VisualStudio.Threading.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.Threading.Analyzers.16.6.13\build\Microsoft.VisualStudio.Threading.Analyzers.targets')" />
154+
<Import Project="..\packages\Microsoft.VisualStudio.SDK.Analyzers.16.6.11\build\Microsoft.VisualStudio.SDK.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.16.6.11\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" />
155+
<Import Project="..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.34\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" />
156+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157+
Other similar extension points exist, see Microsoft.Common.targets.
158+
<Target Name="BeforeBuild">
159+
</Target>
160+
<Target Name="AfterBuild">
125161
</Target>
126-
<Import Project="..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.33\build\Microsoft.VisualStudio.SDK.Analyzers.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.SDK.Analyzers.15.8.33\build\Microsoft.VisualStudio.SDK.Analyzers.targets')" />
127-
<Import Project="..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.16.9.1050\build\Microsoft.VSSDK.BuildTools.targets')" />
162+
-->
128163
</Project>

0 commit comments

Comments
 (0)