PageRenderTime 1123ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/GammaJul.LgLcd.Wpf/GammaJul.LgLcd.Wpf.csproj

#
MSBuild | 107 lines | 107 code | 0 blank | 0 comment | 0 complexity | 4c8fe5512c74d4447af01ae934c8a819 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>{A6F760D3-132E-4BC0-8D0B-5A2E94901438}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>GammaJul.LgLcd.Wpf</RootNamespace>
  12. <AssemblyName>GammaJul.LgLcd.Wpf</AssemblyName>
  13. <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <SignAssembly>true</SignAssembly>
  18. <AssemblyOriginatorKeyFile>..\..\GammaJul.snk</AssemblyOriginatorKeyFile>
  19. <FileUpgradeFlags>
  20. </FileUpgradeFlags>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <UpgradeBackupLocation />
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <IsWebBootstrapper>false</IsWebBootstrapper>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <DocumentationFile>bin\Debug\GammaJul.LgLcd.Wpf.xml</DocumentationFile>
  48. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <DocumentationFile>bin\Release\GammaJul.LgLcd.Wpf.xml</DocumentationFile>
  58. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="System" />
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="LcdWpfPage.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <AppDesigner Include="Properties\" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\GammaJul.LgLcd\GammaJul.LgLcd.csproj">
  75. <Project>{C302F521-E401-4C23-B4C0-94E6000ED029}</Project>
  76. <Name>GammaJul.LgLcd</Name>
  77. </ProjectReference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  81. <Visible>False</Visible>
  82. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  83. <Install>false</Install>
  84. </BootstrapperPackage>
  85. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  86. <Visible>False</Visible>
  87. <ProductName>.NET Framework 3.5 SP1</ProductName>
  88. <Install>true</Install>
  89. </BootstrapperPackage>
  90. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  91. <Visible>False</Visible>
  92. <ProductName>Windows Installer 3.1</ProductName>
  93. <Install>true</Install>
  94. </BootstrapperPackage>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. <PropertyGroup>
  105. <PostBuildEvent>copy "$(ProjectDir)..\GammaJul.LgLcd.Native\$(OutDir)GammaJul.LgLcd.Native*.dll" "$(TargetDir)"</PostBuildEvent>
  106. </PropertyGroup>
  107. </Project>