author | StephaneLenclud |
Thu, 25 Aug 2016 13:12:54 +0200 | |
changeset 254 | 181323a59047 |
parent 212 | 1a0791daa243 |
permissions | -rw-r--r-- |
StephaneLenclud@210 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
StephaneLenclud@210 | 2 |
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
StephaneLenclud@210 | 3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
StephaneLenclud@210 | 4 |
<PropertyGroup> |
StephaneLenclud@210 | 5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
StephaneLenclud@210 | 6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
StephaneLenclud@210 | 7 |
<ProjectGuid>{AE897704-461D-4018-8336-2517988BF7AD}</ProjectGuid> |
StephaneLenclud@210 | 8 |
<OutputType>Library</OutputType> |
StephaneLenclud@210 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
Stephane@212 | 10 |
<RootNamespace>SharpLib.Utils</RootNamespace> |
StephaneLenclud@210 | 11 |
<AssemblyName>SharpLibUtils</AssemblyName> |
StephaneLenclud@210 | 12 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
StephaneLenclud@210 | 13 |
<FileAlignment>512</FileAlignment> |
StephaneLenclud@210 | 14 |
</PropertyGroup> |
StephaneLenclud@210 | 15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
StephaneLenclud@210 | 16 |
<DebugSymbols>true</DebugSymbols> |
StephaneLenclud@210 | 17 |
<DebugType>full</DebugType> |
StephaneLenclud@210 | 18 |
<Optimize>false</Optimize> |
StephaneLenclud@210 | 19 |
<OutputPath>bin\Debug\</OutputPath> |
StephaneLenclud@210 | 20 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
StephaneLenclud@210 | 21 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@210 | 22 |
<WarningLevel>4</WarningLevel> |
StephaneLenclud@210 | 23 |
</PropertyGroup> |
StephaneLenclud@210 | 24 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
StephaneLenclud@210 | 25 |
<DebugType>pdbonly</DebugType> |
StephaneLenclud@210 | 26 |
<Optimize>true</Optimize> |
StephaneLenclud@210 | 27 |
<OutputPath>bin\Release\</OutputPath> |
StephaneLenclud@210 | 28 |
<DefineConstants>TRACE</DefineConstants> |
StephaneLenclud@210 | 29 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@210 | 30 |
<WarningLevel>4</WarningLevel> |
StephaneLenclud@210 | 31 |
</PropertyGroup> |
StephaneLenclud@232 | 32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
StephaneLenclud@232 | 33 |
<DebugSymbols>true</DebugSymbols> |
StephaneLenclud@232 | 34 |
<OutputPath>bin\x86\Debug\</OutputPath> |
StephaneLenclud@232 | 35 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
StephaneLenclud@232 | 36 |
<DebugType>full</DebugType> |
StephaneLenclud@232 | 37 |
<PlatformTarget>x86</PlatformTarget> |
StephaneLenclud@232 | 38 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@232 | 39 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@232 | 40 |
</PropertyGroup> |
StephaneLenclud@232 | 41 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
StephaneLenclud@232 | 42 |
<OutputPath>bin\x86\Release\</OutputPath> |
StephaneLenclud@232 | 43 |
<DefineConstants>TRACE</DefineConstants> |
StephaneLenclud@232 | 44 |
<Optimize>true</Optimize> |
StephaneLenclud@232 | 45 |
<DebugType>pdbonly</DebugType> |
StephaneLenclud@232 | 46 |
<PlatformTarget>x86</PlatformTarget> |
StephaneLenclud@232 | 47 |
<ErrorReport>prompt</ErrorReport> |
StephaneLenclud@232 | 48 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
StephaneLenclud@232 | 49 |
</PropertyGroup> |
StephaneLenclud@210 | 50 |
<ItemGroup> |
StephaneLenclud@210 | 51 |
<Reference Include="System" /> |
StephaneLenclud@210 | 52 |
<Reference Include="System.Core" /> |
Stephane@212 | 53 |
<Reference Include="System.Runtime.Serialization" /> |
StephaneLenclud@210 | 54 |
<Reference Include="System.Xml.Linq" /> |
StephaneLenclud@210 | 55 |
<Reference Include="System.Data.DataSetExtensions" /> |
StephaneLenclud@210 | 56 |
<Reference Include="Microsoft.CSharp" /> |
StephaneLenclud@210 | 57 |
<Reference Include="System.Data" /> |
StephaneLenclud@210 | 58 |
<Reference Include="System.Net.Http" /> |
StephaneLenclud@210 | 59 |
<Reference Include="System.Xml" /> |
StephaneLenclud@210 | 60 |
</ItemGroup> |
StephaneLenclud@210 | 61 |
<ItemGroup> |
StephaneLenclud@210 | 62 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
StephaneLenclud@210 | 63 |
<Compile Include="Reflection.cs" /> |
Stephane@212 | 64 |
<Compile Include="TypeConverterJson.cs" /> |
StephaneLenclud@210 | 65 |
</ItemGroup> |
StephaneLenclud@210 | 66 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
StephaneLenclud@210 | 67 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
StephaneLenclud@210 | 68 |
Other similar extension points exist, see Microsoft.Common.targets. |
StephaneLenclud@210 | 69 |
<Target Name="BeforeBuild"> |
StephaneLenclud@210 | 70 |
</Target> |
StephaneLenclud@210 | 71 |
<Target Name="AfterBuild"> |
StephaneLenclud@210 | 72 |
</Target> |
StephaneLenclud@210 | 73 |
--> |
StephaneLenclud@210 | 74 |
</Project> |