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>{C3DF753C-7BB7-48E0-B87D-D37ED47EDF92}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>solidware.financials.messages</RootNamespace>
12 <AssemblyName>solidware.financials.messages</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="gorilla.utility">
36 <HintPath>..\..\thirdparty\commons\gorilla.utility.dll</HintPath>
37 </Reference>
38 <Reference Include="System" />
39 <Reference Include="System.Core" />
40 <Reference Include="System.Xml.Linq" />
41 <Reference Include="System.Data.DataSetExtensions" />
42 <Reference Include="Microsoft.CSharp" />
43 <Reference Include="System.Data" />
44 <Reference Include="System.Xml" />
45 </ItemGroup>
46 <ItemGroup>
47 <Compile Include="AddedNewFamilyMember.cs" />
48 <Compile Include="AddIncomeCommandMessage.cs" />
49 <Compile Include="Announcement.cs" />
50 <Compile Include="CurrentStockPrice.cs" />
51 <Compile Include="FamilyMemberToAdd.cs" />
52 <Compile Include="FindAllFamily.cs" />
53 <Compile Include="Properties\AssemblyInfo.cs" />
54 <Compile Include="StartWatchingSymbol.cs" />
55 <Compile Include="StockPriceRequestQuery.cs" />
56 </ItemGroup>
57 <ItemGroup>
58 <ProjectReference Include="..\infrastructure\infrastructure.csproj">
59 <Project>{16D56F38-F4B0-4134-907A-837E4C62C7B7}</Project>
60 <Name>infrastructure</Name>
61 </ProjectReference>
62 </ItemGroup>
63 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65 Other similar extension points exist, see Microsoft.Common.targets.
66 <Target Name="BeforeBuild">
67 </Target>
68 <Target Name="AfterBuild">
69 </Target>
70 -->
71</Project>