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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{6123BA96-C8D0-4BF2-A853-3053B9ABF005}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>CafeX</RootNamespace>
12    <AssemblyName>CafeX</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
17    <PlatformTarget>x86</PlatformTarget>
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|x86' ">
27    <PlatformTarget>x86</PlatformTarget>
28    <DebugType>full</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DebugSymbols>true</DebugSymbols>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PerfTiming|x86'">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\PerfTiming\</OutputPath>
39    <DefineConstants>TRACE;TIMER</DefineConstants>
40    <Optimize>true</Optimize>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
45    <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
46  </PropertyGroup>
47  <ItemGroup>
48    <Reference Include="System" />
49    <Reference Include="System.Core" />
50    <Reference Include="System.Xml.Linq" />
51    <Reference Include="System.Data.DataSetExtensions" />
52    <Reference Include="System.Data" />
53    <Reference Include="System.Xml" />
54  </ItemGroup>
55  <ItemGroup>
56    <Compile Include="CafeFunctions.cs" />
57    <Compile Include="Character stream dumper.cs" />
58    <Compile Include="CafeEvtLog.cs" />
59    <Compile Include="ExecutableClasses.cs" />
60    <Compile Include="MionUDP.cs" />
61    <Compile Include="NativeMethods.cs" />
62    <Compile Include="Program.cs" />
63    <Compile Include="Properties\AssemblyInfo.cs" />
64    <Compile Include="Properties\Resources.Designer.cs">
65      <AutoGen>True</AutoGen>
66      <DesignTime>True</DesignTime>
67      <DependentUpon>Resources.resx</DependentUpon>
68    </Compile>
69    <Compile Include="Tools.cs" />
70  </ItemGroup>
71  <ItemGroup>
72    <EmbeddedResource Include="Properties\Resources.resx">
73      <Generator>ResXFileCodeGenerator</Generator>
74      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
75    </EmbeddedResource>
76  </ItemGroup>
77  <ItemGroup>
78    <None Include="Properties\binres\win_dkt.exe" />
79  </ItemGroup>
80  <ItemGroup>
81    <None Include="Properties\binres\win_monitor.exe" />
82  </ItemGroup>
83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85       Other similar extension points exist, see Microsoft.Common.targets.
86  <Target Name="BeforeBuild">
87  </Target>
88  <Target Name="AfterBuild">
89  </Target>
90  -->
91</Project>