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)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{7DCC08EF-DC85-47A4-BD6F-79FC52C7EF13}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >CSUtil.Redirection</RootNamespace >
12+ <AssemblyName >CSUtil.Redirection</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" System" />
38+ <Reference Include =" System.Core" />
39+ <Reference Include =" System.Xml.Linq" />
40+ <Reference Include =" System.Data.DataSetExtensions" />
41+ <Reference Include =" System.Data" />
42+ <Reference Include =" System.Xml" />
43+ </ItemGroup >
44+ <ItemGroup >
45+ <Compile Include =" Properties\AssemblyInfo.cs" />
46+ <Compile Include =" RedirectionHelper.cs" />
47+ <Compile Include =" Redirector.cs" />
48+ <Compile Include =" MethodInfoExt.cs" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <ProjectReference Include =" ..\CSUtil.Commons\CSUtil.Commons.csproj" >
52+ <Project >{D3ADE06E-F493-4819-865A-3BB44FEEDF01}</Project >
53+ <Name >CSUtil.Commons</Name >
54+ </ProjectReference >
55+ </ItemGroup >
56+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
58+ Other similar extension points exist, see Microsoft.Common.targets.
59+ <Target Name="BeforeBuild">
60+ </Target>
61+ <Target Name="AfterBuild">
62+ </Target>
63+ -->
64+ </Project >
0 commit comments