ZDHscript.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>{32783DA4-22F4-43A1-A800-A453FCF55BA5}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ZDHscript</RootNamespace>
  11. <AssemblyName>ZDHscript</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>x64</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="MathNet.Numerics, Version=4.15.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>bin\Debug\MathNet.Numerics.dll</HintPath>
  39. </Reference>
  40. <Reference Include="MathNet.Numerics.Data.Matlab, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>bin\Debug\MathNet.Numerics.Data.Matlab.dll</HintPath>
  43. </Reference>
  44. <Reference Include="MWArray, Version=2.18.0.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>bin\Debug\MWArray.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Package_geo_change_analysis_for_turnout, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>bin\Debug\Package_geo_change_analysis_for_turnout.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Package_turnout_analysis, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>bin\Debug\Package_turnout_analysis.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Package_turnout_analysis_geo, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>bin\Debug\Package_turnout_analysis_geo.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Package_turnout_analysis_wrf, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>bin\Debug\Package_turnout_analysis_wrf.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Package_turnout_identify_geo, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>bin\Debug\Package_turnout_identify_geo.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Package_turnout_identify_wrf, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>bin\Debug\Package_turnout_identify_wrf.dll</HintPath>
  71. </Reference>
  72. <Reference Include="sub_main_turnout_analysis_geo">
  73. <HintPath>..\DPTools\libs\matlabSuanFa\sub_main_turnout_analysis_geo.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Xml" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="AnalysisAlgorithmcs.cs" />
  86. <Compile Include="CheckedDB.cs" />
  87. <Compile Include="ColorClass.cs" />
  88. <Compile Include="Program.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="RunAlgorithmcs.cs" />
  91. <Compile Include="Store.cs" />
  92. <Compile Include="WAR.cs" />
  93. <Compile Include="ZDHDataAnalysisFun.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="App.config" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\Uninpho.DBOperation\Uninpho.DBOperation.csproj">
  100. <Project>{bbbf52ac-23be-402f-80e6-f863f84a0022}</Project>
  101. <Name>Uninpho.DBOperation</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>