Initial check in of the LWES DotNet Binding - this is ALPHA code and NOT yet stable.
[lwes-dotnet/github-mirror.git] / Lwes-test-listener-console / Lwes-test-listener-console.csproj
blob4cea6140e8dbcbb944d61c5a37d5e4f408834417
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>{F4152510-648C-47D3-9C1B-5EBFB935B74D}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Lwes_test_listener_console</RootNamespace>\r
12     <AssemblyName>Lwes-test-listener-console</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="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.Xml.Linq">\r
39       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
40     </Reference>\r
41     <Reference Include="System.Xml" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Compile Include="Program.cs" />\r
45     <Compile Include="Properties\AssemblyInfo.cs" />\r
46   </ItemGroup>\r
47   <ItemGroup>\r
48     <None Include="App.config" />\r
49   </ItemGroup>\r
50   <ItemGroup>\r
51     <ProjectReference Include="..\Org.Lwes\Org.Lwes.csproj">\r
52       <Project>{67CFCCF0-62A6-4E5A-93B9-71C99C1B394D}</Project>\r
53       <Name>Org.Lwes</Name>\r
54     </ProjectReference>\r
55   </ItemGroup>\r
56   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
57   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
58        Other similar extension points exist, see Microsoft.Common.targets.\r
59   <Target Name="BeforeBuild">\r
60   </Target>\r
61   <Target Name="AfterBuild">\r
62   </Target>\r
63   -->\r
64 </Project>