SharpLibUtils/SharpLibUtils.csproj
author StephaneLenclud
Wed, 27 Jul 2016 17:09:10 +0200
changeset 224 471cb4c8a09a
parent 210 83dd86e73448
child 232 5a739e2e5255
permissions -rw-r--r--
Make sure action edit combo box for enums is long enough.
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@210
    32
  <ItemGroup>
StephaneLenclud@210
    33
    <Reference Include="System" />
StephaneLenclud@210
    34
    <Reference Include="System.Core" />
Stephane@212
    35
    <Reference Include="System.Runtime.Serialization" />
StephaneLenclud@210
    36
    <Reference Include="System.Xml.Linq" />
StephaneLenclud@210
    37
    <Reference Include="System.Data.DataSetExtensions" />
StephaneLenclud@210
    38
    <Reference Include="Microsoft.CSharp" />
StephaneLenclud@210
    39
    <Reference Include="System.Data" />
StephaneLenclud@210
    40
    <Reference Include="System.Net.Http" />
StephaneLenclud@210
    41
    <Reference Include="System.Xml" />
StephaneLenclud@210
    42
  </ItemGroup>
StephaneLenclud@210
    43
  <ItemGroup>
StephaneLenclud@210
    44
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@210
    45
    <Compile Include="Reflection.cs" />
Stephane@212
    46
    <Compile Include="TypeConverterJson.cs" />
StephaneLenclud@210
    47
  </ItemGroup>
StephaneLenclud@210
    48
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@210
    49
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
StephaneLenclud@210
    50
       Other similar extension points exist, see Microsoft.Common.targets.
StephaneLenclud@210
    51
  <Target Name="BeforeBuild">
StephaneLenclud@210
    52
  </Target>
StephaneLenclud@210
    53
  <Target Name="AfterBuild">
StephaneLenclud@210
    54
  </Target>
StephaneLenclud@210
    55
  -->
StephaneLenclud@210
    56
</Project>