WpfApp3.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{1735A7DB-DD03-4B34-8799-013D04E4046E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WpfApp3</RootNamespace>
  10. <AssemblyName>WpfApp3</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="CsvHelper, Version=32.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
  39. <HintPath>..\packages\CsvHelper.32.0.1\lib\net47\CsvHelper.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  49. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  53. <HintPath>..\packages\System.Memory.4.5.0\lib\netstandard2.0\System.Memory.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Numerics" />
  56. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  57. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Xml" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="WindowsBase" />
  75. <Reference Include="PresentationCore" />
  76. <Reference Include="PresentationFramework" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ApplicationDefinition Include="App.xaml">
  80. <Generator>MSBuild:Compile</Generator>
  81. <SubType>Designer</SubType>
  82. </ApplicationDefinition>
  83. <Page Include="MainWindow.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. <Compile Include="App.xaml.cs">
  88. <DependentUpon>App.xaml</DependentUpon>
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="Class\Filter.cs" />
  92. <Compile Include="Class\Manager.cs" />
  93. <Compile Include="Class\MusicalInsrument.cs" />
  94. <Compile Include="MainWindow.xaml.cs">
  95. <DependentUpon>MainWindow.xaml</DependentUpon>
  96. <SubType>Code</SubType>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="Properties\AssemblyInfo.cs">
  101. <SubType>Code</SubType>
  102. </Compile>
  103. <Compile Include="Properties\Resources.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DesignTime>True</DesignTime>
  106. <DependentUpon>Resources.resx</DependentUpon>
  107. </Compile>
  108. <Compile Include="Properties\Settings.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Settings.settings</DependentUpon>
  111. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  112. </Compile>
  113. <EmbeddedResource Include="Properties\Resources.resx">
  114. <Generator>ResXFileCodeGenerator</Generator>
  115. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  116. </EmbeddedResource>
  117. <None Include="Class\data.csv" />
  118. <None Include="packages.config" />
  119. <None Include="Properties\Settings.settings">
  120. <Generator>SettingsSingleFileGenerator</Generator>
  121. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  122. </None>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="App.config" />
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>