Skip to content

Commit

Permalink
vs-publish.json added
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Apr 3, 2024
1 parent 83c2a1e commit 375a4b9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
<TargetPath>extension.vsixmanifest</TargetPath>
<IncludeInVSIX>true</IncludeInVSIX>
</None>
<Content Include="obj\$(Configuration)\templateFiles.json">
<TargetPath Condition="'$(Configuration)' == 'Debug'">Debug\vs-publish.json</TargetPath>
<TargetPath Condition="'$(Configuration)' == 'Release'">Release\vs-publish.json</TargetPath>
<Content Include="vs-publish.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<IncludeInVSIX>true</IncludeInVSIX>
<TargetPath>vs-publish.json</TargetPath>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="ed-fi-logo.png">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "build", "coding" ],
"identity": {
"description": "Ed-Fi Alliance API C# project templates for creating composites, profiles, and/or extensions to work with ODS/API v7.1",
"displayName": "Ed-Fi Alliance Project Templates",
"icon": "TemplateIcon.png",
"installTargets": [
{
"sku": "Microsoft.VisualStudio.Community",
"version": "[17.0,18.0)"
}
],
"internalName": "EdFi.ProjectTemplates",
"language": "en-US",
"version": "1.7.3",
"vsixId": "EdFi.ProjectTemplates"
},
"overview": "Release Notes.rtf",
"priceCategory": "free",
"publisher": "Ed-Fi Alliance",
"private": false,
"qna": true
}

0 comments on commit 375a4b9

Please sign in to comment.