Skip to content

Commit 9784f06

Browse files
author
Vincent Wilms
committed
Fix comment URL
1 parent 433418f commit 9784f06

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

src/PureHDF.SourceGenerator/PureHDF.SourceGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<!-- dotnet build /p:EmitCompilerGeneratedFiles=true -->
3+
<!-- dotnet build /p:EmitCompilerGeneratedFiles=true -->
44
<PropertyGroup>
55
<Description>Generates strongly-typed bindings for your specific HDF5 file.</Description>
66
<PackageTags>HDF HDF5 hierarchical data file H5 source generator</PackageTags>
@@ -32,7 +32,7 @@
3232
<None Include="../../README.md" Pack="true" PackagePath="/" />
3333
</ItemGroup>
3434

35-
<!-- https://github.com/dotnet/roslyn/discussions/47517 -->
35+
<!-- https://github.com/dotnet/roslyn/issues/52017#issuecomment-1046216200 -->
3636
<Target Name="AddGenerationTimeReferences" AfterTargets="ResolvePackageDependenciesForBuild">
3737
<ItemGroup>
3838
<None Include="@(ResolvedCompileFileDefinitions)" Pack="true" PackagePath="analyzers/dotnet/cs" CopyToOutputDirectory="Always" />
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureHDF.SourceGenerator", "PureHDF.SourceGenerator.csproj", "{86BE48C3-249E-4FF8-9FFA-37C407893753}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {B28AB21C-E5CC-4B5D-BE65-5EA9601B0447}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)