PageRenderTime 37ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
MSBuild | 127 lines | 127 code | 0 blank | 0 comment | 0 complexity | 9525314ce4bb2eaf94765bebecb4c400 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>{5A7710D2-5E2A-4390-9083-BE45558FEF43}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>GammaJul.LgLcd.Samples.Wpf</RootNamespace>
  12. <AssemblyName>GammaJul.LgLcd.Samples.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. <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. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="UIAutomationProvider">
  59. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="WindowsBase">
  62. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="PresentationCore">
  65. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="PresentationFramework">
  68. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  69. </Reference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="App.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs">
  74. <SubType>Code</SubType>
  75. </Compile>
  76. <Compile Include="SampleControl.xaml.cs">
  77. <DependentUpon>SampleControl.xaml</DependentUpon>
  78. </Compile>
  79. <AppDesigner Include="Properties\" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\GammaJul.LgLcd.Wpf\GammaJul.LgLcd.Wpf.csproj">
  83. <Project>{A6F760D3-132E-4BC0-8D0B-5A2E94901438}</Project>
  84. <Name>GammaJul.LgLcd.Wpf</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\GammaJul.LgLcd\GammaJul.LgLcd.csproj">
  87. <Project>{C302F521-E401-4C23-B4C0-94E6000ED029}</Project>
  88. <Name>GammaJul.LgLcd</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Page Include="SampleControl.xaml">
  93. <SubType>Designer</SubType>
  94. <Generator>MSBuild:Compile</Generator>
  95. <Generator>MSBuild:Compile</Generator>
  96. <SubType>Designer</SubType>
  97. </Page>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  101. <Visible>False</Visible>
  102. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  103. <Install>false</Install>
  104. </BootstrapperPackage>
  105. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  106. <Visible>False</Visible>
  107. <ProductName>.NET Framework 3.5 SP1</ProductName>
  108. <Install>true</Install>
  109. </BootstrapperPackage>
  110. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  111. <Visible>False</Visible>
  112. <ProductName>Windows Installer 3.1</ProductName>
  113. <Install>true</Install>
  114. </BootstrapperPackage>
  115. </ItemGroup>
  116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  117. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  118. Other similar extension points exist, see Microsoft.Common.targets.
  119. <Target Name="BeforeBuild">
  120. </Target>
  121. <Target Name="AfterBuild">
  122. </Target>
  123. -->
  124. <PropertyGroup>
  125. <PostBuildEvent>copy "$(ProjectDir)..\GammaJul.LgLcd.Native\$(OutDir)GammaJul.LgLcd.Native*.dll" "$(TargetDir)"</PostBuildEvent>
  126. </PropertyGroup>
  127. </Project>