Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hydraulicModel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘乐
hydraulicModel
Commits
ca9a3e2e
Commit
ca9a3e2e
authored
Aug 31, 2020
by
刘乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1, 工程目录调整
parent
f59dc5b8
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
12 deletions
+13
-12
base.vcxproj
base/base.vcxproj
+2
-2
duilib.vcxproj
duilib/duilib.vcxproj
+2
-2
CivSimulResultCache.h
pandaAnalysis/CivSimulResultCache.h
+1
-0
pandaWater.vcxproj
pandaWater/pandaWater.vcxproj
+1
-1
libcef_dll_wrapper.vcxproj
third_party/cef_wrapper/libcef_dll_wrapper.vcxproj
+2
-2
ui_components.vcxproj
ui_components/ui_components.vcxproj
+5
-5
No files found.
base/base.vcxproj
View file @
ca9a3e2e
...
...
@@ -189,11 +189,11 @@
<IntDir>
$(ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<OutDir>
$(ProjectDir)..\libs
\
</OutDir>
<OutDir>
..\..\hModelProgram\lib
\
</OutDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<IntDir>
$(
ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(
Configuration)\
</IntDir>
<IntDir>
$(Configuration)\
</IntDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(ProjectDir)..\libs\x64\
</OutDir>
...
...
duilib/duilib.vcxproj
View file @
ca9a3e2e
...
...
@@ -78,8 +78,8 @@
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
false
</GenerateManifest>
<EmbedManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
false
</EmbedManifest>
<EmbedManifest
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
false
</EmbedManifest>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(ProjectDir)..\libs
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
..\..\hModelProgram\lib
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</LinkIncremental>
<LinkIncremental
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</LinkIncremental>
<GenerateManifest
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
false
</GenerateManifest>
...
...
pandaAnalysis/CivSimulResultCache.h
View file @
ca9a3e2e
...
...
@@ -60,6 +60,7 @@ public:
void
getNodeItemByInterval
(
int
time
,
NodeResultItems
&
nodeItem
);
void
getPipeItemByInterval
(
int
time
,
LinkResultItems
&
linkItem
);
void
getCodeToSnMap
(
const
string
&
uri
);
private
:
map
<
int
,
NodeResultItems
>
mNodeItemsMap
;
// 模拟
map
<
int
,
LinkResultItems
>
mLinkItemsMap
;
// 计算的
...
...
pandaWater/pandaWater.vcxproj
View file @
ca9a3e2e
...
...
@@ -84,7 +84,7 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<LinkIncremental>
false
</LinkIncremental>
<OutDir>
..\..\hModelProgram\Program\
</OutDir>
<IntDir>
.\x64\Release
\
</IntDir>
<IntDir>
$(Configuration)
\
</IntDir>
<IncludePath>
$(OUTDIR)..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
...
...
third_party/cef_wrapper/libcef_dll_wrapper.vcxproj
View file @
ca9a3e2e
...
...
@@ -64,8 +64,8 @@
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
libcef_dll_wrapper_d
</TargetName>
<TargetExt
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
.lib
</TargetExt>
<TargetExt
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
.lib
</TargetExt>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(SolutionDir)..\libs
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(
SolutionDir)..\tmp\$(PlatformName)\$(ProjectName)\$(
Configuration)\
</IntDir>
<OutDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
..\..\hModelProgram\lib
\
</OutDir>
<IntDir
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(Configuration)\
</IntDir>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
libcef_dll_wrapper
</TargetName>
<TargetName
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
libcef_dll_wrapper
</TargetName>
<TargetExt
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
.lib
</TargetExt>
...
...
ui_components/ui_components.vcxproj
View file @
ca9a3e2e
...
...
@@ -35,7 +35,7 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v1
20_xp
</PlatformToolset>
<PlatformToolset>
v1
42
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
...
...
@@ -82,13 +82,13 @@
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<LinkIncremental>
false
</LinkIncremental>
<IntDir>
$(
ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(
Configuration)\
</IntDir>
<OutDir>
$(ProjectDir)..\libs
\
</OutDir>
<IntDir>
$(Configuration)\
</IntDir>
<OutDir>
..\..\hModelProgram\lib
\
</OutDir>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<LinkIncremental>
false
</LinkIncremental>
<IntDir>
$(
ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(
Configuration)\
</IntDir>
<OutDir>
$(ProjectDir)..\libs\x64
\
</OutDir>
<IntDir>
$(Configuration)\
</IntDir>
<OutDir>
..\..\hModelProgram\lib
\
</OutDir>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment