-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPBIRenamer.sln
37 lines (37 loc) · 2.03 KB
/
PBIRenamer.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 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PBIRenamer", "PBIRenamer\PBIRenamer.csproj", "{BB19FDCB-08DF-4F21-8DD2-353768293943}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenamerTest", "RenamerTest\RenamerTest.csproj", "{51A285CF-4580-4281-B547-442064FF8ACC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TOMWrapper", "TOMWrapper\TOMWrapper.csproj", "{19DDE9A0-227F-4E8B-849D-C91C25322826}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB19FDCB-08DF-4F21-8DD2-353768293943}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{BB19FDCB-08DF-4F21-8DD2-353768293943}.Debug|Any CPU.Build.0 = Release|Any CPU
{BB19FDCB-08DF-4F21-8DD2-353768293943}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB19FDCB-08DF-4F21-8DD2-353768293943}.Release|Any CPU.Build.0 = Release|Any CPU
{51A285CF-4580-4281-B547-442064FF8ACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51A285CF-4580-4281-B547-442064FF8ACC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51A285CF-4580-4281-B547-442064FF8ACC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51A285CF-4580-4281-B547-442064FF8ACC}.Release|Any CPU.Build.0 = Release|Any CPU
{19DDE9A0-227F-4E8B-849D-C91C25322826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19DDE9A0-227F-4E8B-849D-C91C25322826}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19DDE9A0-227F-4E8B-849D-C91C25322826}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19DDE9A0-227F-4E8B-849D-C91C25322826}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7005B2B-4DC1-4D6B-AEF1-2905AD405217}
EndGlobalSection
EndGlobal