Skip to content

Commit 07cd5f8

Browse files
committed
Renamed a few files for consitency
1 parent e34d88d commit 07cd5f8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
File renamed without changes.

udf_example.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectGUID>{5A481DF1-9C45-4152-BC05-9E9EFEDED7D4}</ProjectGUID>
2323
<Keyword>Win32Proj</Keyword>
2424
<Platform>Win32</Platform>
25-
<ProjectName>udf_example</ProjectName>
25+
<ProjectName>mysql_udf</ProjectName>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -335,7 +335,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
335335
</CustomBuild>
336336
</ItemGroup>
337337
<ItemGroup>
338-
<ClCompile Include="C:\Users\James\Source\Repos\mysql_udf\udf_example.c" />
338+
<ClCompile Include="mysql_udf.c" />
339339
</ItemGroup>
340340
<ItemGroup>
341341
<ProjectReference Include="C:/Users/James/Source/Repos/mysql_udf/ZERO_CHECK.vcxproj">

udf_example.vcxproj.filters

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
<?xml version="1.0" encoding="Windows-1252"?>
1+
<?xml version="1.0" encoding="Windows-1252"?>
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<ItemGroup>
4-
<ClCompile Include="C:\Users\James\Source\Repos\mysql_udf\udf_example.c">
5-
<Filter>Source Files</Filter>
6-
</ClCompile>
7-
</ItemGroup>
83
<ItemGroup>
94
<CustomBuild Include="C:\Users\James\Source\Repos\mysql_udf\CMakeLists.txt" />
105
</ItemGroup>
@@ -13,4 +8,9 @@
138
<UniqueIdentifier>{DCD49833-BC80-4E59-82E4-90F2C9D5970E}</UniqueIdentifier>
149
</Filter>
1510
</ItemGroup>
16-
</Project>
11+
<ItemGroup>
12+
<ClCompile Include="mysql_udf.c">
13+
<Filter>Source Files</Filter>
14+
</ClCompile>
15+
</ItemGroup>
16+
</Project>

0 commit comments

Comments
 (0)