DiscontinuedChecker.csproj 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProjectGuid>{0BE95E28-590C-4CB6-9D80-1BC2177E6368}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <RootNamespace>ObsoleteChecker</RootNamespace>
  9. <AssemblyName>ObsoleteChecker</AssemblyName>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. <ProductVersion>12.0.0</ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <Externalconsole>true</Externalconsole>
  23. <PlatformTarget>x86</PlatformTarget>
  24. <Commandlineparameters>/home/default/Moaz/MoazOS/Trisquel.dat</Commandlineparameters>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  27. <DebugType>full</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release</OutputPath>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <Externalconsole>true</Externalconsole>
  33. <PlatformTarget>x86</PlatformTarget>
  34. <Commandlineparameters>/home/default/Moaz/MoazOS/Trisquel.dat</Commandlineparameters>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="Program.cs" />
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. <Compile Include="Quartiles.cs" />
  44. </ItemGroup>
  45. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  46. </Project>