ROGOZ.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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="Task.cs">
  102. <DependentUpon>Model1.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="User.cs">
  105. <DependentUpon>Model1.tt</DependentUpon>
  106. </Compile>
  107. <Page Include="Dictionary.xaml">
  108. <SubType>Designer</SubType>
  109. <Generator>MSBuild:Compile</Generator>
  110. </Page>
  111. <Page Include="MainWindow.xaml">
  112. <Generator>MSBuild:Compile</Generator>
  113. <SubType>Designer</SubType>
  114. </Page>
  115. <Compile Include="App.xaml.cs">
  116. <DependentUpon>App.xaml</DependentUpon>
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="MainWindow.xaml.cs">
  120. <DependentUpon>MainWindow.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Page Include="Pages\AddTask.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="Pages\Authorization.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. <Page Include="Pages\TaskList.xaml">
  132. <SubType>Designer</SubType>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Page>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="Model1.Context.cs">
  138. <AutoGen>True</AutoGen>
  139. <DesignTime>True</DesignTime>
  140. <DependentUpon>Model1.Context.tt</DependentUpon>
  141. </Compile>
  142. <Compile Include="Model1.Designer.cs">
  143. <AutoGen>True</AutoGen>
  144. <DesignTime>True</DesignTime>
  145. <DependentUpon>Model1.edmx</DependentUpon>
  146. </Compile>
  147. <Compile Include="Pages\Authorization.xaml.cs">
  148. <DependentUpon>Authorization.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Pages\TaskList.xaml.cs">
  151. <DependentUpon>TaskList.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Properties\AssemblyInfo.cs">
  154. <SubType>Code</SubType>
  155. </Compile>
  156. <Compile Include="Properties\Resources.Designer.cs">
  157. <AutoGen>True</AutoGen>
  158. <DesignTime>True</DesignTime>
  159. <DependentUpon>Resources.resx</DependentUpon>
  160. </Compile>
  161. <Compile Include="Properties\Settings.Designer.cs">
  162. <AutoGen>True</AutoGen>
  163. <DependentUpon>Settings.settings</DependentUpon>
  164. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  165. </Compile>
  166. <EmbeddedResource Include="Properties\Resources.resx">
  167. <Generator>ResXFileCodeGenerator</Generator>
  168. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  169. </EmbeddedResource>
  170. <EntityDeploy Include="Model1.edmx">
  171. <Generator>EntityModelCodeGenerator</Generator>
  172. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  173. </EntityDeploy>
  174. <None Include="Model1.edmx.diagram">
  175. <DependentUpon>Model1.edmx</DependentUpon>
  176. </None>
  177. <None Include="packages.config" />
  178. <None Include="Properties\Settings.settings">
  179. <Generator>SettingsSingleFileGenerator</Generator>
  180. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  181. </None>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="App.config" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <Resource Include="Resources\logo.png" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Resource Include="якамыш.ico" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  194. <Visible>False</Visible>
  195. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
  196. <Install>true</Install>
  197. </BootstrapperPackage>
  198. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  199. <Visible>False</Visible>
  200. <ProductName>.NET Framework 3.5 SP1</ProductName>
  201. <Install>false</Install>
  202. </BootstrapperPackage>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Resource Include="Resources\HatsuneMiku.png" />
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Content Include="Model1.Context.tt">
  209. <Generator>TextTemplatingFileGenerator</Generator>
  210. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  211. <DependentUpon>Model1.edmx</DependentUpon>
  212. </Content>
  213. <Content Include="Model1.tt">
  214. <Generator>TextTemplatingFileGenerator</Generator>
  215. <DependentUpon>Model1.edmx</DependentUpon>
  216. <LastGenOutput>Model1.cs</LastGenOutput>
  217. </Content>
  218. <Resource Include="Resources\Cross1.png" />
  219. <Resource Include="Resources\Minimize1.png" />
  220. <Resource Include="Resources\AccExit.png" />
  221. <Resource Include="Resources\EMPLOYEE.png" />
  222. <Resource Include="Resources\HELPES.png" />
  223. <Resource Include="Resources\Список задач.png" />
  224. <Resource Include="Resources\GeneralHome.png" />
  225. <Resource Include="Resources\Minimize.png" />
  226. <Resource Include="Resources\Cross.png" />
  227. <Resource Include="Resources\Cotton Candy Clouds Mural Wallpaper - Murals Your Way.jpg" />
  228. </ItemGroup>
  229. <ItemGroup>
  230. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  231. </ItemGroup>
  232. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  233. </Project>