-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodingWithCalvin.ProjectRenamifier.csproj
More file actions
30 lines (26 loc) · 1.09 KB
/
CodingWithCalvin.ProjectRenamifier.csproj
File metadata and controls
30 lines (26 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="CodingWithCalvin.VsixSdk/0.4.0">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>CodingWithCalvin.ProjectRenamifier</RootNamespace>
<AssemblyName>CodingWithCalvin.ProjectRenamifier</AssemblyName>
<LangVersion>latest</LangVersion>
<OutputPath>bin/$(Configuration)/</OutputPath>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\resources\folder-icon.png" Link="Resources\folder-icon.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\resources\logo.png" Link="Resources\logo.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\LICENSE" Link="Resources\LICENSE">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
</Project>