Skip to content

Commit bd1587e

Browse files
834567: update file name changes
1 parent 908fe1b commit bd1587e

20 files changed

+11
-5
lines changed

How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample.sln renamed to How to/Add Rectangle Annotations Using Search Text Bounds/AddRectangleUsingTextSearch/AddRectangleUsingTextSearch.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.10.34607.79
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDFViewerSample", "PDFViewerSample\PDFViewerSample.csproj", "{3936B843-A035-424E-BA4B-990436AC60BD}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddRectangleUsingTextSearch", "AddRectangleUsingTextSearch\AddRectangleUsingTextSearch.csproj", "{9E1F3D8A-48BD-40BA-89B8-1A9D66BB82C3}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{3936B843-A035-424E-BA4B-990436AC60BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{3936B843-A035-424E-BA4B-990436AC60BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{3936B843-A035-424E-BA4B-990436AC60BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{3936B843-A035-424E-BA4B-990436AC60BD}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{9E1F3D8A-48BD-40BA-89B8-1A9D66BB82C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{9E1F3D8A-48BD-40BA-89B8-1A9D66BB82C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{9E1F3D8A-48BD-40BA-89B8-1A9D66BB82C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{9E1F3D8A-48BD-40BA-89B8-1A9D66BB82C3}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ActiveDebugProfile>https</ActiveDebugProfile>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)