EntityDataSet.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{1FB6FA96-6460-452A-9484-701E4F33FEBC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EntityDataSet</RootNamespace>
  11. <AssemblyName>EntityDataSet</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  34. <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="MySql.Data.Entity.EF6, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>lib\MySql.Data.Entity.EF6.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.ComponentModel.DataAnnotations" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Data.Entity" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Security" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="control_info.cs">
  55. <DependentUpon>MySqlModel.tt</DependentUpon>
  56. </Compile>
  57. <Compile Include="control_log.cs">
  58. <DependentUpon>MySqlModel.tt</DependentUpon>
  59. </Compile>
  60. <Compile Include="electricaltestingpointai.cs">
  61. <DependentUpon>MySqlModel.tt</DependentUpon>
  62. </Compile>
  63. <Compile Include="electricaltestingpointdi.cs">
  64. <DependentUpon>MySqlModel.tt</DependentUpon>
  65. </Compile>
  66. <Compile Include="gycp_address.cs">
  67. <DependentUpon>MySqlModel.tt</DependentUpon>
  68. </Compile>
  69. <Compile Include="gycp_cmd_info.cs">
  70. <DependentUpon>MySqlModel.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="line.cs">
  73. <DependentUpon>MySqlModel.tt</DependentUpon>
  74. </Compile>
  75. <Compile Include="MySqlModel.Context.cs">
  76. <AutoGen>True</AutoGen>
  77. <DesignTime>True</DesignTime>
  78. <DependentUpon>MySqlModel.Context.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="MySqlModel.cs">
  81. <AutoGen>True</AutoGen>
  82. <DesignTime>True</DesignTime>
  83. <DependentUpon>MySqlModel.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="MySqlModel.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>MySqlModel.edmx</DependentUpon>
  89. </Compile>
  90. <Compile Include="project.cs">
  91. <DependentUpon>MySqlModel.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="user.cs">
  95. <DependentUpon>MySqlModel.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="view_tspoint.cs">
  98. <DependentUpon>MySqlModel.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="view_tspoint1.cs">
  101. <DependentUpon>MySqlModel.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="windpowerstation.cs">
  104. <DependentUpon>MySqlModel.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="windpowerstationtestingpoint.cs">
  107. <DependentUpon>MySqlModel.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="windturbine.cs">
  110. <DependentUpon>MySqlModel.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="windturbinetestingpointai.cs">
  113. <DependentUpon>MySqlModel.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="windturbinetestingpointdi.cs">
  116. <DependentUpon>MySqlModel.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="windturbine_uniform_code.cs">
  119. <DependentUpon>MySqlModel.tt</DependentUpon>
  120. </Compile>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <EntityDeploy Include="MySqlModel.edmx">
  124. <Generator>EntityModelCodeGenerator</Generator>
  125. <LastGenOutput>MySqlModel.Designer.cs</LastGenOutput>
  126. </EntityDeploy>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="App.Config">
  130. <SubType>Designer</SubType>
  131. </None>
  132. <None Include="MySqlModel.Context.tt">
  133. <Generator>TextTemplatingFileGenerator</Generator>
  134. <DependentUpon>MySqlModel.edmx</DependentUpon>
  135. <LastGenOutput>MySqlModel.Context.cs</LastGenOutput>
  136. </None>
  137. <None Include="MySqlModel.edmx.diagram">
  138. <DependentUpon>MySqlModel.edmx</DependentUpon>
  139. </None>
  140. <None Include="MySqlModel.tt">
  141. <Generator>TextTemplatingFileGenerator</Generator>
  142. <DependentUpon>MySqlModel.edmx</DependentUpon>
  143. <LastGenOutput>MySqlModel.cs</LastGenOutput>
  144. </None>
  145. <None Include="packages.config" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Content Include="lib\MySql.Data.Entity.EF6.dll" />
  152. </ItemGroup>
  153. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  154. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  155. Other similar extension points exist, see Microsoft.Common.targets.
  156. <Target Name="BeforeBuild">
  157. </Target>
  158. <Target Name="AfterBuild">
  159. </Target>
  160. -->
  161. </Project>