PageRenderTime 40ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/sln/TimeSeriesNcmlPlotter/TimeSeriesNcmlPlotterSample/TimeSeriesNcmlPlotterSample.csproj

#
MSBuild | 58 lines | 51 code | 0 blank | 7 comment | 0 complexity | 53e5f019d654f31f2dfa8079b7f23ae6 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>{0034CEA3-9796-477E-A8DA-73112ADAC55F}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TimeSeriesNcmlPlotterSample</RootNamespace>
  12. <AssemblyName>TimeSeriesNcmlPlotterSample</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  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. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  38. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  39. Other similar extension points exist, see Microsoft.Common.targets.
  40. <Target Name="BeforeBuild">
  41. </Target>
  42. <Target Name="AfterBuild">
  43. </Target>
  44. -->
  45. <ItemGroup>
  46. <ProjectReference Include="..\..\..\src\DynamicDataDisplay\DynamicDataDisplay.csproj">
  47. <Project>{ECD37682-DF7E-409F-912D-0965634556B5}</Project>
  48. <Name>DynamicDataDisplay</Name>
  49. </ProjectReference>
  50. <ProjectReference Include="..\..\..\src\TimeSeriesNcmlPlotter\TimeSeriesNcmlPlotter.csproj">
  51. <Project>{4959FCD5-08EE-4B28-9695-A414CE2CFA7C}</Project>
  52. <Name>TimeSeriesNcmlPlotter</Name>
  53. </ProjectReference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Main.cs" />
  57. </ItemGroup>
  58. </Project>