WindowsFormsApp22222.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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>{03EFD4E9-830C-4FB9-904B-69A026DEC47F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsApp22222</RootNamespace>
  10. <AssemblyName>WindowsFormsApp22222</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.ComponentModel.DataAnnotations" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Data.Linq" />
  46. <Reference Include="System.Runtime.Serialization" />
  47. <Reference Include="System.Security" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Deployment" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Aircrafts.cs">
  60. <DependentUpon>Model1.tt</DependentUpon>
  61. </Compile>
  62. <Compile Include="Airports.cs">
  63. <DependentUpon>Model1.tt</DependentUpon>
  64. </Compile>
  65. <Compile Include="CabinTypes.cs">
  66. <DependentUpon>Model1.tt</DependentUpon>
  67. </Compile>
  68. <Compile Include="Countries.cs">
  69. <DependentUpon>Model1.tt</DependentUpon>
  70. </Compile>
  71. <Compile Include="Form1.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Form1.Designer.cs">
  75. <DependentUpon>Form1.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Form2.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="Form2.Designer.cs">
  81. <DependentUpon>Form2.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Form3.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="Form3.Designer.cs">
  87. <DependentUpon>Form3.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="Form4.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="Form4.Designer.cs">
  93. <DependentUpon>Form4.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="Model1.Context.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Model1.Context.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="Model1.cs">
  101. <AutoGen>True</AutoGen>
  102. <DesignTime>True</DesignTime>
  103. <DependentUpon>Model1.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="Model1.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>Model1.edmx</DependentUpon>
  109. </Compile>
  110. <Compile Include="Offices.cs">
  111. <DependentUpon>Model1.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="Program.cs" />
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. <Compile Include="rewqDataSet.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DesignTime>True</DesignTime>
  118. <DependentUpon>rewqDataSet.xsd</DependentUpon>
  119. </Compile>
  120. <Compile Include="Roles.cs">
  121. <DependentUpon>Model1.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="Routes.cs">
  124. <DependentUpon>Model1.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="Schedules.cs">
  127. <DependentUpon>Model1.tt</DependentUpon>
  128. </Compile>
  129. <Compile Include="Tickets.cs">
  130. <DependentUpon>Model1.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="Users.cs">
  133. <DependentUpon>Model1.tt</DependentUpon>
  134. </Compile>
  135. <EmbeddedResource Include="Form1.resx">
  136. <DependentUpon>Form1.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Form2.resx">
  139. <DependentUpon>Form2.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="Form3.resx">
  142. <DependentUpon>Form3.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Form4.resx">
  145. <DependentUpon>Form4.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="Properties\Resources.resx">
  148. <Generator>ResXFileCodeGenerator</Generator>
  149. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  150. <SubType>Designer</SubType>
  151. </EmbeddedResource>
  152. <Compile Include="Properties\Resources.Designer.cs">
  153. <AutoGen>True</AutoGen>
  154. <DependentUpon>Resources.resx</DependentUpon>
  155. </Compile>
  156. <EntityDeploy Include="Model1.edmx">
  157. <Generator>EntityModelCodeGenerator</Generator>
  158. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  159. </EntityDeploy>
  160. <None Include="Model1.edmx.diagram">
  161. <DependentUpon>Model1.edmx</DependentUpon>
  162. </None>
  163. <None Include="packages.config" />
  164. <None Include="Properties\Settings.settings">
  165. <Generator>SettingsSingleFileGenerator</Generator>
  166. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  167. </None>
  168. <Compile Include="Properties\Settings.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DependentUpon>Settings.settings</DependentUpon>
  171. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  172. </Compile>
  173. <None Include="rewqDataSet.xsc">
  174. <DependentUpon>rewqDataSet.xsd</DependentUpon>
  175. </None>
  176. <None Include="rewqDataSet.xsd">
  177. <Generator>MSDataSetGenerator</Generator>
  178. <LastGenOutput>rewqDataSet.Designer.cs</LastGenOutput>
  179. <SubType>Designer</SubType>
  180. </None>
  181. <None Include="rewqDataSet.xss">
  182. <DependentUpon>rewqDataSet.xsd</DependentUpon>
  183. </None>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="App.config" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  190. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <Content Include="Model1.Context.tt">
  194. <Generator>TextTemplatingFileGenerator</Generator>
  195. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  196. <DependentUpon>Model1.edmx</DependentUpon>
  197. </Content>
  198. <Content Include="Model1.tt">
  199. <Generator>TextTemplatingFileGenerator</Generator>
  200. <DependentUpon>Model1.edmx</DependentUpon>
  201. <LastGenOutput>Model1.cs</LastGenOutput>
  202. </Content>
  203. </ItemGroup>
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. </Project>