main
 1<?xml version="1.0" encoding="utf-8"?>
 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 3  <PropertyGroup>
 4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 6    <ProductVersion>8.0.30703</ProductVersion>
 7    <SchemaVersion>2.0</SchemaVersion>
 8    <ProjectGuid>{16D56F38-F4B0-4134-907A-837E4C62C7B7}</ProjectGuid>
 9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>solidware.financials.infrastructure</RootNamespace>
12    <AssemblyName>solidware.financials.infrastructure</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
36      <SpecificVersion>False</SpecificVersion>
37      <HintPath>..\..\packages\Castle.Core.2.5.2\lib\NET40ClientProfile\Castle.Core.dll</HintPath>
38    </Reference>
39    <Reference Include="gorilla.infrastructure">
40      <HintPath>..\..\thirdparty\commons\gorilla.infrastructure.dll</HintPath>
41    </Reference>
42    <Reference Include="gorilla.utility">
43      <HintPath>..\..\thirdparty\commons\gorilla.utility.dll</HintPath>
44    </Reference>
45    <Reference Include="System" />
46    <Reference Include="System.Core" />
47    <Reference Include="System.Xml.Linq" />
48    <Reference Include="System.Data.DataSetExtensions" />
49    <Reference Include="Microsoft.CSharp" />
50    <Reference Include="System.Data" />
51    <Reference Include="System.Xml" />
52  </ItemGroup>
53  <ItemGroup>
54    <Compile Include="CastleProxyFactory.cs" />
55    <Compile Include="eventing\AnonymousSubscriber.cs" />
56    <Compile Include="eventing\Event.cs" />
57    <Compile Include="eventing\EventAggregator.cs" />
58    <Compile Include="eventing\EventSubscriber.cs" />
59    <Compile Include="eventing\SynchronizedEventAggregator.cs" />
60    <Compile Include="Handles.cs" />
61    <Compile Include="InMemoryServiceBus.cs" />
62    <Compile Include="IProxyFactory.cs" />
63    <Compile Include="Lazy.cs" />
64    <Compile Include="Properties\AssemblyInfo.cs" />
65    <Compile Include="ServiceBus.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <None Include="packages.config" />
69  </ItemGroup>
70  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
72       Other similar extension points exist, see Microsoft.Common.targets.
73  <Target Name="BeforeBuild">
74  </Target>
75  <Target Name="AfterBuild">
76  </Target>
77  -->
78</Project>