1+ <Project ToolsVersion =" 3.5" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <PropertyGroup >
3+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5+ <ProjectGuid >{12C2AD0C-B815-426D-AFF1-7787C2DCA0F0}</ProjectGuid >
6+ <ProductVersion >9.0.30729</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <OutputType >Exe</OutputType >
9+ <NoStandardLibraries >false</NoStandardLibraries >
10+ <AssemblyName >ConsoleApplication</AssemblyName >
11+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <RootNamespace >Tar</RootNamespace >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" System" />
34+ <Reference Include =" System.Core" />
35+ <Reference Include =" System.Data" />
36+ <Reference Include =" System.Data.DataSetExtensions" />
37+ <Reference Include =" System.Xml" />
38+ <Reference Include =" System.Xml.Linq" />
39+ </ItemGroup >
40+ <ItemGroup >
41+ <Compile Include =" AssemblyInfo.cs" />
42+ <Compile Include =" Main.cs" />
43+ </ItemGroup >
44+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
45+ <ProjectExtensions >
46+ <VisualStudio AllowExistingFolder =" true" />
47+ </ProjectExtensions >
48+ </Project >
0 commit comments