Session_4.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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>{F918CD57-DC4A-4539-926D-CAF70282A125}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Session_4</RootNamespace>
  10. <AssemblyName>Session_4</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="AdduserForm.cs">
  60. <SubType>Form</SubType>
  61. </Compile>
  62. <Compile Include="AdduserForm.Designer.cs">
  63. <DependentUpon>AdduserForm.cs</DependentUpon>
  64. </Compile>
  65. <Compile Include="AdminForm.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="AdminForm.Designer.cs">
  69. <DependentUpon>AdminForm.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="ADO.Context.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>ADO.Context.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="ADO.cs">
  77. <AutoGen>True</AutoGen>
  78. <DesignTime>True</DesignTime>
  79. <DependentUpon>ADO.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="ADO.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DesignTime>True</DesignTime>
  84. <DependentUpon>ADO.edmx</DependentUpon>
  85. </Compile>
  86. <Compile Include="Aircrafts.cs">
  87. <DependentUpon>ADO.tt</DependentUpon>
  88. </Compile>
  89. <Compile Include="Airports.cs">
  90. <DependentUpon>ADO.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="Authorization.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Authorization.Designer.cs">
  96. <DependentUpon>Authorization.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="CabinTypes.cs">
  99. <DependentUpon>ADO.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Countries.cs">
  102. <DependentUpon>ADO.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="EditRoleForm.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="EditRoleForm.Designer.cs">
  108. <DependentUpon>EditRoleForm.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Offices.cs">
  111. <DependentUpon>ADO.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="Program.cs" />
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. <Compile Include="Roles.cs">
  116. <DependentUpon>ADO.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="Routes.cs">
  119. <DependentUpon>ADO.tt</DependentUpon>
  120. </Compile>
  121. <Compile Include="Schedules.cs">
  122. <DependentUpon>ADO.tt</DependentUpon>
  123. </Compile>
  124. <Compile Include="Session3_4DataSet.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DesignTime>True</DesignTime>
  127. <DependentUpon>Session3_4DataSet.xsd</DependentUpon>
  128. </Compile>
  129. <Compile Include="Tickets.cs">
  130. <DependentUpon>ADO.tt</DependentUpon>
  131. </Compile>
  132. <Compile Include="Users.cs">
  133. <DependentUpon>ADO.tt</DependentUpon>
  134. </Compile>
  135. <EmbeddedResource Include="AdduserForm.resx">
  136. <DependentUpon>AdduserForm.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="AdminForm.resx">
  139. <DependentUpon>AdminForm.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="Authorization.resx">
  142. <DependentUpon>Authorization.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="EditRoleForm.resx">
  145. <DependentUpon>EditRoleForm.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. <DesignTime>True</DesignTime>
  156. </Compile>
  157. <EntityDeploy Include="ADO.edmx">
  158. <Generator>EntityModelCodeGenerator</Generator>
  159. <LastGenOutput>ADO.Designer.cs</LastGenOutput>
  160. </EntityDeploy>
  161. <None Include="ADO.edmx.diagram">
  162. <DependentUpon>ADO.edmx</DependentUpon>
  163. </None>
  164. <None Include="packages.config" />
  165. <None Include="Properties\Settings.settings">
  166. <Generator>SettingsSingleFileGenerator</Generator>
  167. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  168. </None>
  169. <Compile Include="Properties\Settings.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Settings.settings</DependentUpon>
  172. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  173. </Compile>
  174. <None Include="Session3_4DataSet.xsc">
  175. <DependentUpon>Session3_4DataSet.xsd</DependentUpon>
  176. </None>
  177. <None Include="Session3_4DataSet.xsd">
  178. <Generator>MSDataSetGenerator</Generator>
  179. <LastGenOutput>Session3_4DataSet.Designer.cs</LastGenOutput>
  180. <SubType>Designer</SubType>
  181. </None>
  182. <None Include="Session3_4DataSet.xss">
  183. <DependentUpon>Session3_4DataSet.xsd</DependentUpon>
  184. </None>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <None Include="App.config" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Resource Include="Resources\DS2017_TP09_black.png" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <Content Include="ADO.Context.tt">
  194. <Generator>TextTemplatingFileGenerator</Generator>
  195. <LastGenOutput>ADO.Context.cs</LastGenOutput>
  196. <DependentUpon>ADO.edmx</DependentUpon>
  197. </Content>
  198. <Content Include="ADO.tt">
  199. <Generator>TextTemplatingFileGenerator</Generator>
  200. <DependentUpon>ADO.edmx</DependentUpon>
  201. <LastGenOutput>ADO.cs</LastGenOutput>
  202. </Content>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  206. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  207. </ItemGroup>
  208. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  209. </Project>