1 Star 4 Fork 0

TimChen44/CC.CodeGenerator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CC.CodeGenerator.sln 3.74 KB
一键复制 编辑 原始数据 按行查看 历史
TimChen44 提交于 2022-07-23 16:12 . 增加EF的测试代码

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CC.CodeGenerator", "CC.CodeGenerator\CC.CodeGenerator.csproj", "{FA1BE40D-98B8-4948-8242-CD17357FC649}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CC.CodeGenerator.Demo.Entity", "CC.CodeGenerator.Demo.Entity\CC.CodeGenerator.Demo.Entity.csproj", "{ACB922AF-9652-4401-AA14-933FE9A8B8FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CC.CodeGenerator.Demo.BlazorServer", "CC.CodeGenerator.Demo.BlazorServer\CC.CodeGenerator.Demo.BlazorServer.csproj", "{2B6C7828-DC20-4AFF-9622-E98F0E19553B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CC.CodeGenerator.Demo.NotifyPropertyChanged", "CC.CodeGenerator.Demo.NotifyPropertyChanged\CC.CodeGenerator.Demo.NotifyPropertyChanged.csproj", "{CFA1AECB-9288-44C7-810A-6483BC2AB1EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CC.CodeGenerator.Attribute", "CC.CodeGenerator.Attribute\CC.CodeGenerator.Attribute.csproj", "{36F0D574-B11E-424C-A7D8-A0D782DA11AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CC.CodeGenerator.Test", "CC.CodeGenerator.Test\CC.CodeGenerator.Test.csproj", "{6F5FC7D0-C31A-48D9-9B08-8AF4139542A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA1BE40D-98B8-4948-8242-CD17357FC649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA1BE40D-98B8-4948-8242-CD17357FC649}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA1BE40D-98B8-4948-8242-CD17357FC649}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA1BE40D-98B8-4948-8242-CD17357FC649}.Release|Any CPU.Build.0 = Release|Any CPU
{ACB922AF-9652-4401-AA14-933FE9A8B8FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACB922AF-9652-4401-AA14-933FE9A8B8FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACB922AF-9652-4401-AA14-933FE9A8B8FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACB922AF-9652-4401-AA14-933FE9A8B8FA}.Release|Any CPU.Build.0 = Release|Any CPU
{2B6C7828-DC20-4AFF-9622-E98F0E19553B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B6C7828-DC20-4AFF-9622-E98F0E19553B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B6C7828-DC20-4AFF-9622-E98F0E19553B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B6C7828-DC20-4AFF-9622-E98F0E19553B}.Release|Any CPU.Build.0 = Release|Any CPU
{CFA1AECB-9288-44C7-810A-6483BC2AB1EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFA1AECB-9288-44C7-810A-6483BC2AB1EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFA1AECB-9288-44C7-810A-6483BC2AB1EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFA1AECB-9288-44C7-810A-6483BC2AB1EC}.Release|Any CPU.Build.0 = Release|Any CPU
{36F0D574-B11E-424C-A7D8-A0D782DA11AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36F0D574-B11E-424C-A7D8-A0D782DA11AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36F0D574-B11E-424C-A7D8-A0D782DA11AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36F0D574-B11E-424C-A7D8-A0D782DA11AD}.Release|Any CPU.Build.0 = Release|Any CPU
{6F5FC7D0-C31A-48D9-9B08-8AF4139542A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F5FC7D0-C31A-48D9-9B08-8AF4139542A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F5FC7D0-C31A-48D9-9B08-8AF4139542A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F5FC7D0-C31A-48D9-9B08-8AF4139542A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {072EEFDA-18F1-412D-9BC8-3B2C29A9ED06}
EndGlobalSection
EndGlobal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/timchen44/CC.CodeGenerator.git
git@gitee.com:timchen44/CC.CodeGenerator.git
timchen44
CC.CodeGenerator
CC.CodeGenerator
main

搜索帮助