纽威
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.

143 lines
5.8 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
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. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{036B9D4C-85EA-40E1-B16C-C4741A22BAE6}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.Frame.Data.Entity</RootNamespace>
  12. <AssemblyName>ICSSoft.Frame.Data.Entity</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <IsWebBootstrapper>false</IsWebBootstrapper>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. <TargetFrameworkProfile />
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>..\Root\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="DevExpress.Data.v12.2, Version=12.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  61. <Private>False</Private>
  62. </Reference>
  63. <Reference Include="DevExpress.Printing.v12.2.Core, Version=12.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  64. <Reference Include="DevExpress.Utils.v12.2, Version=12.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  65. <Private>False</Private>
  66. </Reference>
  67. <Reference Include="DevExpress.XtraEditors.v12.2, Version=12.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  68. <Private>False</Private>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Data.Linq" />
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="System.Windows.Forms" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Xml" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="Fram.designer.cs">
  83. <AutoGen>True</AutoGen>
  84. <DesignTime>True</DesignTime>
  85. <DependentUpon>Fram.dbml</DependentUpon>
  86. </Compile>
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="Properties\Settings.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="app.config" />
  96. <None Include="Fram.dbml.layout">
  97. <DependentUpon>Fram.dbml</DependentUpon>
  98. </None>
  99. <None Include="Properties\Settings.settings">
  100. <Generator>SettingsSingleFileGenerator</Generator>
  101. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  102. </None>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="Fram.dbml">
  106. <Generator>MSLinqToSQLGenerator</Generator>
  107. <LastGenOutput>Fram.designer.cs</LastGenOutput>
  108. <SubType>Designer</SubType>
  109. </None>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  116. <Visible>False</Visible>
  117. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  118. <Install>true</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  121. <Visible>False</Visible>
  122. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  123. <Install>false</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  126. <Visible>False</Visible>
  127. <ProductName>.NET Framework 3.5 SP1</ProductName>
  128. <Install>false</Install>
  129. </BootstrapperPackage>
  130. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  131. <Visible>False</Visible>
  132. <ProductName>Windows Installer 3.1</ProductName>
  133. <Install>true</Install>
  134. </BootstrapperPackage>
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>