Skip to content

Commit 98bc7dc

Browse files
committed
Use the actual name.
1 parent 64a6594 commit 98bc7dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mod_cspnonce_24.vcxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{F415C2A0-93C6-11E1-B0C4-0800200C9A66}</ProjectGuid>
23-
<RootNamespace>mod_xsendfile</RootNamespace>
23+
<RootNamespace>mod_cspnonce</RootNamespace>
2424
<ProjectName>mod_cspnonce</ProjectName>
2525
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
@@ -106,7 +106,7 @@
106106
<MkTypLibCompatible>true</MkTypLibCompatible>
107107
<SuppressStartupBanner>true</SuppressStartupBanner>
108108
<TargetEnvironment>Win32</TargetEnvironment>
109-
<TypeLibraryName>.\Release/mod_xsendfile.tlb</TypeLibraryName>
109+
<TypeLibraryName>.\Release/mod_cspnonce.tlb</TypeLibraryName>
110110
<HeaderFileName />
111111
</Midl>
112112
<ClCompile>
@@ -150,7 +150,7 @@
150150
<MkTypLibCompatible>true</MkTypLibCompatible>
151151
<SuppressStartupBanner>true</SuppressStartupBanner>
152152
<TargetEnvironment>Win32</TargetEnvironment>
153-
<TypeLibraryName>.\Debug/mod_xsendfile.tlb</TypeLibraryName>
153+
<TypeLibraryName>.\Debug/mod_cspnonce.tlb</TypeLibraryName>
154154
<HeaderFileName />
155155
</Midl>
156156
<ClCompile>
@@ -164,7 +164,7 @@
164164
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
165165
</ClCompile>
166166
<ResourceCompile>
167-
<PreprocessorDefinitions>_DEBUG;BIN_NAME=mod_xsendfile.so;LONG_NAME=xsendfile_module for Apache;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167+
<PreprocessorDefinitions>_DEBUG;BIN_NAME=mod_cspnonce.so;LONG_NAME=cspnonce_module for Apache;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168168
<Culture>0x0409</Culture>
169169
</ResourceCompile>
170170
<Link>
@@ -186,7 +186,7 @@
186186
<MkTypLibCompatible>true</MkTypLibCompatible>
187187
<SuppressStartupBanner>true</SuppressStartupBanner>
188188
<TargetEnvironment>X64</TargetEnvironment>
189-
<TypeLibraryName>.\Release/mod_xsendfile.tlb</TypeLibraryName>
189+
<TypeLibraryName>.\Release/mod_cspnonce.tlb</TypeLibraryName>
190190
<HeaderFileName />
191191
</Midl>
192192
<ClCompile>
@@ -230,7 +230,7 @@
230230
<MkTypLibCompatible>true</MkTypLibCompatible>
231231
<SuppressStartupBanner>true</SuppressStartupBanner>
232232
<TargetEnvironment>X64</TargetEnvironment>
233-
<TypeLibraryName>.\Debug/mod_xsendfile.tlb</TypeLibraryName>
233+
<TypeLibraryName>.\Debug/mod_cspnonce.tlb</TypeLibraryName>
234234
<HeaderFileName />
235235
</Midl>
236236
<ClCompile>
@@ -244,7 +244,7 @@
244244
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
245245
</ClCompile>
246246
<ResourceCompile>
247-
<PreprocessorDefinitions>_DEBUG;BIN_NAME=mod_xsendfile.so;LONG_NAME=xsendfile_module for Apache;%(PreprocessorDefinitions)</PreprocessorDefinitions>
247+
<PreprocessorDefinitions>_DEBUG;BIN_NAME=mod_cspnonce.so;LONG_NAME=cspnonce_module for Apache;%(PreprocessorDefinitions)</PreprocessorDefinitions>
248248
<Culture>0x0409</Culture>
249249
</ResourceCompile>
250250
<Link>

0 commit comments

Comments
 (0)