Esoft.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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>{C92A4BB7-0609-4672-9D7D-4C29656C737D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Esoft</RootNamespace>
  10. <AssemblyName>Esoft</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.2.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.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.VisualStudio.Modeling.SDK.Integration, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  45. <Reference Include="PresentationBuildTasks" />
  46. <Reference Include="PresentationFramework.Aero" />
  47. <Reference Include="PresentationFramework.Aero2" />
  48. <Reference Include="System" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Security" />
  53. <Reference Include="System.Web.DataVisualization" />
  54. <Reference Include="System.Web.DataVisualization.Design" />
  55. <Reference Include="System.Windows.Forms.DataVisualization" />
  56. <Reference Include="System.Windows.Forms.DataVisualization.Design" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xaml">
  64. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="PresentationCore" />
  68. <Reference Include="PresentationFramework" />
  69. <Reference Include="WindowsFormsIntegration" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ApplicationDefinition Include="App.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </ApplicationDefinition>
  76. <Compile Include="Executor.cs">
  77. <DependentUpon>Model1.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="Manager.cs">
  80. <DependentUpon>Model1.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="Managers.cs" />
  83. <Compile Include="Model1.Context.cs">
  84. <AutoGen>True</AutoGen>
  85. <DesignTime>True</DesignTime>
  86. <DependentUpon>Model1.Context.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="Model1.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>Model1.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="Model1.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Model1.edmx</DependentUpon>
  97. </Compile>
  98. <Compile Include="Pages\AddEditPage.xaml.cs">
  99. <DependentUpon>AddEditPage.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Pages\Diagram.xaml.cs">
  102. <DependentUpon>Diagram.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Pages\General.xaml.cs">
  105. <DependentUpon>General.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Status.cs" />
  108. <Compile Include="Task.cs">
  109. <DependentUpon>Model1.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="User.cs">
  112. <DependentUpon>Model1.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="WorkType.cs" />
  115. <Page Include="Dictionary.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="MainWindow.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Compile Include="App.xaml.cs">
  124. <DependentUpon>App.xaml</DependentUpon>
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="MainWindow.xaml.cs">
  128. <DependentUpon>MainWindow.xaml</DependentUpon>
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Page Include="Pages\AddEditPage.xaml">
  132. <SubType>Designer</SubType>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Page>
  135. <Page Include="Pages\AddTask.xaml">
  136. <SubType>Designer</SubType>
  137. <Generator>MSBuild:Compile</Generator>
  138. </Page>
  139. <Page Include="Pages\Authorization.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. <Page Include="Pages\Diagram.xaml">
  144. <SubType>Designer</SubType>
  145. <Generator>MSBuild:Compile</Generator>
  146. </Page>
  147. <Page Include="Pages\General.xaml">
  148. <SubType>Designer</SubType>
  149. <Generator>MSBuild:Compile</Generator>
  150. </Page>
  151. <Page Include="Pages\TaskList.xaml">
  152. <SubType>Designer</SubType>
  153. <Generator>MSBuild:Compile</Generator>
  154. </Page>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Compile Include="Pages\AddTask.xaml.cs">
  158. <DependentUpon>AddTask.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Pages\Authorization.xaml.cs">
  161. <DependentUpon>Authorization.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Pages\TaskList.xaml.cs">
  164. <DependentUpon>TaskList.xaml</DependentUpon>
  165. </Compile>
  166. <Compile Include="Properties\AssemblyInfo.cs">
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DesignTime>True</DesignTime>
  172. <DependentUpon>Resources.resx</DependentUpon>
  173. </Compile>
  174. <Compile Include="Properties\Settings.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DependentUpon>Settings.settings</DependentUpon>
  177. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  178. </Compile>
  179. <EmbeddedResource Include="Properties\Resources.resx">
  180. <Generator>ResXFileCodeGenerator</Generator>
  181. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  182. </EmbeddedResource>
  183. <EntityDeploy Include="Model1.edmx">
  184. <Generator>EntityModelCodeGenerator</Generator>
  185. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  186. </EntityDeploy>
  187. <None Include="Model1.edmx.diagram">
  188. <DependentUpon>Model1.edmx</DependentUpon>
  189. </None>
  190. <None Include="packages.config" />
  191. <None Include="Properties\Settings.settings">
  192. <Generator>SettingsSingleFileGenerator</Generator>
  193. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  194. </None>
  195. </ItemGroup>
  196. <ItemGroup>
  197. <None Include="App.config" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Resource Include="Resources\AccExit.png" />
  201. <Resource Include="Resources\Calendar.png" />
  202. <Resource Include="Resources\Chart.png" />
  203. <Resource Include="Resources\ClearFilter.png" />
  204. <Resource Include="Resources\Cotton Candy Clouds Mural Wallpaper - Murals Your Way.jpg" />
  205. <Resource Include="Resources\Cross.png" />
  206. <Resource Include="Resources\Cross1.png" />
  207. <Resource Include="Resources\EditTask.png" />
  208. <Resource Include="Resources\EmployeeList.png" />
  209. <Resource Include="Resources\Excel.png" />
  210. <Resource Include="Resources\GeneralHome.png" />
  211. <Resource Include="Resources\Helper.png" />
  212. <Resource Include="Resources\logo.png" />
  213. <Resource Include="Resources\Minimize.png" />
  214. <Resource Include="Resources\Minimize1.png" />
  215. <Resource Include="Resources\TaskList.png" />
  216. <Resource Include="Resources\word.png" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  220. </ItemGroup>
  221. <ItemGroup>
  222. <COMReference Include="Microsoft.Office.Core">
  223. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  224. <VersionMajor>2</VersionMajor>
  225. <VersionMinor>8</VersionMinor>
  226. <Lcid>0</Lcid>
  227. <WrapperTool>primary</WrapperTool>
  228. <Isolated>False</Isolated>
  229. <EmbedInteropTypes>True</EmbedInteropTypes>
  230. </COMReference>
  231. <COMReference Include="Microsoft.Office.Interop.Excel">
  232. <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  233. <VersionMajor>1</VersionMajor>
  234. <VersionMinor>9</VersionMinor>
  235. <Lcid>0</Lcid>
  236. <WrapperTool>primary</WrapperTool>
  237. <Isolated>False</Isolated>
  238. <EmbedInteropTypes>True</EmbedInteropTypes>
  239. </COMReference>
  240. <COMReference Include="Microsoft.Office.Interop.Word">
  241. <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
  242. <VersionMajor>8</VersionMajor>
  243. <VersionMinor>7</VersionMinor>
  244. <Lcid>0</Lcid>
  245. <WrapperTool>primary</WrapperTool>
  246. <Isolated>False</Isolated>
  247. <EmbedInteropTypes>True</EmbedInteropTypes>
  248. </COMReference>
  249. <COMReference Include="UIA">
  250. <Guid>{930299CE-9965-4DEC-B0F4-A54848D4B667}</Guid>
  251. <VersionMajor>1</VersionMajor>
  252. <VersionMinor>0</VersionMinor>
  253. <Lcid>0</Lcid>
  254. <WrapperTool>tlbimp</WrapperTool>
  255. <Isolated>False</Isolated>
  256. <EmbedInteropTypes>True</EmbedInteropTypes>
  257. </COMReference>
  258. <COMReference Include="VBIDE">
  259. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  260. <VersionMajor>5</VersionMajor>
  261. <VersionMinor>3</VersionMinor>
  262. <Lcid>0</Lcid>
  263. <WrapperTool>primary</WrapperTool>
  264. <Isolated>False</Isolated>
  265. <EmbedInteropTypes>True</EmbedInteropTypes>
  266. </COMReference>
  267. </ItemGroup>
  268. <ItemGroup>
  269. <Content Include="Model1.Context.tt">
  270. <Generator>TextTemplatingFileGenerator</Generator>
  271. <DependentUpon>Model1.edmx</DependentUpon>
  272. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  273. </Content>
  274. <Content Include="Model1.tt">
  275. <Generator>TextTemplatingFileGenerator</Generator>
  276. <DependentUpon>Model1.edmx</DependentUpon>
  277. <LastGenOutput>Model1.cs</LastGenOutput>
  278. </Content>
  279. </ItemGroup>
  280. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  281. </Project>