Skip to content

Commit

Permalink
Renamed Demo Application to Debug Application and also changed the ti…
Browse files Browse the repository at this point in the history
…tles in the NuSpec files.
  • Loading branch information
lkinsella committed Jul 13, 2016
1 parent 4b4df0d commit 18f57d5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Workshell.PE.Demo</RootNamespace>
<AssemblyName>demo</AssemblyName>
<AssemblyName>pedebug</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions Src/Workshell.PE.Resources/Workshell.PE.Resources.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<metadata>
<id>Workshell.PE.Resources</id>
<version>$version$</version>
<title>Workshell PE Resource Extensions</title>
<summary>A set of classes for Workshell PE to help deal with resources.</summary>
<description>A set of classes that extends Workshell PE to help deal with the standard resource types within an executable such as bitmaps, icons, cursors etc.</description>
<title>Workshell.PE.Resources</title>
<summary>A set of classes for Workshell.PE to help deal with resources.</summary>
<description>A set of classes that extends the Workshell.PE class library to help deal with the standard resource types within an executable such as bitmaps, icons, cursors etc.</description>
<authors>Workshell Ltd</authors>
<copyright>Workshell Ltd</copyright>
<language>en-US</language>
Expand Down
2 changes: 1 addition & 1 deletion Src/Workshell.PE/Workshell.PE.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>Workshell.PE</id>
<version>$version$</version>
<title>Workshell PE</title>
<title>Workshell.PE</title>
<summary>A class library for reading the Portable Executable file format.</summary>
<description>A full featured class library for reading the Portable Executable file format covering all major sections.</description>
<authors>Workshell Ltd</authors>
Expand Down
16 changes: 10 additions & 6 deletions Src/dotNET PE.2015.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workshell.PE", "Workshell.PE\Workshell.PE.csproj", "{2E173D25-1C2E-4A7B-8B37-D231324D372D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo Application", "Demo Application\Demo Application.csproj", "{BE0852C4-A347-4E12-84C3-550AE6E5636F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workshell.PE.Resources", "Workshell.PE.Resources\Workshell.PE.Resources.csproj", "{2B06CBF8-136A-4BEC-8624-861992139489}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Debug Application", "Debug Application\Debug Application.csproj", "{BE0852C4-A347-4E12-84C3-550AE6E5636F}"
ProjectSection(ProjectDependencies) = postProject
{2E173D25-1C2E-4A7B-8B37-D231324D372D} = {2E173D25-1C2E-4A7B-8B37-D231324D372D}
{2B06CBF8-136A-4BEC-8624-861992139489} = {2B06CBF8-136A-4BEC-8624-861992139489}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -19,14 +23,14 @@ Global
{2E173D25-1C2E-4A7B-8B37-D231324D372D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E173D25-1C2E-4A7B-8B37-D231324D372D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E173D25-1C2E-4A7B-8B37-D231324D372D}.Release|Any CPU.Build.0 = Release|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Release|Any CPU.Build.0 = Release|Any CPU
{2B06CBF8-136A-4BEC-8624-861992139489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B06CBF8-136A-4BEC-8624-861992139489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B06CBF8-136A-4BEC-8624-861992139489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B06CBF8-136A-4BEC-8624-861992139489}.Release|Any CPU.Build.0 = Release|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE0852C4-A347-4E12-84C3-550AE6E5636F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 18f57d5

Please sign in to comment.