Skip to content

Commit

Permalink
Fix comment URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wilms committed Dec 8, 2024
1 parent 433418f commit 9784f06
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PureHDF.SourceGenerator/PureHDF.SourceGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<!-- https://github.com/dotnet/roslyn/discussions/47517 -->
<!-- https://github.com/dotnet/roslyn/issues/52017#issuecomment-1046216200 -->
<Target Name="AddGenerationTimeReferences" AfterTargets="ResolvePackageDependenciesForBuild">
<ItemGroup>
<None Include="@(ResolvedCompileFileDefinitions)" Pack="true" PackagePath="analyzers/dotnet/cs" CopyToOutputDirectory="Always" />
Expand Down
25 changes: 25 additions & 0 deletions src/PureHDF.SourceGenerator/PureHDF.SourceGenerator.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureHDF.SourceGenerator", "PureHDF.SourceGenerator.csproj", "{86BE48C3-249E-4FF8-9FFA-37C407893753}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86BE48C3-249E-4FF8-9FFA-37C407893753}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B28AB21C-E5CC-4B5D-BE65-5EA9601B0447}
EndGlobalSection
EndGlobal

0 comments on commit 9784f06

Please sign in to comment.