File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 22
22
<ProjectGUID >{5A481DF1-9C45-4152-BC05-9E9EFEDED7D4}</ProjectGUID >
23
23
<Keyword >Win32Proj</Keyword >
24
24
<Platform >Win32</Platform >
25
- <ProjectName >udf_example </ProjectName >
25
+ <ProjectName >mysql_udf </ProjectName >
26
26
</PropertyGroup >
27
27
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
28
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
@@ -335,7 +335,7 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
335
335
</CustomBuild >
336
336
</ItemGroup >
337
337
<ItemGroup >
338
- <ClCompile Include =" C:\Users\James\Source\Repos\ mysql_udf\udf_example .c" />
338
+ <ClCompile Include =" mysql_udf.c" />
339
339
</ItemGroup >
340
340
<ItemGroup >
341
341
<ProjectReference Include =" C:/Users/James/Source/Repos/mysql_udf/ZERO_CHECK.vcxproj" >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" Windows-1252" ?>
1
+ <?xml version =" 1.0" encoding =" Windows-1252" ?>
2
2
<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 >
8
3
<ItemGroup >
9
4
<CustomBuild Include =" C:\Users\James\Source\Repos\mysql_udf\CMakeLists.txt" />
10
5
</ItemGroup >
13
8
<UniqueIdentifier >{DCD49833-BC80-4E59-82E4-90F2C9D5970E}</UniqueIdentifier >
14
9
</Filter >
15
10
</ItemGroup >
16
- </Project >
11
+ <ItemGroup >
12
+ <ClCompile Include =" mysql_udf.c" >
13
+ <Filter >Source Files</Filter >
14
+ </ClCompile >
15
+ </ItemGroup >
16
+ </Project >
You can’t perform that action at this time.
0 commit comments