author | StephaneLenclud |
Tue, 16 Aug 2016 12:59:32 +0200 | |
changeset 235 | ba14a29944c4 |
parent 232 | 5a739e2e5255 |
child 238 | c92587ddabcd |
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@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" /> |
StephaneLenclud@210 | 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="Action.cs" /> |
StephaneLenclud@210 | 63 |
<Compile Include="ActionCallback.cs" /> |
StephaneLenclud@210 | 64 |
<Compile Include="ActionSleep.cs" /> |
StephaneLenclud@210 | 65 |
<Compile Include="ActionType.cs" /> |
StephaneLenclud@231 | 66 |
<Compile Include="AttributeObject.cs" /> |
StephaneLenclud@231 | 67 |
<Compile Include="AttributeObjectProperty.cs" /> |
StephaneLenclud@210 | 68 |
<Compile Include="Event.cs" /> |
StephaneLenclud@210 | 69 |
<Compile Include="EventMonitorPowerOff.cs" /> |
StephaneLenclud@210 | 70 |
<Compile Include="EventMonitorPowerOn.cs" /> |
StephaneLenclud@234 | 71 |
<Compile Include="Manager.cs" /> |
StephaneLenclud@210 | 72 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
StephaneLenclud@210 | 73 |
</ItemGroup> |
StephaneLenclud@210 | 74 |
<ItemGroup> |
StephaneLenclud@210 | 75 |
<ProjectReference Include="..\SharpLibUtils\SharpLibUtils.csproj"> |
StephaneLenclud@210 | 76 |
<Project>{ae897704-461d-4018-8336-2517988bf7ad}</Project> |
StephaneLenclud@210 | 77 |
<Name>SharpLibUtils</Name> |
StephaneLenclud@210 | 78 |
</ProjectReference> |
StephaneLenclud@210 | 79 |
</ItemGroup> |
StephaneLenclud@210 | 80 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
StephaneLenclud@210 | 81 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
StephaneLenclud@210 | 82 |
Other similar extension points exist, see Microsoft.Common.targets. |
StephaneLenclud@210 | 83 |
<Target Name="BeforeBuild"> |
StephaneLenclud@210 | 84 |
</Target> |
StephaneLenclud@210 | 85 |
<Target Name="AfterBuild"> |
StephaneLenclud@210 | 86 |
</Target> |
StephaneLenclud@210 | 87 |
--> |
StephaneLenclud@210 | 88 |
</Project> |