Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
O
OFL
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
OFL
Commits
fe87a22c
提交
fe87a22c
authored
4月 15, 2025
作者:
Administrator
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
提交最新代码
上级
dd2b1f36
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
109 行增加
和
2 行删除
+109
-2
.gitignore
.gitignore
+1
-2
CostReportPlugin.cs
CostReportPlugin.cs
+0
-0
LQKJ_OFLCostReport.csproj
LQKJ_OFLCostReport.csproj
+83
-0
LQKJ_OFLCostReport.sln
LQKJ_OFLCostReport.sln
+25
-0
没有找到文件。
.gitignore
浏览文件 @
fe87a22c
...
@@ -2,5 +2,4 @@
...
@@ -2,5 +2,4 @@
bin
bin
obj
obj
Properties
Properties
*.csproj
*.sln
CostReportPlugin.cs
浏览文件 @
fe87a22c
差异被折叠。
点击展开。
LQKJ_OFLCostReport.csproj
0 → 100644
浏览文件 @
fe87a22c
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition=
"Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
/>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProjectGuid>
{EC6DA583-A1BD-4F9E-B4B8-190FC37F528E}
</ProjectGuid>
<OutputType>
Library
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
LQKJ_OFLCostReport
</RootNamespace>
<AssemblyName>
LQKJ_OFLCostReport
</AssemblyName>
<TargetFrameworkVersion>
v4.7.2
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<Deterministic>
true
</Deterministic>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
D:\Kingdee Website\WebSite\bin\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"Kingdee.BOS"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.App"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.App.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.App.Core"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.App.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.Contracts"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.Contracts.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.Core"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.DataEntity"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.DataEntity.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.Model"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.Model.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.OrmEngine"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.OrmEngine.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.BOS.ServiceHelper"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.BOS.ServiceHelper.dll
</HintPath>
</Reference>
<Reference
Include=
"Kingdee.K3.FIN.App.Core"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Kingdee.K3.FIN.App.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Runtime.Serialization.Internal"
>
<HintPath>
D:\Kingdee Website\WebSite\bin\Microsoft.Runtime.Serialization.Internal.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Transactions"
/>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Net.Http"
/>
<Reference
Include=
"System.Xml"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"CostReportPlugin.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
</Project>
\ No newline at end of file
LQKJ_OFLCostReport.sln
0 → 100644
浏览文件 @
fe87a22c
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35825.156 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LQKJ_OFLCostReport", "LQKJ_OFLCostReport.csproj", "{EC6DA583-A1BD-4F9E-B4B8-190FC37F528E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC6DA583-A1BD-4F9E-B4B8-190FC37F528E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC6DA583-A1BD-4F9E-B4B8-190FC37F528E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC6DA583-A1BD-4F9E-B4B8-190FC37F528E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC6DA583-A1BD-4F9E-B4B8-190FC37F528E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {988D58E3-3FB2-43B4-9F5F-F906085715CA}
EndGlobalSection
EndGlobal
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论