1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >12.0.0</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{F9D3B288-1A73-4C91-8ED7-11ED1704B817}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >ReadText.Demo</RootNamespace >
11+ <AssemblyName >ReadText.Demo</AssemblyName >
12+ </PropertyGroup >
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
14+ <DebugSymbols >true</DebugSymbols >
15+ <DebugType >full</DebugType >
16+ <Optimize >false</Optimize >
17+ <OutputPath >bin\Debug</OutputPath >
18+ <DefineConstants >DEBUG;</DefineConstants >
19+ <ErrorReport >prompt</ErrorReport >
20+ <WarningLevel >4</WarningLevel >
21+ <Externalconsole >true</Externalconsole >
22+ </PropertyGroup >
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
24+ <DebugType >full</DebugType >
25+ <Optimize >true</Optimize >
26+ <OutputPath >bin\Release</OutputPath >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ <Externalconsole >true</Externalconsole >
30+ </PropertyGroup >
31+ <ItemGroup >
32+ <Reference Include =" System" />
33+ <Reference Include =" System.Core" />
34+ </ItemGroup >
35+ <ItemGroup >
36+ <Compile Include =" Program.cs" />
37+ <Compile Include =" Properties\AssemblyInfo.cs" />
38+ <Compile Include =" Options.cs" />
39+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
40+ <Link >Properties\SharedAssemblyInfo.cs</Link >
41+ </Compile >
42+ </ItemGroup >
43+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
44+ <ItemGroup >
45+ <ProjectReference Include =" ..\CommandLine\CommandLine.csproj" >
46+ <Project >{E1BD3C65-49C3-49E7-BABA-C60980CB3F20}</Project >
47+ <Name >CommandLine</Name >
48+ </ProjectReference >
49+ </ItemGroup >
50+ </Project >
0 commit comments