|
11 | 11 | <NuGetPackageImportStamp>0900f602</NuGetPackageImportStamp> |
12 | 12 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
13 | 13 | <RestorePackages>true</RestorePackages> |
| 14 | + <AssemblyName>IntegrationServer</AssemblyName> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
16 | 17 | <DebugSymbols>true</DebugSymbols> |
|
23 | 24 | <PlatformTarget>x86</PlatformTarget> |
24 | 25 | <Externalconsole>true</Externalconsole> |
25 | 26 | <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> |
37 | 36 | </PropertyGroup> |
38 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
39 | 38 | <DebugSymbols>true</DebugSymbols> |
|
48 | 47 | <Optimize>false</Optimize> |
49 | 48 | <ConsolePause>false</ConsolePause> |
50 | 49 | <Externalconsole>true</Externalconsole> |
51 | | - <AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName> |
52 | 50 | </PropertyGroup> |
53 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
54 | 52 | <OutputPath>bin\Release\</OutputPath> |
|
57 | 55 | <PlatformTarget>AnyCPU</PlatformTarget> |
58 | 56 | <ErrorReport>prompt</ErrorReport> |
59 | 57 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
60 | | - <Prefer32Bit>true</Prefer32Bit> |
| 58 | + <Prefer32Bit>false</Prefer32Bit> |
61 | 59 | <WarningLevel>4</WarningLevel> |
62 | | - <AssemblyName>IntegrationEngine.ConsoleHost</AssemblyName> |
63 | | - </PropertyGroup> |
64 | | - <PropertyGroup> |
65 | | - <AssemblyName>IntegrationServer</AssemblyName> |
66 | 60 | </PropertyGroup> |
67 | 61 | <ItemGroup> |
68 | 62 | <Reference Include="System" /> |
|
0 commit comments