Rkis29.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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>{DC6A9862-E439-4B0C-845D-0980FB30890A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Rkis29</RootNamespace>
  10. <AssemblyName>Rkis29</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MaterialDesignColors, Version=2.0.6.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  47. <HintPath>..\packages\MaterialDesignColors.2.0.6\lib\net452\MaterialDesignColors.dll</HintPath>
  48. </Reference>
  49. <Reference Include="MaterialDesignThemes.Wpf, Version=4.5.0.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  50. <HintPath>..\packages\MaterialDesignThemes.4.5.0\lib\net452\MaterialDesignThemes.Wpf.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.ComponentModel.DataAnnotations" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Runtime.Serialization" />
  59. <Reference Include="System.Security" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="WindowsBase" />
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ApplicationDefinition Include="App.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </ApplicationDefinition>
  78. <Compile Include="Model\Model1.cs" />
  79. <Compile Include="Model\Person.cs" />
  80. <Compile Include="Model\StatusTask.cs" />
  81. <Compile Include="Model\sysdiagrams.cs" />
  82. <Compile Include="Model\Task.cs" />
  83. <Compile Include="Model\Users.cs" />
  84. <Compile Include="ViewModel\RelayCommand.cs" />
  85. <Compile Include="ViewModel\VMAutor.cs" />
  86. <Compile Include="ViewModel\VWMain.cs" />
  87. <Compile Include="ViewModel\VWRegistr.cs" />
  88. <Compile Include="ViewModel\VWTask.cs" />
  89. <Compile Include="View\Profile.xaml.cs">
  90. <DependentUpon>Profile.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="View\Registration.xaml.cs">
  93. <DependentUpon>Registration.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="View\Tasks.xaml.cs">
  96. <DependentUpon>Tasks.xaml</DependentUpon>
  97. </Compile>
  98. <Page Include="View\MainWindow.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </Page>
  102. <Compile Include="App.xaml.cs">
  103. <DependentUpon>App.xaml</DependentUpon>
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="Converter\Converter.cs" />
  107. <Compile Include="View\MainWindow.xaml.cs">
  108. <DependentUpon>MainWindow.xaml</DependentUpon>
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Page Include="View\Profile.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </Page>
  115. <Page Include="View\Registration.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="View\Tasks.xaml">
  120. <SubType>Designer</SubType>
  121. <Generator>MSBuild:Compile</Generator>
  122. </Page>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Compile Include="Model\ModelPublic.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs">
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Compile Include="Properties\Resources.Designer.cs">
  130. <AutoGen>True</AutoGen>
  131. <DesignTime>True</DesignTime>
  132. <DependentUpon>Resources.resx</DependentUpon>
  133. </Compile>
  134. <Compile Include="Properties\Settings.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Settings.settings</DependentUpon>
  137. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  138. </Compile>
  139. <EmbeddedResource Include="Properties\Resources.resx">
  140. <Generator>ResXFileCodeGenerator</Generator>
  141. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  142. </EmbeddedResource>
  143. <None Include="packages.config" />
  144. <None Include="Properties\Settings.settings">
  145. <Generator>SettingsSingleFileGenerator</Generator>
  146. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  147. </None>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="App.config" />
  151. </ItemGroup>
  152. <ItemGroup />
  153. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  154. <Import Project="..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets')" />
  155. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  156. <PropertyGroup>
  157. <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
  158. </PropertyGroup>
  159. <Error Condition="!Exists('..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.5.0\build\MaterialDesignThemes.targets'))" />
  160. </Target>
  161. </Project>