kursach3.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>{6869CD33-F10A-4B6E-9127-448F74BE2045}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>kursach3</RootNamespace>
  10. <AssemblyName>kursach3</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. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="MaterialDesignColors, Version=2.0.4.3, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  41. <HintPath>..\packages\MaterialDesignColors.2.0.4\lib\net452\MaterialDesignColors.dll</HintPath>
  42. </Reference>
  43. <Reference Include="MaterialDesignThemes.Wpf, Version=4.3.0.3, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  44. <HintPath>..\packages\MaterialDesignThemes.4.3.0\lib\net452\MaterialDesignThemes.Wpf.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Xaml">
  55. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="WindowsBase" />
  58. <Reference Include="PresentationCore" />
  59. <Reference Include="PresentationFramework" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <ApplicationDefinition Include="App.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </ApplicationDefinition>
  66. <Page Include="MainWindow.xaml">
  67. <Generator>MSBuild:Compile</Generator>
  68. <SubType>Designer</SubType>
  69. </Page>
  70. <Compile Include="App.xaml.cs">
  71. <DependentUpon>App.xaml</DependentUpon>
  72. <SubType>Code</SubType>
  73. </Compile>
  74. <Compile Include="MainWindow.xaml.cs">
  75. <DependentUpon>MainWindow.xaml</DependentUpon>
  76. <SubType>Code</SubType>
  77. </Compile>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="Numbers.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs">
  82. <SubType>Code</SubType>
  83. </Compile>
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <Compile Include="Properties\Settings.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. <EmbeddedResource Include="Properties\Resources.resx">
  95. <Generator>ResXFileCodeGenerator</Generator>
  96. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  97. </EmbeddedResource>
  98. <None Include="packages.config" />
  99. <None Include="Properties\Settings.settings">
  100. <Generator>SettingsSingleFileGenerator</Generator>
  101. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  102. </None>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="App.config" />
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <Import Project="..\packages\MaterialDesignThemes.4.3.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.3.0\build\MaterialDesignThemes.targets')" />
  109. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  110. <PropertyGroup>
  111. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  112. </PropertyGroup>
  113. <Error Condition="!Exists('..\packages\MaterialDesignThemes.4.3.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.3.0\build\MaterialDesignThemes.targets'))" />
  114. </Target>
  115. </Project>