test111.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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>{F6D92B26-ED6B-473B-AFD7-2DE1655D8619}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>test111</RootNamespace>
  10. <AssemblyName>test111</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.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.Deployment" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="C111.cs">
  59. <DependentUpon>Model1.tt</DependentUpon>
  60. </Compile>
  61. <Compile Include="Form1.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="Form1.Designer.cs">
  65. <DependentUpon>Form1.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="Model1.Context.cs">
  68. <AutoGen>True</AutoGen>
  69. <DesignTime>True</DesignTime>
  70. <DependentUpon>Model1.Context.tt</DependentUpon>
  71. </Compile>
  72. <Compile Include="Model1.cs">
  73. <AutoGen>True</AutoGen>
  74. <DesignTime>True</DesignTime>
  75. <DependentUpon>Model1.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="Model1.Designer.cs">
  78. <AutoGen>True</AutoGen>
  79. <DesignTime>True</DesignTime>
  80. <DependentUpon>Model1.edmx</DependentUpon>
  81. </Compile>
  82. <Compile Include="Program.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="test111DataSet.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>test111DataSet.xsd</DependentUpon>
  88. </Compile>
  89. <EmbeddedResource Include="Form1.resx">
  90. <DependentUpon>Form1.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="Properties\Resources.resx">
  93. <Generator>ResXFileCodeGenerator</Generator>
  94. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  95. <SubType>Designer</SubType>
  96. </EmbeddedResource>
  97. <Compile Include="Properties\Resources.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Resources.resx</DependentUpon>
  100. </Compile>
  101. <EntityDeploy Include="Model1.edmx">
  102. <Generator>EntityModelCodeGenerator</Generator>
  103. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  104. </EntityDeploy>
  105. <None Include="Model1.edmx.diagram">
  106. <DependentUpon>Model1.edmx</DependentUpon>
  107. </None>
  108. <None Include="packages.config" />
  109. <None Include="Properties\Settings.settings">
  110. <Generator>SettingsSingleFileGenerator</Generator>
  111. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  112. </None>
  113. <Compile Include="Properties\Settings.Designer.cs">
  114. <AutoGen>True</AutoGen>
  115. <DependentUpon>Settings.settings</DependentUpon>
  116. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  117. </Compile>
  118. <None Include="test111DataSet.xsc">
  119. <DependentUpon>test111DataSet.xsd</DependentUpon>
  120. </None>
  121. <None Include="test111DataSet.xsd">
  122. <Generator>MSDataSetGenerator</Generator>
  123. <LastGenOutput>test111DataSet.Designer.cs</LastGenOutput>
  124. <SubType>Designer</SubType>
  125. </None>
  126. <None Include="test111DataSet.xss">
  127. <DependentUpon>test111DataSet.xsd</DependentUpon>
  128. </None>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <None Include="App.config" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Content Include="Model1.Context.tt">
  135. <Generator>TextTemplatingFileGenerator</Generator>
  136. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  137. <DependentUpon>Model1.edmx</DependentUpon>
  138. </Content>
  139. <Content Include="Model1.tt">
  140. <Generator>TextTemplatingFileGenerator</Generator>
  141. <DependentUpon>Model1.edmx</DependentUpon>
  142. <LastGenOutput>Model1.cs</LastGenOutput>
  143. </Content>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. </Project>