Added IDataReceiverSink and refactored to separate the EventSink from the GarbageData...
[lwes-dotnet/github-mirror.git] / Org.Lwes.FileJournaler / Org.Lwes.FileJournaler.csproj
blobb773ce53cc8f822100a247d3b75db70e6f5be11b
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{385B5671-4FB2-4C2C-9653-5AC43C2DEE32}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Org.Lwes.FileJournaler</RootNamespace>\r
12     <AssemblyName>Org.Lwes.FileJournaler</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="FlitBit.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
35       <SpecificVersion>False</SpecificVersion>\r
36       <HintPath>..\..\..\Flitbit\Flitbit.MemoryMap\bin\Debug\FlitBit.Core.dll</HintPath>\r
37     </Reference>\r
38     <Reference Include="FlitBit.MemoryMap, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
39       <SpecificVersion>False</SpecificVersion>\r
40       <HintPath>..\..\..\Flitbit\Flitbit.MemoryMap\bin\Debug\FlitBit.MemoryMap.dll</HintPath>\r
41     </Reference>\r
42     <Reference Include="System" />\r
43     <Reference Include="System.Core">\r
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
45     </Reference>\r
46     <Reference Include="System.Xml.Linq">\r
47       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
48     </Reference>\r
49     <Reference Include="System.Xml" />\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <Compile Include="FileJournaler.cs" />\r
53     <Compile Include="Properties\AssemblyInfo.cs" />\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <ProjectReference Include="..\Org.Lwes\Org.Lwes.csproj">\r
57       <Project>{67CFCCF0-62A6-4E5A-93B9-71C99C1B394D}</Project>\r
58       <Name>Org.Lwes</Name>\r
59     </ProjectReference>\r
60   </ItemGroup>\r
61   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
62   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
63        Other similar extension points exist, see Microsoft.Common.targets.\r
64   <Target Name="BeforeBuild">\r
65   </Target>\r
66   <Target Name="AfterBuild">\r
67   </Target>\r
68   -->\r
69 </Project>