author | Stephane Lenclud |
Sun, 31 Jul 2016 12:03:52 +0200 | |
changeset 230 | 8c5cf2228e9a |
parent 212 | 1a0791daa243 |
child 231 | 4c706feaf706 |
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>{84A9ED37-E6EA-4CBD-B995-B713F46EAAB0}</ProjectGuid> |
StephaneLenclud@210 | 8 |
<OutputType>Library</OutputType> |
StephaneLenclud@210 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
Stephane@212 | 10 |
<RootNamespace>SharpLib.Ear</RootNamespace> |
StephaneLenclud@210 | 11 |
<AssemblyName>SharpLibEar</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" /> |
StephaneLenclud@210 | 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="Action.cs" /> |
StephaneLenclud@210 | 45 |
<Compile Include="ActionCallback.cs" /> |
StephaneLenclud@210 | 46 |
<Compile Include="ActionSleep.cs" /> |
StephaneLenclud@210 | 47 |
<Compile Include="ActionType.cs" /> |
StephaneLenclud@210 | 48 |
<Compile Include="AttributeAction.cs" /> |
StephaneLenclud@219 | 49 |
<Compile Include="AttributeActionProperty.cs" /> |
StephaneLenclud@210 | 50 |
<Compile Include="Event.cs" /> |
StephaneLenclud@210 | 51 |
<Compile Include="EventMonitorPowerOff.cs" /> |
StephaneLenclud@210 | 52 |
<Compile Include="EventMonitorPowerOn.cs" /> |
Stephane@212 | 53 |
<Compile Include="ManagerEventAction.cs" /> |
StephaneLenclud@210 | 54 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
StephaneLenclud@210 | 55 |
</ItemGroup> |
StephaneLenclud@210 | 56 |
<ItemGroup> |
StephaneLenclud@210 | 57 |
<ProjectReference Include="..\SharpLibUtils\SharpLibUtils.csproj"> |
StephaneLenclud@210 | 58 |
<Project>{ae897704-461d-4018-8336-2517988bf7ad}</Project> |
StephaneLenclud@210 | 59 |
<Name>SharpLibUtils</Name> |
StephaneLenclud@210 | 60 |
</ProjectReference> |
StephaneLenclud@210 | 61 |
</ItemGroup> |
StephaneLenclud@210 | 62 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
StephaneLenclud@210 | 63 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
StephaneLenclud@210 | 64 |
Other similar extension points exist, see Microsoft.Common.targets. |
StephaneLenclud@210 | 65 |
<Target Name="BeforeBuild"> |
StephaneLenclud@210 | 66 |
</Target> |
StephaneLenclud@210 | 67 |
<Target Name="AfterBuild"> |
StephaneLenclud@210 | 68 |
</Target> |
StephaneLenclud@210 | 69 |
--> |
StephaneLenclud@210 | 70 |
</Project> |