author | Stephane Lenclud |
Fri, 02 Sep 2016 01:38:08 +0200 | |
changeset 267 | a601b377a3eb |
parent 263 | 3ab73a2a72d8 |
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> |
Stephane@243 | 51 |
<Reference Include="SharpLibWin32, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
Stephane@243 | 52 |
<HintPath>..\packages\SharpLibWin32.0.0.9\lib\net20\SharpLibWin32.dll</HintPath> |
Stephane@243 | 53 |
<Private>True</Private> |
Stephane@243 | 54 |
</Reference> |
StephaneLenclud@210 | 55 |
<Reference Include="System" /> |
StephaneLenclud@210 | 56 |
<Reference Include="System.Core" /> |
StephaneLenclud@210 | 57 |
<Reference Include="System.Runtime.Serialization" /> |
StephaneLenclud@210 | 58 |
<Reference Include="System.Xml.Linq" /> |
StephaneLenclud@210 | 59 |
<Reference Include="System.Data.DataSetExtensions" /> |
StephaneLenclud@210 | 60 |
<Reference Include="Microsoft.CSharp" /> |
StephaneLenclud@210 | 61 |
<Reference Include="System.Data" /> |
StephaneLenclud@210 | 62 |
<Reference Include="System.Net.Http" /> |
StephaneLenclud@210 | 63 |
<Reference Include="System.Xml" /> |
StephaneLenclud@210 | 64 |
</ItemGroup> |
StephaneLenclud@210 | 65 |
<ItemGroup> |
StephaneLenclud@210 | 66 |
<Compile Include="Action.cs" /> |
StephaneLenclud@210 | 67 |
<Compile Include="ActionCallback.cs" /> |
StephaneLenclud@263 | 68 |
<Compile Include="ActionDelay.cs" /> |
StephaneLenclud@238 | 69 |
<Compile Include="ActionLaunchApp.cs" /> |
StephaneLenclud@240 | 70 |
<Compile Include="ActionOpticalDriveEject.cs" /> |
StephaneLenclud@210 | 71 |
<Compile Include="ActionType.cs" /> |
StephaneLenclud@231 | 72 |
<Compile Include="AttributeObject.cs" /> |
StephaneLenclud@231 | 73 |
<Compile Include="AttributeObjectProperty.cs" /> |
StephaneLenclud@210 | 74 |
<Compile Include="Event.cs" /> |
StephaneLenclud@210 | 75 |
<Compile Include="EventMonitorPowerOff.cs" /> |
StephaneLenclud@210 | 76 |
<Compile Include="EventMonitorPowerOn.cs" /> |
StephaneLenclud@234 | 77 |
<Compile Include="Manager.cs" /> |
StephaneLenclud@238 | 78 |
<Compile Include="Object.cs" /> |
StephaneLenclud@210 | 79 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
StephaneLenclud@250 | 80 |
<Compile Include="PropertyButton.cs" /> |
Stephane@243 | 81 |
<Compile Include="PropertyComboBox.cs" /> |
StephaneLenclud@238 | 82 |
<Compile Include="PropertyFile.cs" /> |
StephaneLenclud@210 | 83 |
</ItemGroup> |
StephaneLenclud@210 | 84 |
<ItemGroup> |
StephaneLenclud@210 | 85 |
<ProjectReference Include="..\SharpLibUtils\SharpLibUtils.csproj"> |
StephaneLenclud@210 | 86 |
<Project>{ae897704-461d-4018-8336-2517988bf7ad}</Project> |
StephaneLenclud@210 | 87 |
<Name>SharpLibUtils</Name> |
StephaneLenclud@210 | 88 |
</ProjectReference> |
StephaneLenclud@210 | 89 |
</ItemGroup> |
Stephane@243 | 90 |
<ItemGroup> |
Stephane@243 | 91 |
<None Include="packages.config" /> |
Stephane@243 | 92 |
</ItemGroup> |
StephaneLenclud@210 | 93 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
StephaneLenclud@210 | 94 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
StephaneLenclud@210 | 95 |
Other similar extension points exist, see Microsoft.Common.targets. |
StephaneLenclud@210 | 96 |
<Target Name="BeforeBuild"> |
StephaneLenclud@210 | 97 |
</Target> |
StephaneLenclud@210 | 98 |
<Target Name="AfterBuild"> |
StephaneLenclud@210 | 99 |
</Target> |
StephaneLenclud@210 | 100 |
--> |
StephaneLenclud@210 | 101 |
</Project> |