Skip to content

Commit 7ab4bbb

Browse files
committed
Update IntegrationServer assembly name
1 parent 32f4842 commit 7ab4bbb

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

IntegrationEngine.userprefs

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,17 @@
22
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
33
<MonoDevelop.Ide.Workbench ActiveDocument="IntegrationEngine.Tests/Api/WebApiApplicationTest.cs">
44
<Files>
5-
<File FileName="IntegrationEngine/Api/WebApiApplication.cs" Line="1" Column="1" />
6-
<File FileName="IntegrationEngine.Tests/Api/WebApiApplicationTest.cs" Line="11" Column="11" />
5+
<File FileName="IntegrationEngine/Api/WebApiApplication.cs" Line="6" Column="6" />
6+
<File FileName="IntegrationEngine.Tests/Api/WebApiApplicationTest.cs" Line="81" Column="81" />
77
</Files>
88
<Pads>
99
<Pad Id="MonoDevelop.NUnit.TestPad">
10-
<State expanded="True">
11-
<Node name="IntegrationEngine.Tests" expanded="True">
12-
<Node name="IntegrationEngine" expanded="True">
13-
<Node name="Tests" expanded="True">
14-
<Node name="WebApiApplicationTest" expanded="True">
15-
<Node name="ShouldConfigureRoutes" selected="True" />
16-
</Node>
17-
</Node>
18-
</Node>
19-
</Node>
20-
</State>
10+
<State expanded="True" selected="True" />
2111
</Pad>
2212
</Pads>
2313
</MonoDevelop.Ide.Workbench>
2414
<MonoDevelop.Ide.DebuggingService.Breakpoints>
25-
<BreakpointStore>
26-
<Breakpoint file="/Users/ethanhann/Projects/IntegrationEngine/IntegrationEngine.Tests/Api/WebApiApplicationTest.cs" line="55" column="67" />
27-
</BreakpointStore>
15+
<BreakpointStore />
2816
</MonoDevelop.Ide.DebuggingService.Breakpoints>
2917
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
3018
</Properties>

IntegrationServer/IntegrationServer.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
66
<ProjectGuid>{C273AE91-E13F-4443-8D01-9C97016AB4AC}</ProjectGuid>
77
<OutputType>Exe</OutputType>
8-
<RootNamespace>IntegrationEngine.ConsoleHost</RootNamespace>
9-
<AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName>
8+
<RootNamespace>IntegrationServer</RootNamespace>
109
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1110
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1211
<NuGetPackageImportStamp>0900f602</NuGetPackageImportStamp>
@@ -24,6 +23,7 @@
2423
<PlatformTarget>x86</PlatformTarget>
2524
<Externalconsole>true</Externalconsole>
2625
<ConsolePause>false</ConsolePause>
26+
<AssemblyName>IntegrationServer</AssemblyName>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2929
<DebugType>full</DebugType>
@@ -33,6 +33,7 @@
3333
<WarningLevel>4</WarningLevel>
3434
<Externalconsole>true</Externalconsole>
3535
<PlatformTarget>AnyCPU</PlatformTarget>
36+
<AssemblyName>IntegrationServer</AssemblyName>
3637
</PropertyGroup>
3738
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
3839
<DebugSymbols>true</DebugSymbols>
@@ -47,6 +48,7 @@
4748
<Optimize>false</Optimize>
4849
<ConsolePause>false</ConsolePause>
4950
<Externalconsole>true</Externalconsole>
51+
<AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName>
5052
</PropertyGroup>
5153
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
5254
<OutputPath>bin\Release\</OutputPath>
@@ -57,6 +59,7 @@
5759
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5860
<Prefer32Bit>true</Prefer32Bit>
5961
<WarningLevel>4</WarningLevel>
62+
<AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName>
6063
</PropertyGroup>
6164
<ItemGroup>
6265
<Reference Include="System" />

0 commit comments

Comments
 (0)