<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6740B4CD-B2F6-49DF-BDA0-7DC17144C666}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Test</RootNamespace>
<AssemblyName>Test</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Test\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Test\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Management" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NewLife.CommonEntity\NewLife.CommonEntity.Net20.csproj">
<Project>{50d7fae5-2304-4395-a6fa-7d35279d9d84}</Project>
<Name>NewLife.CommonEntity.Net20</Name>
</ProjectReference>
<ProjectReference Include="..\NewLife.Core\NewLife.Core.Net20.csproj">
<Project>{5813c22e-eeb3-4dee-a45c-bb218041193a}</Project>
<Name>NewLife.Core.Net20</Name>
</ProjectReference>
<ProjectReference Include="..\NewLife.IP\NewLife.IP.Net20.csproj">
<Project>{b2d1b525-2d28-405b-ae41-9d8b76d34a9f}</Project>
<Name>NewLife.IP.Net20</Name>
</ProjectReference>
<ProjectReference Include="..\NewLife.Net\NewLife.Net.Net20.csproj">
<Project>{5a8ef50c-3394-4c1e-99f0-33efe8691cb0}</Project>
<Name>NewLife.Net.Net20</Name>
</ProjectReference>
<ProjectReference Include="..\XCode\XCode.Net20.csproj">
<Project>{b49aba5a-c5da-45f4-87f1-b435ec51d710}</Project>
<Name>XCode.Net20</Name>
</ProjectReference>
<ProjectReference Include="..\XTemplate\XTemplate.Net20.csproj">
<Project>{55ba37ee-01a2-438f-a0fb-6b57440bf2f0}</Project>
<Name>XTemplate.Net20</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
|