1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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
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
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
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
39 <Reference Include="System" />
\r
40 <Reference Include="System.Core">
\r
41 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
43 <Reference Include="System.Data" />
\r
44 <Reference Include="System.Xml" />
\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
62 <ProjectReference Include="..\Org.Lwes\Org.Lwes.csproj">
\r
63 <Project>{67CFCCF0-62A6-4E5A-93B9-71C99C1B394D}</Project>
\r
64 <Name>Org.Lwes</Name>
\r
68 <None Include="esf-files\events.esf">
\r
69 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
\r
71 <None Include="esf-files\parser-test-events.esf">
\r
72 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
\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
80 <Target Name="AfterBuild">
\r