# Code-Graph-UWP **Repository Path**: ysdy44/Code-Graph-UWP ## Basic Information - **Project Name**: Code-Graph-UWP - **Description**: Code Graph is a reference relationship visualizer that finds all the .csproj (C# project) files in a folder and draws the reference relationships between them. - **Primary Language**: C# - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-29 - **Last Updated**: 2025-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Uwp, Csharp ## README # 代码图-UWP ![](ScreenShot/logo.png) Windows 10 app 应用商店地址: [购置 代码图 - 微软商店](https://apps.microsoft.com/detail/9njghrwnlpxw)
## 功能说明 代码图 是一款引用关系的可视化工具,它可以寻找文件夹里的所有 .csproj (C# 项目)文件并且画出它们之间的引用关系。
## 开发环境 |Key|Value| |:-|:-| |系统要求| Windows 10 秋季创意者更新 或更高| |开发工具|Visual Studio 2022| |编程语言|C#|
## 部署说明 > 下载整个工程,打开`Code Graph.sln`文件,启动工程`Code Graph`,试试看是否可以工作。