Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
Downgraded project to .NET 4.5 for compatibility reasons.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMannInCycle committed Nov 18, 2015
1 parent bf85eab commit 723144a
Show file tree
Hide file tree
Showing 13 changed files with 94 additions and 92 deletions.
2 changes: 1 addition & 1 deletion src/RMWorkflowMigrator.CmdLine/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.ALMRangers.RMWorkflowMigrator.CmdLine</RootNamespace>
<AssemblyName>RMWorkflowMigrator</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.ALMRangers.RMWorkflowMigrator.DataAccess</RootNamespace>
<AssemblyName>RMWorkflowMigrator.DataAccess</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SccProjectName>SAK</SccProjectName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.ALMRangers.RMWorkflowMigrator.Generator.PowerShell</RootNamespace>
<AssemblyName>RMWorkflowMigrator.Generator.PowerShell</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Microsoft.ALMRangers.RMWorkflowMigrator.Generator.PowerShell.Templates
/// Class to produce the template output
/// </summary>

#line 1 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 1 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "14.0.0.0")]
public partial class InitializationScript : InitializationScriptBase
{
Expand All @@ -31,56 +31,56 @@ public partial class InitializationScript : InitializationScriptBase
public virtual string TransformText()
{

#line 10 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 10 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
foreach (var scriptParam in scriptParams) {

#line default
#line hidden
this.Write("$");

#line 11 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 11 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(scriptParam.RemappedName));

#line default
#line hidden
this.Write(" = \"");

#line 11 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 11 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(scriptParam.Value.Replace(@"\""", @"`""")));

#line default
#line hidden
this.Write("\"\r\n");

#line 12 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 12 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
}

#line default
#line hidden

#line 13 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 13 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
var components = releaseActions.Where(ra => ra.IsComponent && ra.DeployerToolId != 0)?.Union(releaseActions.SelectMany(ra => ra.RollbackScripts).SelectMany(rs => rs.Value).Where(rs => rs.IsComponent && rs.DeployerToolId != 0));
foreach (var component in components) {

#line default
#line hidden
this.Write("$ComponentPath");

#line 15 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 15 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(component.Sequence));

#line default
#line hidden
this.Write(" = \"\" # Path to ");

#line 15 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 15 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(component.DisplayName));

#line default
#line hidden
this.Write("\r\n");

#line 16 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 16 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
}

#line default
Expand All @@ -90,7 +90,7 @@ public virtual string TransformText()
return this.GenerationEnvironment.ToString();
}

#line 1 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"
#line 1 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\InitializationScript.tt"

private global::System.Collections.Generic.IEnumerable<ScriptAction> _releaseActionsField;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Microsoft.ALMRangers.RMWorkflowMigrator.Generator.PowerShell.Templates
/// Class to produce the template output
/// </summary>

#line 1 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 1 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "14.0.0.0")]
public partial class ManualInterventionTemplate : ManualInterventionTemplateBase
{
Expand All @@ -29,50 +29,50 @@ public virtual string TransformText()
{
this.Write("# Manual Intervention: ");

#line 6 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 6 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(manualIntervention.DisplayName));

#line default
#line hidden
this.Write("\r\n");

#line 7 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 7 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
if (manualIntervention.IsTargetGroup) {

#line default
#line hidden
this.Write("# Group: ");

#line 8 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 8 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(manualIntervention.Target));

#line default
#line hidden
this.Write("\r\n");

#line 9 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 9 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
}
else {

#line default
#line hidden
this.Write("# User: ");

#line 11 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 11 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(manualIntervention.Target));

#line default
#line hidden
this.Write("\r\n");

#line 12 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 12 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
}

#line default
#line hidden
this.Write("<#\r\n");

#line 14 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 14 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
this.Write(this.ToStringHelper.ToStringWithCulture(manualIntervention.InterventionText));

#line default
Expand All @@ -82,7 +82,7 @@ public virtual string TransformText()
return this.GenerationEnvironment.ToString();
}

#line 1 "C:\Users\daniel.mann\Source\Workspaces\ALM\vsarActive\vsarRM\main\code\POC\RMWorkflowMigrator\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"
#line 1 "C:\Users\daniel.mann\Source\Repos\Migrate-assets-from-RM-server-to-TFS\src\RMWorkflowMigrator.Generator.PowerShell\Templates\ManualInterventionTemplate.tt"

private global::Microsoft.ALMRangers.RMWorkflowMigrator.Generator.PowerShell.Model.ScriptManualIntervention _manualInterventionField;

Expand Down
Loading

0 comments on commit 723144a

Please sign in to comment.