Skip to content

Commit

Permalink
AddCommonRightLibrary
Browse files Browse the repository at this point in the history
添加“权限接口”模块
  • Loading branch information
jquery2005 committed Jan 2, 2014
1 parent cc2506e commit 0690480
Show file tree
Hide file tree
Showing 149 changed files with 20,525 additions and 1 deletion.
2 changes: 1 addition & 1 deletion About/About.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\PublishDll\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
6 changes: 6 additions & 0 deletions About/About.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReferencePath>D:\CSharp\GitHub\GMIS\PublishDll\</ReferencePath>
</PropertyGroup>
</Project>
Binary file modified About/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
18 changes: 18 additions & 0 deletions GMIS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "About", "About\About.csproj", "{00048928-5BF8-45BA-B895-AD0221F8EA5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GMIS.CommonRightBusinessRule", "权限接口\BusinessRule\GMIS.CommonRightBusinessRule.csproj", "{1E93F173-47AA-41F5-8A34-04826DD0FEC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GMIS.CommonRightDataAccess", "权限接口\DataAccess\GMIS.CommonRightDataAccess.csproj", "{5498E1F7-B7FB-43FE-8781-65F7CC97CF12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gmis.Protection", "权限接口\Gmis.Protection\Gmis.Protection.csproj", "{CBF0D2F8-9728-471F-A19B-9549F186221C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -13,6 +19,18 @@ Global
{00048928-5BF8-45BA-B895-AD0221F8EA5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00048928-5BF8-45BA-B895-AD0221F8EA5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00048928-5BF8-45BA-B895-AD0221F8EA5C}.Release|Any CPU.Build.0 = Release|Any CPU
{1E93F173-47AA-41F5-8A34-04826DD0FEC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E93F173-47AA-41F5-8A34-04826DD0FEC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E93F173-47AA-41F5-8A34-04826DD0FEC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E93F173-47AA-41F5-8A34-04826DD0FEC0}.Release|Any CPU.Build.0 = Release|Any CPU
{5498E1F7-B7FB-43FE-8781-65F7CC97CF12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5498E1F7-B7FB-43FE-8781-65F7CC97CF12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5498E1F7-B7FB-43FE-8781-65F7CC97CF12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5498E1F7-B7FB-43FE-8781-65F7CC97CF12}.Release|Any CPU.Build.0 = Release|Any CPU
{CBF0D2F8-9728-471F-A19B-9549F186221C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBF0D2F8-9728-471F-A19B-9549F186221C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBF0D2F8-9728-471F-A19B-9549F186221C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBF0D2F8-9728-471F-A19B-9549F186221C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file modified GMIS.suo
Binary file not shown.
Binary file added PublishDll/ConfigMy.dll
Binary file not shown.
Binary file added PublishDll/FormatTextBox.dll
Binary file not shown.
Binary file added PublishDll/GMIS.CommonRightBusinessRule.dll
Binary file not shown.
Binary file added PublishDll/GMIS.CommonRightBusinessRule.pdb
Binary file not shown.
Binary file added PublishDll/GMIS.CommonRightDataAccess.dll
Binary file not shown.
Binary file added PublishDll/GMIS.CommonRightDataAccess.pdb
Binary file not shown.
Binary file added PublishDll/Gmis.Protection.dll
Binary file not shown.
Binary file added PublishDll/Gmis.Protection.pdb
Binary file not shown.
Binary file added PublishDll/LayObjDataAccess.dll
Binary file not shown.
Binary file added PublishDll/LayObjTreeBusinessRule.dll
Binary file not shown.
Binary file added PublishDll/LayObjTreeControl.dll
Binary file not shown.
Binary file added PublishDll/LayerTreeControl.dll
Binary file not shown.
Binary file added PublishDll/Operation.dll
Binary file not shown.
Binary file added PublishDll/createdmquery.dll
Binary file not shown.
Loading

0 comments on commit 0690480

Please sign in to comment.