Skip to content

Commit 86b4625

Browse files
committed
Renamed project file and "src" directory to P0267_RefImpl.
1 parent a0f8b84 commit 86b4625

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+84
-83
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = N3888_RefImpl
1+
SUBDIRS = P0267_RefImpl
22
ACLOCAL_AMFLAGS = -I m4
33
LIBTOOL_DEPS = @LIBTOOL_DEPS@
44
libtool: $(LIBTOOL_DEPS)

N3888_RefImpl/.gitignore

Lines changed: 0 additions & 46 deletions
This file was deleted.

N3888_RefImpl/Makefile.am

Lines changed: 0 additions & 2 deletions
This file was deleted.

N3888_RefImpl/src/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

P0267_RefImpl/.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/P0267_RefImpl/Debug
6+
*.user
7+
/Debug
8+
/ipch/P0267_RefImpl-e13b5b2c
9+
/P0267_RefImpl.opensdf
10+
/P0267_RefImpl.sdf
11+
/P0267_RefImpl.v12.suo
12+
/P0267_RefImpl/x64/Release/P0267_RefImpl.tlog
13+
/P0267_RefImpl/x64/Release/P0267_RefImpl.log
14+
/P0267_RefImpl/x64/Release/P0267_RefImpl.obj
15+
/P0267_RefImpl/x64/Release/P0267_RefImpl.pch
16+
/P0267_RefImpl/x64/Release/P0267_RefImpl.res
17+
/P0267_RefImpl/x64/Release/context.obj
18+
/P0267_RefImpl/x64/Release/device.obj
19+
/P0267_RefImpl/x64/Release/drawing_exception.obj
20+
/P0267_RefImpl/x64/Release/font_face.obj
21+
/P0267_RefImpl/x64/Release/font_options.obj
22+
/P0267_RefImpl/x64/Release/gradient_pattern.obj
23+
/P0267_RefImpl/x64/Release/image_surface.obj
24+
/P0267_RefImpl/x64/Release/linear_gradient_pattern.obj
25+
/P0267_RefImpl/x64/Release/matrix.obj
26+
/P0267_RefImpl/x64/Release/mesh_pattern.obj
27+
/P0267_RefImpl/x64/Release/pattern.obj
28+
/P0267_RefImpl/x64/Release/pch.obj
29+
/P0267_RefImpl/x64/Release/radial_gradient_pattern.obj
30+
/P0267_RefImpl/x64/Release/raster_source_pattern.obj
31+
/P0267_RefImpl/x64/Release/region.obj
32+
/P0267_RefImpl/x64/Release/scaled_font.obj
33+
/P0267_RefImpl/x64/Release/solid_color_pattern.obj
34+
/P0267_RefImpl/x64/Release/surface.obj
35+
/P0267_RefImpl/x64/Release/surface_pattern.obj
36+
/P0267_RefImpl/x64/Release/toy_font_face.obj
37+
/P0267_RefImpl/x64/Release/user_data_key.obj
38+
/P0267_RefImpl/x64/Release/vc120.pdb
39+
/x64/Release
40+
/P0267_RefImpl/x64/Release
41+
/P0267_RefImpl/x64/Debug/P0267_RefImpl.tlog
42+
/P0267_RefImpl/x64/Debug/P0267_RefImpl.pch
43+
/P0267_RefImpl/x64/Debug/P0267_RefImpl.res
44+
/P0267_RefImpl/x64/Debug/vc120.idb
45+
Makefile
46+
Makefile.in

P0267_RefImpl/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SUBDIRS = P0267_RefImpl SampleApp
2+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26430.14
55
MinimumVisualStudioVersion = 12.0.21005.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "N3888_RefImpl", "src\N3888_RefImpl.vcxproj", "{1B3FB96B-B90D-40B7-B0D9-20D15BE707B8}"
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P0267_RefImpl", "P0267_RefImpl\P0267_RefImpl.vcxproj", "{1B3FB96B-B90D-40B7-B0D9-20D15BE707B8}"
77
EndProject
88
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleApp", "SampleApp\SampleApp.vcxproj", "{69BE4182-3360-465A-8077-C2EE8E9C45E2}"
99
EndProject
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.deps/*
2+
/Makefile.in
3+
/P0267_RefImpl
4+
/P0267_RefImpl-*.o
5+
/Makefile
File renamed without changes.

N3888_RefImpl/SampleApp/Clang_C2_vcpkg_Release.props renamed to P0267_RefImpl/P0267_RefImpl/Clang_C2_vcpkg_Release.props

File renamed without changes.

0 commit comments

Comments
 (0)