mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 18:22:11 +08:00
check bugs
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
<WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
|
||||
<Use64BitIISExpress />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -142,6 +143,7 @@
|
||||
<Compile Include="App_Start\FilterConfig.cs" />
|
||||
<Compile Include="App_Start\RouteConfig.cs" />
|
||||
<Compile Include="Controllers\BaseController.cs" />
|
||||
<Compile Include="Controllers\ResourcesController.cs" />
|
||||
<Compile Include="Controllers\CategoriesController.cs" />
|
||||
<Compile Include="Controllers\ErrorController.cs" />
|
||||
<Compile Include="Controllers\FlowInstancesController.cs" />
|
||||
@@ -200,6 +202,7 @@
|
||||
<Content Include="layui\css\modules\laydate\default\font.css" />
|
||||
<Content Include="userJs\assignRole.js" />
|
||||
<Content Include="userJs\flowinstanceDetail.js" />
|
||||
<Content Include="userJs\resources.js" />
|
||||
<Content Include="userJs\verification.js" />
|
||||
<Content Include="userJs\flowInstanceEdit.js" />
|
||||
<Content Include="userJs\flowInstanceWait.js" />
|
||||
@@ -645,6 +648,7 @@
|
||||
<Content Include="Views\FlowInstances\Wait.cshtml" />
|
||||
<Content Include="Views\RoleManager\Assign.cshtml" />
|
||||
<Content Include="Views\FlowInstances\Detail.cshtml" />
|
||||
<Content Include="Views\Resources\Index.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="layui\lay\modules\mobile\" />
|
||||
|
Reference in New Issue
Block a user