ROGOZ.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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>{4C64ADE8-B55E-418F-9D78-B4F4F556DAE1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ROGOZ</RootNamespace>
  10. <AssemblyName>ROGOZ</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. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ApplicationIcon>якамыш.ico</ApplicationIcon>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  57. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  58. </Reference>
  59. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  60. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.ComponentModel.DataAnnotations" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Runtime.Serialization" />
  67. <Reference Include="System.Security" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xaml">
  75. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="WindowsBase" />
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ApplicationDefinition Include="App.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </ApplicationDefinition>
  86. <Compile Include="Executor.cs">
  87. <DependentUpon>Model1.tt</DependentUpon>
  88. </Compile>
  89. <Compile Include="Manager.cs">
  90. <DependentUpon>Model1.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="Managers.cs" />
  93. <Compile Include="Model1.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Model1.tt</DependentUpon>
  97. </Compile>
  98. <Compile Include="Pages\AddTask.xaml.cs">
  99. <DependentUpon>AddTask.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Pages\General.xaml.cs">
  102. <DependentUpon>General.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Task.cs">
  105. <DependentUpon>Model1.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="User.cs">
  108. <DependentUpon>Model1.tt</DependentUpon>
  109. </Compile>
  110. <Compile Include="Windows\AccExitWin.xaml.cs">
  111. <DependentUpon>AccExitWin.xaml</DependentUpon>
  112. </Compile>
  113. <Page Include="Dictionary.xaml">
  114. <SubType>Designer</SubType>
  115. <Generator>MSBuild:Compile</Generator>
  116. </Page>
  117. <Page Include="MainWindow.xaml">
  118. <Generator>MSBuild:Compile</Generator>
  119. <SubType>Designer</SubType>
  120. </Page>
  121. <Compile Include="App.xaml.cs">
  122. <DependentUpon>App.xaml</DependentUpon>
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="MainWindow.xaml.cs">
  126. <DependentUpon>MainWindow.xaml</DependentUpon>
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Page Include="Pages\AddTask.xaml">
  130. <SubType>Designer</SubType>
  131. <Generator>MSBuild:Compile</Generator>
  132. </Page>
  133. <Page Include="Pages\Authorization.xaml">
  134. <SubType>Designer</SubType>
  135. <Generator>MSBuild:Compile</Generator>
  136. </Page>
  137. <Page Include="Pages\General.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="Pages\TaskList.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="Windows\AccExitWin.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Compile Include="Model1.Context.cs">
  152. <AutoGen>True</AutoGen>
  153. <DesignTime>True</DesignTime>
  154. <DependentUpon>Model1.Context.tt</DependentUpon>
  155. </Compile>
  156. <Compile Include="Model1.Designer.cs">
  157. <AutoGen>True</AutoGen>
  158. <DesignTime>True</DesignTime>
  159. <DependentUpon>Model1.edmx</DependentUpon>
  160. </Compile>
  161. <Compile Include="Pages\Authorization.xaml.cs">
  162. <DependentUpon>Authorization.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="Pages\TaskList.xaml.cs">
  165. <DependentUpon>TaskList.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="Properties\AssemblyInfo.cs">
  168. <SubType>Code</SubType>
  169. </Compile>
  170. <Compile Include="Properties\Resources.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DesignTime>True</DesignTime>
  173. <DependentUpon>Resources.resx</DependentUpon>
  174. </Compile>
  175. <Compile Include="Properties\Settings.Designer.cs">
  176. <AutoGen>True</AutoGen>
  177. <DependentUpon>Settings.settings</DependentUpon>
  178. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  179. </Compile>
  180. <EmbeddedResource Include="Properties\Resources.resx">
  181. <Generator>ResXFileCodeGenerator</Generator>
  182. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  183. </EmbeddedResource>
  184. <EntityDeploy Include="Model1.edmx">
  185. <Generator>EntityModelCodeGenerator</Generator>
  186. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  187. </EntityDeploy>
  188. <None Include="Model1.edmx.diagram">
  189. <DependentUpon>Model1.edmx</DependentUpon>
  190. </None>
  191. <None Include="packages.config" />
  192. <None Include="Properties\Settings.settings">
  193. <Generator>SettingsSingleFileGenerator</Generator>
  194. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  195. </None>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <None Include="App.config" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <Resource Include="Resources\logo.png" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <Resource Include="якамыш.ico" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  208. <Visible>False</Visible>
  209. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  210. <Install>true</Install>
  211. </BootstrapperPackage>
  212. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  213. <Visible>False</Visible>
  214. <ProductName>.NET Framework 3.5 SP1</ProductName>
  215. <Install>false</Install>
  216. </BootstrapperPackage>
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Resource Include="Resources\HatsuneMiku.png" />
  220. </ItemGroup>
  221. <ItemGroup>
  222. <Content Include="Model1.Context.tt">
  223. <Generator>TextTemplatingFileGenerator</Generator>
  224. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  225. <DependentUpon>Model1.edmx</DependentUpon>
  226. </Content>
  227. <Content Include="Model1.tt">
  228. <Generator>TextTemplatingFileGenerator</Generator>
  229. <DependentUpon>Model1.edmx</DependentUpon>
  230. <LastGenOutput>Model1.cs</LastGenOutput>
  231. </Content>
  232. <Resource Include="Resources\AccExit.png" />
  233. <Resource Include="Resources\Helper.png" />
  234. <Resource Include="Resources\EmployeeList.png" />
  235. <Resource Include="Resources\TaskList.png" />
  236. <Resource Include="Resources\GeneralHome.png" />
  237. <Resource Include="Resources\Cross1.png" />
  238. <Resource Include="Resources\Minimize1.png" />
  239. <Resource Include="Resources\Minimize.png" />
  240. <Resource Include="Resources\Cross.png" />
  241. <Resource Include="Resources\Cotton Candy Clouds Mural Wallpaper - Murals Your Way.jpg" />
  242. </ItemGroup>
  243. <ItemGroup>
  244. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  245. </ItemGroup>
  246. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  247. </Project>