MainDEmo.csproj 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{53DA7312-E9BC-4071-BE48-51C9BB14F645}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MainDEmo</RootNamespace>
  11. <AssemblyName>MainDEmo</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  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="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Net.Http" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="Program.cs" />
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <None Include="App.config" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <ProjectReference Include="..\cuidian.Common\cuidian.Common.csproj">
  54. <Project>{710A103B-C368-4451-8534-7D61D4BDBAEB}</Project>
  55. <Name>cuidian.Common</Name>
  56. </ProjectReference>
  57. <ProjectReference Include="..\cuidian.OpenApi\cuidian.OpenApi.csproj">
  58. <Project>{466ACA46-46A6-497F-8292-1A4B4351520B}</Project>
  59. <Name>cuidian.OpenApi</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\cuidian.Sql\cuidian.Sql.csproj">
  62. <Project>{CEFFB85E-3264-4C29-9301-054310A49252}</Project>
  63. <Name>cuidian.Sql</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\TempDbToUfida\TempDbToUfida.csproj">
  66. <Project>{9600D96C-2649-460B-B103-07E04E41ED63}</Project>
  67. <Name>TempDbToUfida</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\TempDbToWang\TempDbToWang.csproj">
  70. <Project>{B2E2EAA4-E426-457F-B8B7-A037E49DD5F9}</Project>
  71. <Name>TempDbToWang</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\UfidaToTempDb\UfidaToTempDb.csproj">
  74. <Project>{8725D3B2-12D6-43C9-9ACD-73FCC38EE061}</Project>
  75. <Name>UfidaToTempDb</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\WangToTempDb\WangToTempDb.csproj">
  78. <Project>{D216D08C-95C2-4DA0-870D-9EB3B3ACEBF7}</Project>
  79. <Name>WangToTempDb</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\WdtUtils\WdtUtils\WdtUtils.csproj">
  82. <Project>{2346ED6C-61F1-4A50-ACF3-FBB6BBA5B0CD}</Project>
  83. <Name>WdtUtils</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>