Skip to content

Instantly share code, notes, and snippets.

@jogibear9988
Created August 31, 2012 08:27
Show Gist options
  • Select an option

  • Save jogibear9988/3550227 to your computer and use it in GitHub Desktop.

Select an option

Save jogibear9988/3550227 to your computer and use it in GitHub Desktop.
Installers/MPExtended.Installers.Service/Filesystem.wxs | 4 ++--
Libraries/MPExtended.Libraries.Service.Config/Transformations.cs | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Installers/MPExtended.Installers.Service/Filesystem.wxs b/Installers/MPExtended.Installers.Service/Filesystem.wxs
index 15a3c2e..b4de284 100644
--- a/Installers/MPExtended.Installers.Service/Filesystem.wxs
+++ b/Installers/MPExtended.Installers.Service/Filesystem.wxs
@@ -237,8 +237,8 @@
<Directory Id="TVEPlugins" Name="Plugins">
<Component Id="Component_Powerscheduler_Binaries" Guid="fdc12c2e-fc3a-4a5f-bc8d-0996ff8a81b4">
<Condition><![CDATA[HAS_TVE]]></Condition>
- <File Source="$(var.MPExtended.Applications.PowerSchedulerPlugin.TargetDir)\MPExtended.PowerScheduler.dll" />
- <File Source="$(var.MPExtended.Applications.PowerSchedulerPlugin.TargetDir)\MPExtended.PowerScheduler.pdb" />
+ <File Source="$(var.MPExtended.Applications.PowerSchedulerPlugin.TargetDir)\MPExtended.Applications.PowerSchedulerPlugin.dll" />
+ <File Source="$(var.MPExtended.Applications.PowerSchedulerPlugin.TargetDir)\MPExtended.Applications.PowerSchedulerPlugin.pdb" />
</Component>
</Directory>
</Directory>
diff --git a/Libraries/MPExtended.Libraries.Service.Config/Transformations.cs b/Libraries/MPExtended.Libraries.Service.Config/Transformations.cs
index 8301809..6849d43 100644
--- a/Libraries/MPExtended.Libraries.Service.Config/Transformations.cs
+++ b/Libraries/MPExtended.Libraries.Service.Config/Transformations.cs
@@ -22,7 +22,7 @@
namespace MPExtended.Libraries.Service.Config
{
- internal static class Transformations
+ public static class Transformations
{
public enum Transformation
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment