Moved Diagnostics utility under the /Trace folder; added ITraceable interface so...
[lwes-dotnet/github-mirror.git] / Org.Lwes.Tests / Org.Lwes.Tests.csproj
blob15c10764cc6702e548d398fab206b4cb7a0e5bad
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.30729</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{8C399B66-A23D-4BC9-B6BC-4762E70E35AE}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Org.Lwes.Tests</RootNamespace>\r
11     <AssemblyName>Org.Lwes.Tests</AssemblyName>\r
12     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\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="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />\r
35     <Reference Include="Moq, Version=3.1.416.3, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">\r
36       <SpecificVersion>False</SpecificVersion>\r
37       <HintPath>..\..\..\..\Tools\Moq.3.1.416.3-bin\Moq.dll</HintPath>\r
38     </Reference>\r
39     <Reference Include="System" />\r
40     <Reference Include="System.Core">\r
41       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
42     </Reference>\r
43     <Reference Include="System.Data" />\r
44     <Reference Include="System.Xml" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="EventEmitterTests.cs" />\r
48     <Compile Include="DB\FilePathEventTemplateDbTests.cs" />\r
49     <Compile Include="ESF\TemplateAttributeTests.cs" />\r
50     <Compile Include="ESF\TemplateEventTests.cs" />\r
51     <Compile Include="ESF\EsfParserTests.cs" />\r
52     <Compile Include="ESF\CursorTests.cs" />\r
53     <Compile Include="ESF\TypeCoercionTests.cs" />\r
54     <Compile Include="EventListenerTests.cs" />\r
55     <Compile Include="EventTests.cs" />\r
56     <Compile Include="Properties\AssemblyInfo.cs" />\r
57     <Compile Include="EventConstantsTests.cs" />\r
58     <Compile Include="SerializerTests.cs" />\r
59     <Compile Include="StatusTests.cs" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <ProjectReference Include="..\Org.Lwes\Org.Lwes.csproj">\r
63       <Project>{67CFCCF0-62A6-4E5A-93B9-71C99C1B394D}</Project>\r
64       <Name>Org.Lwes</Name>\r
65     </ProjectReference>\r
66   </ItemGroup>\r
67   <ItemGroup>\r
68     <None Include="esf-files\events.esf">\r
69       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
70     </None>\r
71     <None Include="esf-files\parser-test-events.esf">\r
72       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
73     </None>\r
74   </ItemGroup>\r
75   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
77        Other similar extension points exist, see Microsoft.Common.targets.\r
78   <Target Name="BeforeBuild">\r
79   </Target>\r
80   <Target Name="AfterBuild">\r
81   </Target>\r
82   -->\r
83 </Project>