forked from czastack/RszTool
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRszTool.sln
37 lines (37 loc) · 2.02 KB
/
RszTool.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RszTool.App", "RszTool.App\RszTool.App.csproj", "{2C5EC8A4-C5DD-41F4-B267-DBA1971194C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RszTool", "RszTool\RszTool.csproj", "{6F584A37-2D30-49AC-B47F-4604D32F2BE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RszTool.Test", "RszTool.Test\RszTool.Test.csproj", "{25AC68C0-1445-4B64-B35F-78EF1A7A70EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C5EC8A4-C5DD-41F4-B267-DBA1971194C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C5EC8A4-C5DD-41F4-B267-DBA1971194C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C5EC8A4-C5DD-41F4-B267-DBA1971194C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C5EC8A4-C5DD-41F4-B267-DBA1971194C7}.Release|Any CPU.Build.0 = Release|Any CPU
{6F584A37-2D30-49AC-B47F-4604D32F2BE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F584A37-2D30-49AC-B47F-4604D32F2BE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F584A37-2D30-49AC-B47F-4604D32F2BE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F584A37-2D30-49AC-B47F-4604D32F2BE3}.Release|Any CPU.Build.0 = Release|Any CPU
{25AC68C0-1445-4B64-B35F-78EF1A7A70EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25AC68C0-1445-4B64-B35F-78EF1A7A70EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25AC68C0-1445-4B64-B35F-78EF1A7A70EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25AC68C0-1445-4B64-B35F-78EF1A7A70EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {500F4EF3-AE65-46BF-A981-5C01C2A2C30A}
EndGlobalSection
EndGlobal