File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net7.0</TargetFramework >
6+ <Description >Shader LSP language server</Description >
7+ <PackAsTool >true</PackAsTool >
8+ <ToolCommandName >shader-ls</ToolCommandName >
9+ <Authors >Jen-Chieh Shen</Authors >
10+ <PackageOutputPath >./nupkg</PackageOutputPath >
11+ <PackageId >shader-ls</PackageId >
12+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
613 <ImplicitUsings >enable</ImplicitUsings >
714 <Nullable >enable</Nullable >
815 <PackageProjectUrl >https://github.com/jcs090218/shader-language-server</PackageProjectUrl >
2936 </ItemGroup >
3037
3138 <ItemGroup >
32- <ContentWithTargetPath
33- Include=" ShaderlabVS\Data\*.*"
34- CopyToOutputDirectory=" PreserveNewest"
35- TargetPath=" Data\%(Filename)%(Extension)" />
39+ <ContentWithTargetPath Include =" ShaderlabVS\Data\*.*" CopyToOutputDirectory =" PreserveNewest" TargetPath =" Data\%(Filename)%(Extension)" />
3640 </ItemGroup >
3741
3842</Project >
You can’t perform that action at this time.
0 commit comments