Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CPUMonitor.csproj 3.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6040B049-4241-4FFD-B388-AACDA78D1469}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CPUMonitor</RootNamespace>
  12. <AssemblyName>CPUMonitor</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core">
  40. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  41. </Reference>
  42. <Reference Include="System.Xml.Linq">
  43. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="System.Data.DataSetExtensions">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Deployment" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="CPUMonitor.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="CPUMonitor.Designer.cs">
  59. <DependentUpon>CPUMonitor.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Program.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <EmbeddedResource Include="CPUMonitor.resx">
  64. <DependentUpon>CPUMonitor.cs</DependentUpon>
  65. <SubType>Designer</SubType>
  66. </EmbeddedResource>
  67. <EmbeddedResource Include="Properties\Resources.resx">
  68. <Generator>ResXFileCodeGenerator</Generator>
  69. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  70. <SubType>Designer</SubType>
  71. </EmbeddedResource>
  72. <Compile Include="Properties\Resources.Designer.cs">
  73. <AutoGen>True</AutoGen>
  74. <DependentUpon>Resources.resx</DependentUpon>
  75. <DesignTime>True</DesignTime>
  76. </Compile>
  77. <None Include="Properties\Settings.settings">
  78. <Generator>SettingsSingleFileGenerator</Generator>
  79. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  80. </None>
  81. <Compile Include="Properties\Settings.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Settings.settings</DependentUpon>
  84. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  85. </Compile>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>