1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
88 <RootNamespace >IntegrationEngine.Client</RootNamespace >
99 <AssemblyName >IntegrationEngine.Client</AssemblyName >
1010 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
11+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
12+ <RestorePackages >true</RestorePackages >
1113 </PropertyGroup >
1214 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1315 <DebugSymbols >true</DebugSymbols >
2224 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2325 <DebugType >full</DebugType >
2426 <Optimize >true</Optimize >
25- <OutputPath >bin\Release </OutputPath >
27+ <OutputPath >lib\net45\ </OutputPath >
2628 <ErrorReport >prompt</ErrorReport >
2729 <WarningLevel >4</WarningLevel >
2830 <ConsolePause >false</ConsolePause >
3436 </Reference >
3537 </ItemGroup >
3638 <ItemGroup >
39+ <Compile Include =" ..\configuration\SharedAssemblyInfo.cs" >
40+ <Link >Properties\SharedAssemblyInfo.cs</Link >
41+ </Compile >
3742 <Compile Include =" Properties\AssemblyInfo.cs" />
3843 <Compile Include =" Client.cs" />
3944 <Compile Include =" EndpointName.cs" />
5156 <SubType >Designer</SubType >
5257 </None >
5358 </ItemGroup >
59+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
5460</Project >
0 commit comments