You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
6.4 KiB

2 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{3B6DE5D3-781C-4ECA-A4FE-8AEB288F0003}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EntityBuilder</RootNamespace>
  11. <AssemblyName>EntityBuilder</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <TargetFrameworkProfile />
  18. <PublishUrl>D:\Sites\Winform_Tools\EntityBuilder\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>1</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestCertificateThumbprint>9080438D95EC708793C793E6D7CACC447C58F5B3</ManifestCertificateThumbprint>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestKeyFile>EntityBuilder_1_TemporaryKey.pfx</ManifestKeyFile>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <GenerateManifests>true</GenerateManifests>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <SignManifests>false</SignManifests>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="SyntaxTextBox">
  67. <HintPath>..\DLL\SyntaxTextBox.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Deployment" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Windows.Forms" />
  78. <Reference Include="System.Xml" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="ColumnInfo.cs" />
  82. <Compile Include="CreateFileHelper.cs" />
  83. <Compile Include="Form1.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="Form1.Designer.cs">
  87. <DependentUpon>Form1.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="TableHelper.cs" />
  92. <Compile Include="TypeHelper.cs" />
  93. <EmbeddedResource Include="Form1.resx">
  94. <DependentUpon>Form1.cs</DependentUpon>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Properties\Resources.resx">
  97. <Generator>ResXFileCodeGenerator</Generator>
  98. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  99. <SubType>Designer</SubType>
  100. </EmbeddedResource>
  101. <Compile Include="Properties\Resources.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. <DesignTime>True</DesignTime>
  105. </Compile>
  106. <None Include="Properties\Settings.settings">
  107. <Generator>SettingsSingleFileGenerator</Generator>
  108. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  109. </None>
  110. <Compile Include="Properties\Settings.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Settings.settings</DependentUpon>
  113. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="App.config">
  118. <SubType>Designer</SubType>
  119. </None>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\EasyNet\EasyNet.csproj">
  123. <Project>{d584b1f5-8607-4ffd-ba98-33d0ce115611}</Project>
  124. <Name>EasyNet</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\Entity\Entity.csproj">
  127. <Project>{fd4879c2-fb2b-4b97-81fb-4ec7fb58a943}</Project>
  128. <Name>Entity</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
  131. <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
  132. <Name>SqlSugar</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  137. <Visible>False</Visible>
  138. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  139. <Install>true</Install>
  140. </BootstrapperPackage>
  141. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  142. <Visible>False</Visible>
  143. <ProductName>.NET Framework 3.5 SP1</ProductName>
  144. <Install>false</Install>
  145. </BootstrapperPackage>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. </Project>