KadroviYshot.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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>{E2C19458-5A9E-4266-9006-E47D1A9126CE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>KadroviYshot</RootNamespace>
  10. <AssemblyName>KadroviYshot</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  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\net40\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\net40\EntityFramework.SqlServer.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Runtime.Serialization" />
  48. <Reference Include="System.Security" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Deployment" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Childrens.cs">
  60. <DependentUpon>Model1.tt</DependentUpon>
  61. </Compile>
  62. <Compile Include="DataBase.cs" />
  63. <Compile Include="Dolzhnosts.cs">
  64. <DependentUpon>Model1.tt</DependentUpon>
  65. </Compile>
  66. <Compile Include="Educations.cs">
  67. <DependentUpon>Model1.tt</DependentUpon>
  68. </Compile>
  69. <Compile Include="Employees.cs">
  70. <DependentUpon>Model1.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="FamilyStatuses.cs">
  73. <DependentUpon>Model1.tt</DependentUpon>
  74. </Compile>
  75. <Compile Include="FormAddEmployees.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="FormAddEmployees.Designer.cs">
  79. <DependentUpon>FormAddEmployees.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="FormAuthorization.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="FormAuthorization.Designer.cs">
  85. <DependentUpon>FormAuthorization.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="FormEmployees.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="FormEmployees.Designer.cs">
  91. <DependentUpon>FormEmployees.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="FormMain.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="FormMain.Designer.cs">
  97. <DependentUpon>FormMain.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="MilitaryDuties.cs">
  100. <DependentUpon>Model1.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="Model1.Context.cs">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>Model1.Context.tt</DependentUpon>
  106. </Compile>
  107. <Compile Include="Model1.cs">
  108. <AutoGen>True</AutoGen>
  109. <DesignTime>True</DesignTime>
  110. <DependentUpon>Model1.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="Model1.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTime>True</DesignTime>
  115. <DependentUpon>Model1.edmx</DependentUpon>
  116. </Compile>
  117. <Compile Include="OrdersDismissal.cs">
  118. <DependentUpon>Model1.tt</DependentUpon>
  119. </Compile>
  120. <Compile Include="OrdersEmployment.cs">
  121. <DependentUpon>Model1.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="Program.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="Roles.cs">
  126. <DependentUpon>Model1.tt</DependentUpon>
  127. </Compile>
  128. <Compile Include="sp_helpdiagramdefinition_Result.cs">
  129. <DependentUpon>Model1.tt</DependentUpon>
  130. </Compile>
  131. <Compile Include="sp_helpdiagrams_Result.cs">
  132. <DependentUpon>Model1.tt</DependentUpon>
  133. </Compile>
  134. <Compile Include="StaffingTables.cs">
  135. <DependentUpon>Model1.tt</DependentUpon>
  136. </Compile>
  137. <Compile Include="Subdivisions.cs">
  138. <DependentUpon>Model1.tt</DependentUpon>
  139. </Compile>
  140. <Compile Include="sysdiagrams.cs">
  141. <DependentUpon>Model1.tt</DependentUpon>
  142. </Compile>
  143. <Compile Include="Users.cs">
  144. <DependentUpon>Model1.tt</DependentUpon>
  145. </Compile>
  146. <EmbeddedResource Include="FormAddEmployees.resx">
  147. <DependentUpon>FormAddEmployees.cs</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="FormAuthorization.resx">
  150. <DependentUpon>FormAuthorization.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="FormEmployees.resx">
  153. <DependentUpon>FormEmployees.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="FormMain.resx">
  156. <DependentUpon>FormMain.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="Properties\Resources.resx">
  159. <Generator>ResXFileCodeGenerator</Generator>
  160. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  161. <SubType>Designer</SubType>
  162. </EmbeddedResource>
  163. <Compile Include="Properties\Resources.Designer.cs">
  164. <AutoGen>True</AutoGen>
  165. <DependentUpon>Resources.resx</DependentUpon>
  166. <DesignTime>True</DesignTime>
  167. </Compile>
  168. <EntityDeploy Include="Model1.edmx">
  169. <Generator>EntityModelCodeGenerator</Generator>
  170. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  171. </EntityDeploy>
  172. <None Include="App.Config" />
  173. <None Include="Model1.edmx.diagram">
  174. <DependentUpon>Model1.edmx</DependentUpon>
  175. </None>
  176. <None Include="packages.config" />
  177. <None Include="Properties\Settings.settings">
  178. <Generator>SettingsSingleFileGenerator</Generator>
  179. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  180. </None>
  181. <Compile Include="Properties\Settings.Designer.cs">
  182. <AutoGen>True</AutoGen>
  183. <DependentUpon>Settings.settings</DependentUpon>
  184. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  185. </Compile>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Content Include="Model1.Context.tt">
  189. <Generator>TextTemplatingFileGenerator</Generator>
  190. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  191. <DependentUpon>Model1.edmx</DependentUpon>
  192. </Content>
  193. <Content Include="Model1.tt">
  194. <Generator>TextTemplatingFileGenerator</Generator>
  195. <DependentUpon>Model1.edmx</DependentUpon>
  196. <LastGenOutput>Model1.cs</LastGenOutput>
  197. </Content>
  198. <None Include="Resources\icons8-сотрудник-50.png" />
  199. <None Include="Resources\icons8-авторизация-30.png" />
  200. <None Include="Resources\icons8-ластик-24.png" />
  201. <None Include="Resources\icons8-ластик-64.png" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  205. </ItemGroup>
  206. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  207. </Project>