Khozeev8.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{45FFFF4F-D397-4D28-9C14-FCBF9ECDF829}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Khozeev8</RootNamespace>
  10. <AssemblyName>Khozeev8</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Deployment" />
  42. <Reference Include="System.Drawing" />
  43. <Reference Include="System.Windows.Forms" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="Aithorization.cs">
  48. <SubType>Form</SubType>
  49. </Compile>
  50. <Compile Include="Aithorization.Designer.cs">
  51. <DependentUpon>Aithorization.cs</DependentUpon>
  52. </Compile>
  53. <Compile Include="Database.cs" />
  54. <Compile Include="KhozeeevPC_12DataSet.Designer.cs">
  55. <AutoGen>True</AutoGen>
  56. <DesignTime>True</DesignTime>
  57. <DependentUpon>KhozeeevPC_12DataSet.xsd</DependentUpon>
  58. </Compile>
  59. <Compile Include="Menu.cs">
  60. <SubType>Form</SubType>
  61. </Compile>
  62. <Compile Include="Menu.Designer.cs">
  63. <DependentUpon>Menu.cs</DependentUpon>
  64. </Compile>
  65. <Compile Include="Program.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="Registration.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="Registration.Designer.cs">
  71. <DependentUpon>Registration.cs</DependentUpon>
  72. </Compile>
  73. <EmbeddedResource Include="Aithorization.resx">
  74. <DependentUpon>Aithorization.cs</DependentUpon>
  75. </EmbeddedResource>
  76. <EmbeddedResource Include="Menu.resx">
  77. <DependentUpon>Menu.cs</DependentUpon>
  78. </EmbeddedResource>
  79. <EmbeddedResource Include="Properties\Resources.resx">
  80. <Generator>ResXFileCodeGenerator</Generator>
  81. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  82. <SubType>Designer</SubType>
  83. </EmbeddedResource>
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Resources.resx</DependentUpon>
  87. </Compile>
  88. <EmbeddedResource Include="Registration.resx">
  89. <DependentUpon>Registration.cs</DependentUpon>
  90. </EmbeddedResource>
  91. <None Include="app.config" />
  92. <None Include="KhozeeevPC_12DataSet.xsc">
  93. <DependentUpon>KhozeeevPC_12DataSet.xsd</DependentUpon>
  94. </None>
  95. <None Include="KhozeeevPC_12DataSet.xsd">
  96. <Generator>MSDataSetGenerator</Generator>
  97. <LastGenOutput>KhozeeevPC_12DataSet.Designer.cs</LastGenOutput>
  98. <SubType>Designer</SubType>
  99. </None>
  100. <None Include="KhozeeevPC_12DataSet.xss">
  101. <DependentUpon>KhozeeevPC_12DataSet.xsd</DependentUpon>
  102. </None>
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. </ItemGroup>
  113. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  114. </Project>