WindowsFormsApp1.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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>{428CF5C6-391E-4AD7-8F02-7DC423698A71}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>WindowsFormsApp1</RootNamespace>
  10. <AssemblyName>WindowsFormsApp1</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</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="Company.cs">
  60. <DependentUpon>Model1.tt</DependentUpon>
  61. </Compile>
  62. <Compile Include="DataClasses1.designer.cs">
  63. <AutoGen>True</AutoGen>
  64. <DesignTime>True</DesignTime>
  65. <DependentUpon>DataClasses1.dbml</DependentUpon>
  66. </Compile>
  67. <Compile Include="Form1.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="Form1.Designer.cs">
  71. <DependentUpon>Form1.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="Model1.Context.cs">
  74. <AutoGen>True</AutoGen>
  75. <DesignTime>True</DesignTime>
  76. <DependentUpon>Model1.Context.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="Model1.cs">
  79. <AutoGen>True</AutoGen>
  80. <DesignTime>True</DesignTime>
  81. <DependentUpon>Model1.tt</DependentUpon>
  82. </Compile>
  83. <Compile Include="Model1.Designer.cs">
  84. <AutoGen>True</AutoGen>
  85. <DesignTime>True</DesignTime>
  86. <DependentUpon>Model1.edmx</DependentUpon>
  87. </Compile>
  88. <Compile Include="Passenger.cs">
  89. <DependentUpon>Model1.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="Pass_in_trip.cs">
  92. <DependentUpon>Model1.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="Program.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="sysdiagrams.cs">
  97. <DependentUpon>Model1.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="Trip.cs">
  100. <DependentUpon>Model1.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="Users.cs">
  103. <DependentUpon>Model1.tt</DependentUpon>
  104. </Compile>
  105. <EmbeddedResource Include="Properties\Resources.resx">
  106. <Generator>ResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. <Compile Include="Properties\Resources.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Resources.resx</DependentUpon>
  113. </Compile>
  114. <EntityDeploy Include="Model1.edmx">
  115. <Generator>EntityModelCodeGenerator</Generator>
  116. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  117. </EntityDeploy>
  118. <None Include="DataClasses1.dbml">
  119. <Generator>MSLinqToSQLGenerator</Generator>
  120. <LastGenOutput>DataClasses1.designer.cs</LastGenOutput>
  121. <SubType>Designer</SubType>
  122. </None>
  123. <None Include="DataClasses1.dbml.layout">
  124. <DependentUpon>DataClasses1.dbml</DependentUpon>
  125. </None>
  126. <None Include="Model1.edmx.diagram">
  127. <DependentUpon>Model1.edmx</DependentUpon>
  128. </None>
  129. <None Include="packages.config" />
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. <Compile Include="Properties\Settings.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Settings.settings</DependentUpon>
  137. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="App.config" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Content Include="Model1.Context.tt">
  145. <Generator>TextTemplatingFileGenerator</Generator>
  146. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  147. <DependentUpon>Model1.edmx</DependentUpon>
  148. </Content>
  149. <Content Include="Model1.tt">
  150. <Generator>TextTemplatingFileGenerator</Generator>
  151. <DependentUpon>Model1.edmx</DependentUpon>
  152. <LastGenOutput>Model1.cs</LastGenOutput>
  153. </Content>
  154. </ItemGroup>
  155. <ItemGroup>
  156. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  157. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  158. </ItemGroup>
  159. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  160. </Project>