|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
6 | 6 | <ProjectGuid>{C273AE91-E13F-4443-8D01-9C97016AB4AC}</ProjectGuid> |
7 | 7 | <OutputType>Exe</OutputType> |
8 | | - <RootNamespace>IntegrationEngine.ConsoleHost</RootNamespace> |
9 | | - <AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName> |
| 8 | + <RootNamespace>IntegrationServer</RootNamespace> |
10 | 9 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
11 | 10 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
12 | 11 | <NuGetPackageImportStamp>0900f602</NuGetPackageImportStamp> |
|
24 | 23 | <PlatformTarget>x86</PlatformTarget> |
25 | 24 | <Externalconsole>true</Externalconsole> |
26 | 25 | <ConsolePause>false</ConsolePause> |
| 26 | + <AssemblyName>IntegrationServer</AssemblyName> |
27 | 27 | </PropertyGroup> |
28 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
29 | 29 | <DebugType>full</DebugType> |
|
33 | 33 | <WarningLevel>4</WarningLevel> |
34 | 34 | <Externalconsole>true</Externalconsole> |
35 | 35 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 36 | + <AssemblyName>IntegrationServer</AssemblyName> |
36 | 37 | </PropertyGroup> |
37 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
38 | 39 | <DebugSymbols>true</DebugSymbols> |
|
47 | 48 | <Optimize>false</Optimize> |
48 | 49 | <ConsolePause>false</ConsolePause> |
49 | 50 | <Externalconsole>true</Externalconsole> |
| 51 | + <AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName> |
50 | 52 | </PropertyGroup> |
51 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
52 | 54 | <OutputPath>bin\Release\</OutputPath> |
|
57 | 59 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
58 | 60 | <Prefer32Bit>true</Prefer32Bit> |
59 | 61 | <WarningLevel>4</WarningLevel> |
| 62 | + <AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName> |
60 | 63 | </PropertyGroup> |
61 | 64 | <ItemGroup> |
62 | 65 | <Reference Include="System" /> |
|
0 commit comments