Проектирование и реализация баз данных и клиентских приложений в среде MS Visual Studio.NET. Макурин Ю.Д - 183 стр.

UptoLike

Составители: 

183
3. Содержание проектного файла
«D:\Курсовой проект студента группы 07ВП1 Макурина Ю.Д.
по СУБД\MakurinClientApplicationProject\
MakurinClientApplication.csproj»
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D6F9D3A5-26E9-40EF-BD49-CE93B0DE2ED3}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MakurinClientApplication</RootNamespace>
<AssemblyName>MakurinClientApplication</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
                 3. Содержание проектного файла
    «D:\Курсовой проект студента группы 07ВП1 Макурина Ю.Д.
             по СУБД\MakurinClientApplicationProject\
                 MakurinClientApplication.csproj»

 
  Debug
  AnyCPU
  8.0.50727
  2.0
  {D6F9D3A5-26E9-40EF-BD49-CE93B0DE2ED3}
  WinExe
  Properties
  MakurinClientApplication
  MakurinClientApplication
 
 
  true
  full
  false
  bin\Debug\
  DEBUG;TRACE
  prompt
  4
 
 
  pdbonly
  true
  bin\Release\
  TRACE
  prompt
  4
 
 
  
  
  
  
  
  
 
 
  
   Form
  
  
   Form1.cs
  
  
  
                                              183