PPC.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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>{2106C25B-FB0C-4032-8F35-8E539F080957}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PPC</RootNamespace>
  10. <AssemblyName>PPC</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Security" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xaml">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="WindowsBase" />
  61. <Reference Include="PresentationCore" />
  62. <Reference Include="PresentationFramework" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ApplicationDefinition Include="App.xaml">
  66. <Generator>MSBuild:Compile</Generator>
  67. <SubType>Designer</SubType>
  68. </ApplicationDefinition>
  69. <Compile Include="Active_tasks.cs">
  70. <DependentUpon>DataBase.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="Authorization_History.cs">
  73. <DependentUpon>DataBase.tt</DependentUpon>
  74. </Compile>
  75. <Compile Include="Complete_tasks.cs">
  76. <DependentUpon>DataBase.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="DataBase.Context.cs">
  79. <AutoGen>True</AutoGen>
  80. <DesignTime>True</DesignTime>
  81. <DependentUpon>DataBase.Context.tt</DependentUpon>
  82. </Compile>
  83. <Compile Include="DataBase.cs">
  84. <AutoGen>True</AutoGen>
  85. <DesignTime>True</DesignTime>
  86. <DependentUpon>DataBase.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="DataBase.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>DataBase.edmx</DependentUpon>
  92. </Compile>
  93. <Compile Include="Date_task.cs">
  94. <DependentUpon>DataBase.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="Date_Users.cs">
  97. <DependentUpon>DataBase.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="MainWindow\MainWindow.xaml.cs">
  100. <DependentUpon>MainWindow.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="MainWindow\MainWindowModel.cs" />
  103. <Compile Include="MainWindow\MainWindowViewModel.cs" />
  104. <Compile Include="PersonalPage\BasicSettings\Basic.xaml.cs">
  105. <DependentUpon>Basic.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="PersonalPage\AuthData.xaml.cs">
  108. <DependentUpon>AuthData.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="PersonalPage\BasicSettings\BasicViewModel.cs" />
  111. <Compile Include="PersonalPage\PersonalPage.xaml.cs">
  112. <DependentUpon>PersonalPage.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="PersonalPage\PersonalPageModel.cs" />
  115. <Compile Include="PersonalPage\PersonalPageViewModel.cs" />
  116. <Compile Include="RegistrationWindow\RegModel.cs" />
  117. <Compile Include="RegistrationWindow\RegPage.xaml.cs">
  118. <DependentUpon>RegPage.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="RegistrationWindow\RegViewModel.cs" />
  121. <Compile Include="Role.cs">
  122. <DependentUpon>DataBase.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="sp_helpdiagramdefinition_Result.cs">
  125. <DependentUpon>DataBase.tt</DependentUpon>
  126. </Compile>
  127. <Compile Include="sp_helpdiagrams_Result.cs">
  128. <DependentUpon>DataBase.tt</DependentUpon>
  129. </Compile>
  130. <Compile Include="Status.cs">
  131. <DependentUpon>DataBase.tt</DependentUpon>
  132. </Compile>
  133. <Compile Include="sysdiagrams.cs">
  134. <DependentUpon>DataBase.tt</DependentUpon>
  135. </Compile>
  136. <Compile Include="Task.cs">
  137. <DependentUpon>DataBase.tt</DependentUpon>
  138. </Compile>
  139. <Compile Include="Users.cs">
  140. <DependentUpon>DataBase.tt</DependentUpon>
  141. </Compile>
  142. <Compile Include="App.xaml.cs">
  143. <DependentUpon>App.xaml</DependentUpon>
  144. <SubType>Code</SubType>
  145. </Compile>
  146. <Compile Include="WindowTasks\WindowTasks.xaml.cs">
  147. <DependentUpon>WindowTasks.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="WindowTasks\WindowTasksModel.cs" />
  150. <Compile Include="WindowTasks\WindowTasksViewModel.cs" />
  151. <Page Include="MainWindow\MainWindow.xaml">
  152. <Generator>MSBuild:Compile</Generator>
  153. <SubType>Designer</SubType>
  154. </Page>
  155. <Page Include="PersonalPage\BasicSettings\Basic.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. <Page Include="PersonalPage\AuthData.xaml">
  160. <SubType>Designer</SubType>
  161. <Generator>MSBuild:Compile</Generator>
  162. </Page>
  163. <Page Include="PersonalPage\PersonalPage.xaml">
  164. <Generator>MSBuild:Compile</Generator>
  165. <SubType>Designer</SubType>
  166. </Page>
  167. <Page Include="RegistrationWindow\RegPage.xaml">
  168. <Generator>MSBuild:Compile</Generator>
  169. <SubType>Designer</SubType>
  170. </Page>
  171. <Page Include="WindowTasks\WindowTasks.xaml">
  172. <Generator>MSBuild:Compile</Generator>
  173. <SubType>Designer</SubType>
  174. </Page>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Compile Include="Properties\AssemblyInfo.cs">
  178. <SubType>Code</SubType>
  179. </Compile>
  180. <Compile Include="Properties\Resources.Designer.cs">
  181. <AutoGen>True</AutoGen>
  182. <DesignTime>True</DesignTime>
  183. <DependentUpon>Resources.resx</DependentUpon>
  184. </Compile>
  185. <Compile Include="Properties\Settings.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DependentUpon>Settings.settings</DependentUpon>
  188. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  189. </Compile>
  190. <EmbeddedResource Include="Properties\Resources.resx">
  191. <Generator>ResXFileCodeGenerator</Generator>
  192. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  193. </EmbeddedResource>
  194. <Resource Include="Fonts\Kadwa-Regular.ttf">
  195. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  196. </Resource>
  197. <Resource Include="Fonts\abelrusbydaymarius.ttf">
  198. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  199. </Resource>
  200. <EntityDeploy Include="DataBase.edmx">
  201. <Generator>EntityModelCodeGenerator</Generator>
  202. <LastGenOutput>DataBase.Designer.cs</LastGenOutput>
  203. </EntityDeploy>
  204. <None Include="DataBase.edmx.diagram">
  205. <DependentUpon>DataBase.edmx</DependentUpon>
  206. </None>
  207. <None Include="packages.config" />
  208. <None Include="Properties\Settings.settings">
  209. <Generator>SettingsSingleFileGenerator</Generator>
  210. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  211. </None>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <None Include="App.config" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Resource Include="Images\MainIcon.jpg" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Content Include="DataBase.Context.tt">
  224. <Generator>TextTemplatingFileGenerator</Generator>
  225. <DependentUpon>DataBase.edmx</DependentUpon>
  226. <LastGenOutput>DataBase.Context.cs</LastGenOutput>
  227. </Content>
  228. <Content Include="DataBase.tt">
  229. <Generator>TextTemplatingFileGenerator</Generator>
  230. <DependentUpon>DataBase.edmx</DependentUpon>
  231. <LastGenOutput>DataBase.cs</LastGenOutput>
  232. </Content>
  233. <Resource Include="WindowTasks\Avatarka.png" />
  234. <Resource Include="Images\Avatarka.png" />
  235. </ItemGroup>
  236. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  237. </Project>