GisShareForm.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>{9B7982F0-2397-41CE-9324-64642901B396}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>GisShareForm</RootNamespace>
  11. <AssemblyName>GisShareForm</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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>x86</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="CommUtility">
  37. <HintPath>D:\资料\yl1104\Utility\Release\CommUtility.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework">
  40. <HintPath>D:\资料\yl1104\Utility\Release\EntityFramework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework.SqlServer">
  43. <HintPath>D:\资料\yl1104\Utility\Release\EntityFramework.SqlServer.dll</HintPath>
  44. </Reference>
  45. <Reference Include="ICSharpCode.SharpZipLib">
  46. <HintPath>D:\资料\yl1104\Utility\Release\ICSharpCode.SharpZipLib.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>D:\资料\yl1104\Utility\Release\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="NPOI">
  53. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.dll</HintPath>
  54. </Reference>
  55. <Reference Include="NPOI.OOXML">
  56. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.OOXML.dll</HintPath>
  57. </Reference>
  58. <Reference Include="NPOI.OpenXml4Net">
  59. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.OpenXml4Net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NPOI.OpenXmlFormats">
  62. <HintPath>D:\资料\yl1104\Utility\Release\NPOI.OpenXmlFormats.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Oracle.ManagedDataAccess">
  65. <HintPath>D:\资料\yl1104\Utility\Release\Oracle.ManagedDataAccess.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.Configuration" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="System.Data.SQLite">
  71. <HintPath>D:\资料\yl1104\Utility\Release\System.Data.SQLite.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Data.SQLite.EF6">
  74. <HintPath>D:\资料\yl1104\Utility\Release\System.Data.SQLite.EF6.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Data.SQLite.Linq">
  77. <HintPath>D:\资料\yl1104\Utility\Release\System.Data.SQLite.Linq.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Deployment" />
  84. <Reference Include="System.Drawing" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="DbOperator.cs" />
  90. <Compile Include="Form1.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Form1.Designer.cs">
  94. <DependentUpon>Form1.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="Program.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <EmbeddedResource Include="Form1.resx">
  99. <DependentUpon>Form1.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="Properties\Resources.resx">
  102. <Generator>ResXFileCodeGenerator</Generator>
  103. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Resources.resx</DependentUpon>
  109. <DesignTime>True</DesignTime>
  110. </Compile>
  111. <None Include="Properties\Settings.settings">
  112. <Generator>SettingsSingleFileGenerator</Generator>
  113. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  114. </None>
  115. <Compile Include="Properties\Settings.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Settings.settings</DependentUpon>
  118. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  119. </Compile>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="App.config">
  123. <SubType>Designer</SubType>
  124. </None>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\GisShareLib\GisShareLib.csproj">
  128. <Project>{1bc78128-852d-48f2-9f9f-3a76ec9d5eca}</Project>
  129. <Name>GisShareLib</Name>
  130. </ProjectReference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <WCFMetadata Include="Service References\" />
  134. </ItemGroup>
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  136. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  137. Other similar extension points exist, see Microsoft.Common.targets.
  138. <Target Name="BeforeBuild">
  139. </Target>
  140. <Target Name="AfterBuild">
  141. </Target>
  142. -->
  143. </Project>