-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathEasyDocs.slnx
More file actions
40 lines (40 loc) · 2.26 KB
/
EasyDocs.slnx
File metadata and controls
40 lines (40 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<Solution>
<Folder Name="/scripts/">
<File Path=".github/workflows/build.yml" />
<File Path="build.ps1" />
<File Path="global.json" />
<File Path="pack.ps1" />
<File Path="README.md" />
<File Path="README_cn.md" />
<File Path="webinfo.json" />
</Folder>
<Folder Name="/src/">
<Project Path="src/BuildSite/BuildSite.csproj" />
<Project Path="src/ColorCode.Core/ColorCode.Core.csproj" />
<Project Path="src/ColorCode.HTML/ColorCode.HTML.csproj" />
<Project Path="src/Models/Models.csproj" />
<Project Path="src/Share/Share.csproj" />
<Project Path="WebApp/" Type="Website" DisplayName="WebApp">
<BuildType Project="Debug" />
<Properties Name="WebsiteProperties">
<Property Name="Debug.AspNetCompiler.Debug" Value=""True"" />
<Property Name="Debug.AspNetCompiler.FixedNames" Value=""false"" />
<Property Name="Debug.AspNetCompiler.ForceOverwrite" Value=""true"" />
<Property Name="Debug.AspNetCompiler.PhysicalPath" Value=""WebApp\"" />
<Property Name="Debug.AspNetCompiler.TargetPath" Value=""PrecompiledWeb\localhost_58898\"" />
<Property Name="Debug.AspNetCompiler.Updateable" Value=""true"" />
<Property Name="Debug.AspNetCompiler.VirtualPath" Value=""/localhost_58898"" />
<Property Name="Release.AspNetCompiler.Debug" Value=""False"" />
<Property Name="Release.AspNetCompiler.FixedNames" Value=""false"" />
<Property Name="Release.AspNetCompiler.ForceOverwrite" Value=""true"" />
<Property Name="Release.AspNetCompiler.PhysicalPath" Value=""WebApp\"" />
<Property Name="Release.AspNetCompiler.TargetPath" Value=""PrecompiledWeb\localhost_58898\"" />
<Property Name="Release.AspNetCompiler.Updateable" Value=""true"" />
<Property Name="Release.AspNetCompiler.VirtualPath" Value=""/localhost_58898"" />
<Property Name="SlnRelativePath" Value=""WebApp\"" />
<Property Name="TargetFrameworkMoniker" Value="".NETFramework,Version%3Dv4.8"" />
<Property Name="VWDPort" Value=""58898"" />
</Properties>
</Project>
</Folder>
</Solution>