Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Filled metadata, added icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhonfi committed Nov 10, 2015
1 parent f0f62ec commit 84bb299
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 deletions.
8 changes: 4 additions & 4 deletions Source/SEViz.Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SEViz.Common")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("The common library of the SEViz symbolic execution visualization tool.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Budapest University of Technology and Economics")]
[assembly: AssemblyProduct("SEViz.Common")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
Expand All @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
[assembly: InternalsVisibleTo("SEViz.Integration")]
10 changes: 5 additions & 5 deletions Source/SEViz.Integration/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SEViz.Integration")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("The visualizer component of the SEViz symbolic execution visualization tool.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Budapest University of Technology and Economics")]
[assembly: AssemblyProduct("SEViz.Integration")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions Source/SEViz.Integration/SEViz.Integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="index.html" />
<Content Include="Resources\ShowInSEVizCommand.png" />
<Content Include="Resources\ViewerWindowCommand.png" />
<Content Include="Resources\seviz-logo-wo-text.png" />
<Content Include="Resources\ViewerWindowPackage.ico" />
<Content Include="stylesheet.css" />
<VSCTCompile Include="ViewerWindowPackage.vsct">
Expand Down
6 changes: 3 additions & 3 deletions Source/SEViz.Integration/ViewerWindowPackage.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Parent guid="guidSHLMainMenu" id="IDG_VS_WNDO_OTRWNDWS1" />
<Icon guid="guidImages" id="bmpPic1" />
<Strings>
<ButtonText>SEViz</ButtonText>
<ButtonText>SEViz Window</ButtonText>
</Strings>
</Button>
<Button guid="guidViewerWindowPackageCmdSet1" id="cmdidShowInSEVizCommand" priority="0x0100" type="Button">
Expand All @@ -65,8 +65,8 @@
bitmap strip containing the bitmaps and then there are the numeric ids of the elements used
inside a button definition. An important aspect of this declaration is that the element id
must be the actual index (1-based) of the bitmap inside the bitmap strip. -->
<Bitmap guid="guidImages" href="Resources\ViewerWindowCommand.png" usedList="bmpPic1, bmpPic2, bmpPicSearch, bmpPicX, bmpPicArrows, bmpPicStrikethrough" />
<Bitmap guid="guidImages1" href="Resources\ShowInSEVizCommand.png" usedList="bmpPic1, bmpPic2, bmpPicSearch, bmpPicX, bmpPicArrows, bmpPicStrikethrough" />
<Bitmap guid="guidImages" href="Resources\seviz-logo-wo-text.png" />
<Bitmap guid="guidImages1" href="Resources\seviz-logo-wo-text.png" />
</Bitmaps>
<Groups>
<Group guid="guidViewerWindowPackageCmdSet1" id="SEVizMenuGroup" priority="0x0600">
Expand Down
11 changes: 9 additions & 2 deletions Source/SEViz.Integration/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<?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="SEViz.Integration.Dávid Honfi.f4b1246e-622a-40e0-9285-2d4caa6f3300" Version="1.0" Language="en-US" Publisher="Dávid Honfi" />
<Identity Id="SEViz.Integration.Dávid Honfi.f4b1246e-622a-40e0-9285-2d4caa6f3300" Version="0.8" Language="en-US" Publisher="Dávid Honfi" />
<DisplayName>SEViz.Integration</DisplayName>
<Description>Empty VSIX Project.</Description>
<Description xml:space="preserve">SEViz is a tool for visualizing symbolic execution-based test generation carried out by IntelliTest.

SEViz can enhance test generation for complex programs by visually presenting the information required to quickly identify modifications that enable the generation of further test inputs and increase coverage.

SEViz can also be used in education and training by showing the process and result of symbolic execution in a step-by-step manner on simpler programs.</Description>
<MoreInfo>http://ftsrg.github.io/seviz</MoreInfo>
<License>Apache License, Version 2.0</License>
<Icon>Resources\seviz-logo-icon.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
Expand Down
4 changes: 2 additions & 2 deletions Source/SEViz.Monitoring/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.*")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]

0 comments on commit 84bb299

Please sign in to comment.