update signutare
[CPE_learningsite] / CPE / CPE.Utilities / CPE.Utilities.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{7EE69181-40C4-4999-BC49-69288CBF9BB8}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>CPE.Utilities</RootNamespace>
11     <AssemblyName>CPE.Utilities</AssemblyName>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <TargetFrameworkProfile />
15     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
16     <RestorePackages>true</RestorePackages>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26     <Prefer32Bit>false</Prefer32Bit>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <DebugType>pdbonly</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>bin\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35     <Prefer32Bit>false</Prefer32Bit>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
39       <HintPath>..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
40       <Private>True</Private>
41     </Reference>
42     <Reference Include="System" />
43     <Reference Include="System.Configuration" />
44     <Reference Include="System.Core" />
45     <Reference Include="System.Net.Http" />
46     <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
47       <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
48       <Private>True</Private>
49     </Reference>
50     <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
51       <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
52       <Private>True</Private>
53     </Reference>
54     <Reference Include="System.Net.Http.WebRequest" />
55     <Reference Include="System.Web" />
56     <Reference Include="System.Xml.Linq" />
57     <Reference Include="System.Data.DataSetExtensions" />
58     <Reference Include="Microsoft.CSharp" />
59     <Reference Include="System.Data" />
60     <Reference Include="System.Xml" />
61   </ItemGroup>
62   <ItemGroup>
63     <Compile Include="Email.cs" />
64     <Compile Include="LogWrapper.cs" />
65     <Compile Include="Properties\AssemblyInfo.cs" />
66     <Compile Include="Result.cs" />
67   </ItemGroup>
68   <ItemGroup>
69     <None Include="app.config" />
70     <None Include="packages.config" />
71   </ItemGroup>
72   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73   <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
74   <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
75     <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
76     <Error Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
77   </Target>
78   <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
79   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
80        Other similar extension points exist, see Microsoft.Common.targets.
81   <Target Name="BeforeBuild">
82   </Target>
83   <Target Name="AfterBuild">
84   </Target>
85   -->
86 </Project>