2121 <DefineConstants >DEBUG;</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
24- <Externalconsole >true</Externalconsole >
2524 <PlatformTarget >x86</PlatformTarget >
25+ <Externalconsole >true</Externalconsole >
26+ <ConsolePause >false</ConsolePause >
2627 </PropertyGroup >
2728 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
2829 <DebugType >full</DebugType >
4445 <Prefer32Bit >true</Prefer32Bit >
4546 <WarningLevel >4</WarningLevel >
4647 <Optimize >false</Optimize >
48+ <ConsolePause >false</ConsolePause >
49+ <Externalconsole >true</Externalconsole >
4750 </PropertyGroup >
4851 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
4952 <OutputPath >bin\Release\</OutputPath >
9295 <Compile Include =" IntegrationJobs\CarReport\CarReport.cs" />
9396 <Compile Include =" IntegrationJobs\CarReport\CarReportJob.cs" />
9497 <Compile Include =" IntegrationJobs\CarReport\CarMailMessageJob.cs" />
98+ <Compile Include =" IntegrationJobs\SampleSqlReport\SampleSqlReportJobWithIntegrationPoints.cs" />
99+ <Compile Include =" IntegrationPoints\FooMailClient.cs" />
100+ <Compile Include =" IntegrationPoints\BarSqlServer.cs" />
101+ <Compile Include =" IntegrationPoints\IFooMailClient.cs" />
95102 </ItemGroup >
96103 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
97104 <ItemGroup >
98105 <ProjectReference Include =" ..\IntegrationEngine.Client\IntegrationEngine.Client.csproj" >
99- <Project >{f3fcb706-f0dd-46c1-b121-785757fae9b9 }</Project >
106+ <Project >{F3FCB706-F0DD-46C1-B121-785757FAE9B9 }</Project >
100107 <Name >IntegrationEngine.Client</Name >
101108 </ProjectReference >
102109 <ProjectReference Include =" ..\IntegrationEngine.Core\IntegrationEngine.Core.csproj" >
132139 </Content >
133140 </ItemGroup >
134141 <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
142+ <ItemGroup >
143+ <Folder Include =" IntegrationPoints\" />
144+ </ItemGroup >
135145</Project >
0 commit comments