/GammaJul.LgLcd/GammaJul.LgLcd.csproj
MSBuild | 132 lines | 125 code | 0 blank | 7 comment | 0 complexity | 37dc9e7e7290c4242f3178a584e5e783 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0.30729</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{C302F521-E401-4C23-B4C0-94E6000ED029}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>GammaJul.LgLcd</RootNamespace> 12 <AssemblyName>GammaJul.LgLcd</AssemblyName> 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <SignAssembly>true</SignAssembly> 16 <AssemblyOriginatorKeyFile>..\..\GammaJul.snk</AssemblyOriginatorKeyFile> 17 <FileUpgradeFlags> 18 </FileUpgradeFlags> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <UpgradeBackupLocation /> 21 <PublishUrl>publish\</PublishUrl> 22 <Install>true</Install> 23 <InstallFrom>Disk</InstallFrom> 24 <UpdateEnabled>false</UpdateEnabled> 25 <UpdateMode>Foreground</UpdateMode> 26 <UpdateInterval>7</UpdateInterval> 27 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 28 <UpdatePeriodically>false</UpdatePeriodically> 29 <UpdateRequired>false</UpdateRequired> 30 <MapFileExtensions>true</MapFileExtensions> 31 <ApplicationRevision>0</ApplicationRevision> 32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper> 34 <UseApplicationTrust>false</UseApplicationTrust> 35 <BootstrapperEnabled>true</BootstrapperEnabled> 36 </PropertyGroup> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 38 <DebugSymbols>true</DebugSymbols> 39 <DebugType>full</DebugType> 40 <Optimize>false</Optimize> 41 <OutputPath>bin\Debug\</OutputPath> 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 <ErrorReport>prompt</ErrorReport> 44 <WarningLevel>4</WarningLevel> 45 <DocumentationFile>bin\Debug\GammaJul.LgLcd.xml</DocumentationFile> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 </PropertyGroup> 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 49 <DebugType>pdbonly</DebugType> 50 <Optimize>true</Optimize> 51 <OutputPath>bin\Release\</OutputPath> 52 <DefineConstants>TRACE</DefineConstants> 53 <ErrorReport>prompt</ErrorReport> 54 <WarningLevel>4</WarningLevel> 55 <DocumentationFile>bin\Release\GammaJul.LgLcd.xml</DocumentationFile> 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 </PropertyGroup> 58 <ItemGroup> 59 <Reference Include="System" /> 60 <Reference Include="System.Drawing" /> 61 </ItemGroup> 62 <ItemGroup> 63 <Compile Include="GdiDrawingEventArgs.cs" /> 64 <Compile Include="LcdGdiIcon.cs" /> 65 <Compile Include="LcdGdiAbsObject.cs" /> 66 <Compile Include="LcdGdiArc.cs" /> 67 <Compile Include="LcdGdiBezier.cs" /> 68 <Compile Include="LcdGdiCurve.cs" /> 69 <Compile Include="LcdGdiEllipse.cs" /> 70 <Compile Include="LcdGdiImage.cs" /> 71 <Compile Include="LcdGdiLine.cs" /> 72 <Compile Include="LcdGdiPolygon.cs" /> 73 <Compile Include="LcdGdiProgressBar.cs" /> 74 <Compile Include="LcdGdiRectangle.cs" /> 75 <Compile Include="LcdGdiScrollViewer.cs" /> 76 <Compile Include="LcdGdiTextVerticalAlignment.cs" /> 77 <Compile Include="DrawnEventArgs.cs" /> 78 <Compile Include="LcdDeviceQvga.cs" /> 79 <Compile Include="LcdDeviceMonochrome.cs" /> 80 <Compile Include="LcdGdiTextHorizontalAlignment.cs" /> 81 <Compile Include="LcdGdiObject.cs" /> 82 <Compile Include="LcdGdiPage.cs" /> 83 <Compile Include="LcdGdiText.cs" /> 84 <Compile Include="LcdPage.cs" /> 85 <Compile Include="LcdSoftButtonsEventArgs.cs" /> 86 <Compile Include="LcdDevice.cs" /> 87 <Compile Include="LcdDeviceTypeEventArgs.cs" /> 88 <Compile Include="LcdAppletCapabilities.cs" /> 89 <Compile Include="LcdApplet.cs" /> 90 <Compile Include="LcdDeviceType.cs" /> 91 <Compile Include="LcdPriority.cs" /> 92 <Compile Include="LcdSoftButtons.cs" /> 93 <Compile Include="LcdUpdateMode.cs" /> 94 <Compile Include="LgLcdPermission.cs" /> 95 <Compile Include="LgLcdPermissionAttribute.cs" /> 96 <Compile Include="Properties\AssemblyInfo.cs" /> 97 <Compile Include="SafeNativeMethods.cs" /> 98 <Compile Include="MarginF.cs" /> 99 <Compile Include="UpdateEventArgs.cs" /> 100 </ItemGroup> 101 <ItemGroup> 102 <Content Include="ChangeLog.txt" /> 103 </ItemGroup> 104 <ItemGroup> 105 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 106 <Visible>False</Visible> 107 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 108 <Install>false</Install> 109 </BootstrapperPackage> 110 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 111 <Visible>False</Visible> 112 <ProductName>.NET Framework 3.5 SP1</ProductName> 113 <Install>true</Install> 114 </BootstrapperPackage> 115 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 116 <Visible>False</Visible> 117 <ProductName>Windows Installer 3.1</ProductName> 118 <Install>true</Install> 119 </BootstrapperPackage> 120 </ItemGroup> 121 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 122 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 123 Other similar extension points exist, see Microsoft.Common.targets. 124 <Target Name="BeforeBuild"> 125 </Target> 126 <Target Name="AfterBuild"> 127 </Target> 128 --> 129 <PropertyGroup> 130 <PostBuildEvent>copy "$(ProjectDir)..\GammaJul.LgLcd.Native\$(OutDir)GammaJul.LgLcd.Native*.dll" "$(TargetDir)"</PostBuildEvent> 131 </PropertyGroup> 132</Project>