Лаб1.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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>{784A3611-08CC-4C17-8829-8FB6F58E0D50}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Лаб1</RootNamespace>
  10. <AssemblyName>Лаб1</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Xml" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Xaml">
  47. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="WindowsBase" />
  50. <Reference Include="PresentationCore" />
  51. <Reference Include="PresentationFramework" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <ApplicationDefinition Include="App.xaml">
  55. <Generator>MSBuild:Compile</Generator>
  56. <SubType>Designer</SubType>
  57. </ApplicationDefinition>
  58. <Page Include="Dictionary1.xaml">
  59. <SubType>Designer</SubType>
  60. <Generator>MSBuild:Compile</Generator>
  61. </Page>
  62. <Page Include="MainWindow.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </Page>
  66. <Compile Include="App.xaml.cs">
  67. <DependentUpon>App.xaml</DependentUpon>
  68. <SubType>Code</SubType>
  69. </Compile>
  70. <Compile Include="MainWindow.xaml.cs">
  71. <DependentUpon>MainWindow.xaml</DependentUpon>
  72. <SubType>Code</SubType>
  73. </Compile>
  74. <Page Include="Page1.xaml">
  75. <SubType>Designer</SubType>
  76. <Generator>MSBuild:Compile</Generator>
  77. </Page>
  78. <Page Include="Page2.xaml">
  79. <SubType>Designer</SubType>
  80. <Generator>MSBuild:Compile</Generator>
  81. </Page>
  82. <Page Include="Page3.xaml">
  83. <SubType>Designer</SubType>
  84. <Generator>MSBuild:Compile</Generator>
  85. </Page>
  86. <Page Include="Page4.xaml">
  87. <SubType>Designer</SubType>
  88. <Generator>MSBuild:Compile</Generator>
  89. </Page>
  90. <Page Include="Page5.xaml">
  91. <SubType>Designer</SubType>
  92. <Generator>MSBuild:Compile</Generator>
  93. </Page>
  94. <Page Include="Page6.xaml">
  95. <SubType>Designer</SubType>
  96. <Generator>MSBuild:Compile</Generator>
  97. </Page>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="Page1.xaml.cs">
  101. <DependentUpon>Page1.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Page2.xaml.cs">
  104. <DependentUpon>Page2.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Page3.xaml.cs">
  107. <DependentUpon>Page3.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Page4.xaml.cs">
  110. <DependentUpon>Page4.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Page5.xaml.cs">
  113. <DependentUpon>Page5.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Page6.xaml.cs">
  116. <DependentUpon>Page6.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Properties\AssemblyInfo.cs">
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Resources.resx</DependentUpon>
  125. </Compile>
  126. <Compile Include="Properties\Settings.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Settings.settings</DependentUpon>
  129. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  130. </Compile>
  131. <EmbeddedResource Include="Properties\Resources.resx">
  132. <Generator>ResXFileCodeGenerator</Generator>
  133. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  134. </EmbeddedResource>
  135. <None Include="Properties\Settings.settings">
  136. <Generator>SettingsSingleFileGenerator</Generator>
  137. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  138. </None>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="App.config" />
  142. </ItemGroup>
  143. <ItemGroup />
  144. <ItemGroup>
  145. <Resource Include="Image\Add.png" />
  146. <Resource Include="Image\Binocle.png" />
  147. <Resource Include="Image\iconsClose.png" />
  148. <Resource Include="Image\Pancel.png" />
  149. <Resource Include="Image\Plus.png" />
  150. <Resource Include="Image\Save.png" />
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. </Project>