forked from Viruaithal/ScriptPro
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathScriptPro.sln
More file actions
26 lines (26 loc) · 1.37 KB
/
ScriptPro.sln
File metadata and controls
26 lines (26 loc) · 1.37 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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DrawingListUC", "DrawingListUC\DrawingListUC.csproj", "{26255202-2F69-4247-B7D4-17F51D61637C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatchProcessApp", "BatchProcessApp\BatchProcessApp.csproj", "{5DED7800-5F14-4EF6-96AA-17C2599F0398}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26255202-2F69-4247-B7D4-17F51D61637C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26255202-2F69-4247-B7D4-17F51D61637C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26255202-2F69-4247-B7D4-17F51D61637C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26255202-2F69-4247-B7D4-17F51D61637C}.Release|Any CPU.Build.0 = Release|Any CPU
{5DED7800-5F14-4EF6-96AA-17C2599F0398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DED7800-5F14-4EF6-96AA-17C2599F0398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DED7800-5F14-4EF6-96AA-17C2599F0398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DED7800-5F14-4EF6-96AA-17C2599F0398}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal