개정판 c112c3c3
issue #00000 MarkusInfoController 추가
ID2.Manager/ID2.Manager.Controller/ID2.Manager.Controller.csproj | ||
---|---|---|
44 | 44 |
<ItemGroup> |
45 | 45 |
<Compile Include="Controllers\BaseController.cs" /> |
46 | 46 |
<Compile Include="Controllers\DocumentController.cs" /> |
47 |
<Compile Include="Controllers\MarkusInfoController.cs" /> |
|
47 | 48 |
<Compile Include="Controllers\UserController.cs" /> |
48 | 49 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
49 | 50 |
</ItemGroup> |
... | ... | |
57 | 58 |
<Name>ID2.Manager.Data</Name> |
58 | 59 |
</ProjectReference> |
59 | 60 |
</ItemGroup> |
61 |
<ItemGroup> |
|
62 |
<PackageReference Include="Newtonsoft.Json"> |
|
63 |
<Version>13.0.3</Version> |
|
64 |
</PackageReference> |
|
65 |
</ItemGroup> |
|
60 | 66 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
61 | 67 |
</Project> |
내보내기 Unified diff