Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

VS2008CSSample.csproj 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProjectGuid>{31A86551-C6D7-4BFA-A5C5-8748254E6368}</ProjectGuid>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <OutputType>Exe</OutputType>
  9. <NoStandardLibraries>false</NoStandardLibraries>
  10. <AssemblyName>ConsoleApplication</AssemblyName>
  11. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <RootNamespace>VS2008CSSample</RootNamespace>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <OutputPath>bin\x64\Debug\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <DebugType>full</DebugType>
  37. <PlatformTarget>x64</PlatformTarget>
  38. <ErrorReport>prompt</ErrorReport>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  41. <OutputPath>bin\x64\Release\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <Optimize>true</Optimize>
  44. <DebugType>pdbonly</DebugType>
  45. <PlatformTarget>x64</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  49. <DebugSymbols>true</DebugSymbols>
  50. <OutputPath>bin\x86\Debug\</OutputPath>
  51. <DefineConstants>DEBUG;TRACE</DefineConstants>
  52. <DebugType>full</DebugType>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  57. <OutputPath>bin\x86\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="System" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="System.Xml.Linq" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="..\CSSample\main.cs">
  74. <Link>main.cs</Link>
  75. </Compile>
  76. </ItemGroup>
  77. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  78. <ProjectExtensions>
  79. <VisualStudio AllowExistingFolder="true" />
  80. </ProjectExtensions>
  81. </Project>