This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRenamingTool.sln
36 lines (36 loc) · 1.96 KB
/
RenamingTool.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenamingTool", "RenamingTool\RenamingTool.vcxproj", "{C7964773-BB11-4847-96BF-E6376DD96FD0}"
EndProject
Project("{F088123C-0E9E-452A-89E6-6BA2F21D5CAC}") = "ModelingProject1", "ModelingProject1\ModelingProject1.modelproj", "{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7964773-BB11-4847-96BF-E6376DD96FD0}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C7964773-BB11-4847-96BF-E6376DD96FD0}.Debug|Win32.ActiveCfg = Debug|Win32
{C7964773-BB11-4847-96BF-E6376DD96FD0}.Debug|Win32.Build.0 = Debug|Win32
{C7964773-BB11-4847-96BF-E6376DD96FD0}.Release|Any CPU.ActiveCfg = Release|Win32
{C7964773-BB11-4847-96BF-E6376DD96FD0}.Release|Win32.ActiveCfg = Release|Win32
{C7964773-BB11-4847-96BF-E6376DD96FD0}.Release|Win32.Build.0 = Release|Win32
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Debug|Win32.ActiveCfg = Debug|Any CPU
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Debug|Win32.Build.0 = Debug|Any CPU
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Release|Any CPU.Build.0 = Release|Any CPU
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Release|Win32.ActiveCfg = Release|Any CPU
{A97C92C0-FDC4-4C9D-AEC9-C9A1B291A51D}.Release|Win32.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal