Skip to content

Commit

Permalink
Updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
danexrc committed Sep 13, 2024
1 parent cf3ea8b commit 3744667
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions Crackboard-VS/Crackboard-VS.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}") = "Crackboard-VS", "Crackboard-VS.csproj", "{F09E281D-E046-47A5-A22C-646EAE6CA04A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F09E281D-E046-47A5-A22C-646EAE6CA04A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F09E281D-E046-47A5-A22C-646EAE6CA04A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F09E281D-E046-47A5-A22C-646EAE6CA04A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F09E281D-E046-47A5-A22C-646EAE6CA04A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B81DD824-3065-4F4F-BDA8-0D9AE41B575B}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion Crackboard-VS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Crackboard_VS.2817f103-f558-4681-b1be-19759908d9dd" Version="1.0" Language="en-US" Publisher="dane.vc" />
<Identity Id="Crackboard_VS.2817f103-f558-4681-b1be-19759908d9dd" Version="1.1" Language="en-US" Publisher="danexrc" />
<DisplayName> Crackboard (VS)</DisplayName>
<Description xml:space="preserve">An (unofficial) extension to interface with crackboard.dev for Visual Studio.</Description>
<MoreInfo>https://github.com/danexrc/Crackboard-VS</MoreInfo>
Expand Down

0 comments on commit 3744667

Please sign in to comment.