qinjie
2023-12-02 c2fa168aff53d879f72412c94baa7be4998dae5e
Hydro.MapView/Hydro.MapView.csproj
@@ -21,7 +21,7 @@
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <WarningLevel>0</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
@@ -53,6 +53,7 @@
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Base\AreaViewModel.cs" />
    <Compile Include="Base\IBaseViewModel.cs" />
    <Compile Include="Base\LinkViewModel.cs" />
    <Compile Include="Base\NodeViewModel.cs" />
@@ -60,13 +61,15 @@
    <Compile Include="Common\Copy.cs" />
    <Compile Include="Common\Dataset.cs" />
    <Compile Include="Common\Default.cs" />
    <Compile Include="Common\dict.cs" />
    <Compile Include="Common\Global.cs" />
    <Compile Include="Common\MapObjectExtensions.cs" />
    <Compile Include="Common\MapOption.cs" />
    <Compile Include="Common\MapView.cs" />
    <Compile Include="Common\MapDimensions.cs" />
    <Compile Include="Common\ShouldSerializeContractResolver.cs" />
    <Compile Include="Common\TempForEnum.cs" />
    <Compile Include="Enum\MapViewEnum.cs" />
    <Compile Include="MapViewNetWork.cs" />
    <Compile Include="MapViewNetWork2Inp.cs" />
    <Compile Include="Model\AreaViewModel.cs" />
    <Compile Include="Model\Factory.cs" />
    <Compile Include="Model\FactoryList.cs" />
@@ -83,6 +86,7 @@
    <Compile Include="Model\ValveNodeViewModel.cs" />
    <Compile Include="Model\ValveViewModel.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Template\Floor.cs" />
    <Compile Include="Template\Template.cs" />
    <Compile Include="Template\TemplateList.cs" />
  </ItemGroup>