1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <FileVersion >0.3.1.2 </FileVersion >
4
+ <FileVersion >0.3.1.3 </FileVersion >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<Title >ReswPlus - Source Generator</Title >
7
7
<PackageId >ReswPlus</PackageId >
8
8
<Version >$(FileVersion)</Version >
9
9
<Authors >Rudy Huyn</Authors >
10
10
<Description >ReswPlus - Source Generator for Resw files</Description >
11
11
<PackageProjectUrl >https://github.com/reswplus/ReswPlus/</PackageProjectUrl >
12
- <PackageIcon >$(MSBuildThisFileDirectory) Icon.png</PackageIcon >
12
+ <PackageIcon >Icon.png</PackageIcon >
13
13
<PackageCopyright >Copyright 2025</PackageCopyright >
14
14
<PackageTags >dotnet localization resx resw plural pluralization</PackageTags >
15
15
<PackageLicenseExpression >MIT</PackageLicenseExpression >
16
- <PackageReadmeFile >$(MSBuildThisFileDirectory) README.md</PackageReadmeFile >
16
+ <PackageReadmeFile >README.md</PackageReadmeFile >
17
17
<NoWarn >NU5128</NoWarn >
18
18
</PropertyGroup >
19
19
<ItemGroup >
20
20
<!-- Include the built DLL as an analyzer -->
21
21
<None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" />
22
22
<!-- Package metadata -->
23
- <None Include =" $(MSBuildThisFileDirectory) Icon.png" Pack =" true" PackagePath =" " />
24
- <None Include =" $(MSBuildThisFileDirectory) README.md" Pack =" true" PackagePath =" " />
23
+ <None Include =" ..\..\nuget\ Icon.png" Pack =" true" PackagePath =" " />
24
+ <None Include =" ..\..\nuget\ README.md" Pack =" true" PackagePath =" " />
25
25
<!-- Include target files for MSBuild -->
26
- <None Include =" $(MSBuildThisFileDirectory) ReswPlus.targets" PackagePath =" buildTransitive/" Pack =" true" />
27
- <None Include =" $(MSBuildThisFileDirectory) ReswPlus.targets" PackagePath =" build/" Pack =" true" />
26
+ <None Include =" ..\..\nuget\ ReswPlus.targets" PackagePath =" buildTransitive/" Pack =" true" />
27
+ <None Include =" ..\..\nuget\ ReswPlus.targets" PackagePath =" build/" Pack =" true" />
28
28
</ItemGroup >
29
29
</Project >
0 commit comments