/Utilities/Xml/Delta.Utilities.Xml.csproj
MSBuild | 74 lines | 67 code | 0 blank | 7 comment | 0 complexity | ea21ecce1adb4f33bbc5a30449bd17d7 MD5 | raw file
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)' == '' ">x86</Platform> 6 <ProductVersion>9.0.30729</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{BFA9D716-5FB2-42DA-987B-5EB0BAA24CE0}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.Utilities.Xml</RootNamespace> 12 <AssemblyName>Delta.Utilities.Xml</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <FileUpgradeFlags> 16 </FileUpgradeFlags> 17 <UpgradeBackupLocation> 18 </UpgradeBackupLocation> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 21 </PropertyGroup> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 23 <DebugSymbols>true</DebugSymbols> 24 <DebugType>full</DebugType> 25 <Optimize>false</Optimize> 26 <OutputPath>bin\Debug\</OutputPath> 27 <DefineConstants>DEBUG;TRACE</DefineConstants> 28 <ErrorReport>prompt</ErrorReport> 29 <WarningLevel>4</WarningLevel> 30 <PlatformTarget>x86</PlatformTarget> 31 </PropertyGroup> 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 33 <DebugType>pdbonly</DebugType> 34 <Optimize>true</Optimize> 35 <OutputPath>bin\Release\</OutputPath> 36 <DefineConstants>TRACE</DefineConstants> 37 <ErrorReport>prompt</ErrorReport> 38 <WarningLevel>4</WarningLevel> 39 <PlatformTarget>x86</PlatformTarget> 40 </PropertyGroup> 41 <PropertyGroup> 42 <SignAssembly>false</SignAssembly> 43 </PropertyGroup> 44 <PropertyGroup> 45 <AssemblyOriginatorKeyFile> 46 </AssemblyOriginatorKeyFile> 47 </PropertyGroup> 48 <ItemGroup> 49 <Reference Include="System" /> 50 <Reference Include="System.XML" /> 51 <Reference Include="System.Xml.Linq"> 52 <RequiredTargetFramework>3.5</RequiredTargetFramework> 53 </Reference> 54 </ItemGroup> 55 <ItemGroup> 56 <Compile Include="XmlNode.cs" /> 57 <Compile Include="Properties\AssemblyInfo.cs" /> 58 <Compile Include="XmlHelper.cs" /> 59 </ItemGroup> 60 <ItemGroup> 61 <ProjectReference Include="..\Delta.Utilities.csproj"> 62 <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project> 63 <Name>Delta.Utilities</Name> 64 </ProjectReference> 65 </ItemGroup> 66 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 67 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 68 Other similar extension points exist, see Microsoft.Common.targets. 69 <Target Name="BeforeBuild"> 70 </Target> 71 <Target Name="AfterBuild"> 72 </Target> 73 --> 74</Project>