1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{2A6E0867-7929-4ADD-BA70-3E0541BD3FAC}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >ConsoleApp1</RootNamespace >
10+ <AssemblyName >ConsoleApp1</AssemblyName >
11+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</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+ <Prefer32Bit >false</Prefer32Bit >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ <Prefer32Bit >false</Prefer32Bit >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" System" />
39+ <Reference Include =" System.Core" />
40+ <Reference Include =" System.Xml.Linq" />
41+ <Reference Include =" System.Data.DataSetExtensions" />
42+ <Reference Include =" Microsoft.CSharp" />
43+ <Reference Include =" System.Data" />
44+ <Reference Include =" System.Xml" />
45+ </ItemGroup >
46+ <ItemGroup >
47+ <Compile Include =" Program.cs" />
48+ <Compile Include =" Properties\AssemblyInfo.cs" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <None Include =" App.config" />
52+ </ItemGroup >
53+ <ItemGroup >
54+ <ProjectReference Include =" ..\ExpressionDebugger\ExpressionDebugger.csproj" >
55+ <Project >{a9b56fc4-b2bc-4a32-b1c0-b926f6259666}</Project >
56+ <Name >ExpressionDebugger</Name >
57+ </ProjectReference >
58+ </ItemGroup >
59+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60+ </Project >
0 commit comments