StephaneLenclud@210: <?xml version="1.0" encoding="utf-8"?> StephaneLenclud@210: <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> StephaneLenclud@210: <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> StephaneLenclud@210: <PropertyGroup> StephaneLenclud@210: <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> StephaneLenclud@210: <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> StephaneLenclud@210: <ProjectGuid>{AE897704-461D-4018-8336-2517988BF7AD}</ProjectGuid> StephaneLenclud@210: <OutputType>Library</OutputType> StephaneLenclud@210: <AppDesignerFolder>Properties</AppDesignerFolder> Stephane@212: <RootNamespace>SharpLib.Utils</RootNamespace> StephaneLenclud@210: <AssemblyName>SharpLibUtils</AssemblyName> StephaneLenclud@210: <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> StephaneLenclud@210: <FileAlignment>512</FileAlignment> StephaneLenclud@210: </PropertyGroup> StephaneLenclud@210: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> StephaneLenclud@210: <DebugSymbols>true</DebugSymbols> StephaneLenclud@210: <DebugType>full</DebugType> StephaneLenclud@210: <Optimize>false</Optimize> StephaneLenclud@210: <OutputPath>bin\Debug\</OutputPath> StephaneLenclud@210: <DefineConstants>DEBUG;TRACE</DefineConstants> StephaneLenclud@210: <ErrorReport>prompt</ErrorReport> StephaneLenclud@210: <WarningLevel>4</WarningLevel> StephaneLenclud@210: </PropertyGroup> StephaneLenclud@210: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> StephaneLenclud@210: <DebugType>pdbonly</DebugType> StephaneLenclud@210: <Optimize>true</Optimize> StephaneLenclud@210: <OutputPath>bin\Release\</OutputPath> StephaneLenclud@210: <DefineConstants>TRACE</DefineConstants> StephaneLenclud@210: <ErrorReport>prompt</ErrorReport> StephaneLenclud@210: <WarningLevel>4</WarningLevel> StephaneLenclud@210: </PropertyGroup> StephaneLenclud@232: <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> StephaneLenclud@232: <DebugSymbols>true</DebugSymbols> StephaneLenclud@232: <OutputPath>bin\x86\Debug\</OutputPath> StephaneLenclud@232: <DefineConstants>DEBUG;TRACE</DefineConstants> StephaneLenclud@232: <DebugType>full</DebugType> StephaneLenclud@232: <PlatformTarget>x86</PlatformTarget> StephaneLenclud@232: <ErrorReport>prompt</ErrorReport> StephaneLenclud@232: <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> StephaneLenclud@232: </PropertyGroup> StephaneLenclud@232: <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> StephaneLenclud@232: <OutputPath>bin\x86\Release\</OutputPath> StephaneLenclud@232: <DefineConstants>TRACE</DefineConstants> StephaneLenclud@232: <Optimize>true</Optimize> StephaneLenclud@232: <DebugType>pdbonly</DebugType> StephaneLenclud@232: <PlatformTarget>x86</PlatformTarget> StephaneLenclud@232: <ErrorReport>prompt</ErrorReport> StephaneLenclud@232: <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> StephaneLenclud@232: </PropertyGroup> StephaneLenclud@210: <ItemGroup> StephaneLenclud@210: <Reference Include="System" /> StephaneLenclud@210: <Reference Include="System.Core" /> Stephane@212: <Reference Include="System.Runtime.Serialization" /> StephaneLenclud@210: <Reference Include="System.Xml.Linq" /> StephaneLenclud@210: <Reference Include="System.Data.DataSetExtensions" /> StephaneLenclud@210: <Reference Include="Microsoft.CSharp" /> StephaneLenclud@210: <Reference Include="System.Data" /> StephaneLenclud@210: <Reference Include="System.Net.Http" /> StephaneLenclud@210: <Reference Include="System.Xml" /> StephaneLenclud@210: </ItemGroup> StephaneLenclud@210: <ItemGroup> StephaneLenclud@210: <Compile Include="Properties\AssemblyInfo.cs" /> StephaneLenclud@210: <Compile Include="Reflection.cs" /> Stephane@212: <Compile Include="TypeConverterJson.cs" /> StephaneLenclud@210: </ItemGroup> StephaneLenclud@210: <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> StephaneLenclud@210: <!-- To modify your build process, add your task inside one of the targets below and uncomment it. StephaneLenclud@210: Other similar extension points exist, see Microsoft.Common.targets. StephaneLenclud@210: <Target Name="BeforeBuild"> StephaneLenclud@210: </Target> StephaneLenclud@210: <Target Name="AfterBuild"> StephaneLenclud@210: </Target> StephaneLenclud@210: --> StephaneLenclud@210: </Project>