︙ | | |
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
|
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
|
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
|
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
|
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
|
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
|
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
|
︙ | | |
︙ | | |
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
|
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
|
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
|
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
|
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
|
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
|
︙ | | |
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
|
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
|
︙ | | |
︙ | | |
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
|
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugNativeOnly|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>$(INTEROP_INCLUDE_DIRECTORIES);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;x64;_DEBUG;_WINDOWS;_USRDLL;$(SQLITE_COMMON_DEFINES);$(SQLITE_EXTRA_DEFINES);$(SQLITE_DEBUG_DEFINES);$(INTEROP_EXTRA_DEFINES);$(INTEROP_DEBUG_DEFINES);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
︙ | | |
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
|
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
|
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNativeOnly|x64'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
|
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\win\AssemblyInfo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\crypt.c">
|
︙ | | |
︙ | | |
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugNativeOnly|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>$(INTEROP_INCLUDE_DIRECTORIES);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;x64;_DEBUG;_WINDOWS;_USRDLL;$(SQLITE_COMMON_DEFINES);$(SQLITE_EXTRA_DEFINES);$(SQLITE_DEBUG_DEFINES);$(INTEROP_EXTRA_DEFINES);$(INTEROP_DEBUG_DEFINES);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
︙ | | |
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNativeOnly|x64'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\win\AssemblyInfo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\crypt.c">
|
︙ | | |
︙ | | |
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugNativeOnly|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>$(INTEROP_INCLUDE_DIRECTORIES);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;x64;_DEBUG;_WINDOWS;_USRDLL;$(SQLITE_COMMON_DEFINES);$(SQLITE_EXTRA_DEFINES);$(SQLITE_DEBUG_DEFINES);$(INTEROP_EXTRA_DEFINES);$(INTEROP_DEBUG_DEFINES);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
︙ | | |
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNativeOnly|x64'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\win\AssemblyInfo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\crypt.c">
|
︙ | | |
︙ | | |
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="secchk.lib $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="2"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
TargetMachine="0"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
|
︙ | | |
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="secchk.lib $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
TargetMachine="0"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
|
︙ | | |
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="2"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
|
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="2"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
|
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
|
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
︙ | | |
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="secchk.lib $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="2"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
TargetMachine="0"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
|
︙ | | |
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="secchk.lib $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
TargetMachine="0"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
|
︙ | | |
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="2"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
|
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="2"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
|
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
|
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
|
-
+
-
+
-
+
|
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions=" /subsystem:windowsce,5.01"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
OutputFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateManifest="true"
DelayLoadDLLs="$(NOINHERIT)"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
ProgramDatabaseFile="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).pdb"
GenerateMapFile="true"
SubSystem="0"
StackReserveSize="65536"
StackCommitSize="4096"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
ImportLibrary="$(OutDir)\SQLite.Interop.$(INTEROP_BUILD_NUMBER).lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
|
︙ | | |
︙ | | |
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
|
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
|
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
|
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
|
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
|
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
|
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
|
︙ | | |
︙ | | |
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
|
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="DebugNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
|
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
|
-
+
-
+
-
-
+
|
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Debug\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
|
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="1"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
|
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
|
-
+
-
+
-
-
+
|
AdditionalOptions="$(INTEROP_ASSEMBLY_RESOURCES)"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(ProjectDir)..\bin\$(ConfigurationYear)\$(ConfigurationName)Module\bin\System.Data.SQLite.netmodule $(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_MIXED_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_MIXED_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_MIXED_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
ImportLibrary="$(TargetDir)$(INTEROP_MIXED_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_MIXED_NAME).lib"
TargetMachine="17"
KeyFile="$(INTEROP_KEY_FILE)"
DelaySign="true"
CLRUnmanagedCodeCheck="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_MIXED_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(OutDir)\$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
CommandLine=""$(FrameworkSDKDir)Bin\sn.exe" -Ra "$(TargetDir)$(INTEROP_MIXED_NAME).dll" "$(INTEROP_KEY_FILE)""
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|Win32"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
|
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
<Configuration
Name="ReleaseNativeOnly|x64"
OutputDirectory="$(ProjectDir)..\bin\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
IntermediateDirectory="..\obj\$(ConfigurationYear)\$(PlatformName)\$(ConfigurationName)Static"
ConfigurationType="2"
|
︙ | | |
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
|
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
|
-
+
-
+
-
-
+
|
Name="VCLinkerTool"
AdditionalLibraryDirectories="$(INTEROP_LIBRARY_DIRECTORIES)"
AdditionalDependencies="$(INTEROP_LIBRARY_DEPENDENCIES)"
OutputFile="$(OutDir)\$(INTEROP_NATIVE_NAME).dll"
Version="$(INTEROP_LINKER_VERSION)"
LinkIncremental="1"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(TargetDir)$(INTEROP_NATIVE_NAME).pdb"
ProgramDatabaseFile="$(OutDir)\$(INTEROP_NATIVE_NAME).pdb"
GenerateMapFile="true"
MapExports="true"
SubSystem="2"
LargeAddressAware="0"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(TargetDir)$(INTEROP_NATIVE_NAME).lib"
ImportLibrary="$(OutDir)\$(INTEROP_NATIVE_NAME).lib"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
VerboseOutput="true"
AssemblyIdentity="$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32"
UpdateFileHashes="true"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
OutputFile="$(OutDir)/$(INTEROP_NATIVE_NAME).bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetPath)" "$(OutDir)..\..\..\Release\bin\" /D /E /V /I /F /H /Y"
CommandLine="IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\$(PlatformName)\" /D /E /V /I /F /H /Y && IF /I "%PROCESSOR_ARCHITECTURE%" == "x86" IF /I "%PROCESSOR_ARCHITEW6432%" == "AMD64" XCOPY "$(TargetDir)$(TargetName).*" "$(TargetDir)..\..\Release\bin\" /D /E /V /I /F /H /Y"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
|
︙ | | |
︙ | | |
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
|
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugNativeOnly|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>$(INTEROP_INCLUDE_DIRECTORIES);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;x64;_DEBUG;_WINDOWS;_USRDLL;$(SQLITE_COMMON_DEFINES);$(SQLITE_EXTRA_DEFINES);$(SQLITE_DEBUG_DEFINES);$(INTEROP_EXTRA_DEFINES);$(INTEROP_DEBUG_DEFINES);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
︙ | | |
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
|
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
|
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNativeOnly|x64'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
|
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\win\AssemblyInfo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\crypt.c">
|
︙ | | |
︙ | | |
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugNativeOnly|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>$(INTEROP_INCLUDE_DIRECTORIES);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;x64;_DEBUG;_WINDOWS;_USRDLL;$(SQLITE_COMMON_DEFINES);$(SQLITE_EXTRA_DEFINES);$(SQLITE_DEBUG_DEFINES);$(INTEROP_EXTRA_DEFINES);$(INTEROP_DEBUG_DEFINES);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
︙ | | |
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNativeOnly|x64'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\win\AssemblyInfo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\crypt.c">
|
︙ | | |
︙ | | |
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugNativeOnly|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>$(INTEROP_INCLUDE_DIRECTORIES);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;x64;_DEBUG;_WINDOWS;_USRDLL;$(SQLITE_COMMON_DEFINES);$(SQLITE_EXTRA_DEFINES);$(SQLITE_DEBUG_DEFINES);$(INTEROP_EXTRA_DEFINES);$(INTEROP_DEBUG_DEFINES);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
︙ | | |
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Debug\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=x86, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseNativeOnly|x64'">
<ClCompile>
<Optimization>Full</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
︙ | | |
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
-
-
+
+
|
</Link>
<Manifest>
<VerboseOutput>true</VerboseOutput>
<AssemblyIdentity>$(ProjectName), processorArchitecture=amd64, version=$(INTEROP_MANIFEST_VERSION), type=win32</AssemblyIdentity>
<UpdateFileHashes>true</UpdateFileHashes>
</Manifest>
<PostBuildEvent>
<Command>XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(TargetPath)" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
<Command>XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\$(Platform)\" /D /E /V /I /F /H /Y</Command>
<Command Condition="'$(DoesMachineMatchPlatform)' != 'false'">XCOPY "$(OutDir)$(TargetName).*" "$(OutDir)..\..\Release\bin\" /D /E /V /I /F /H /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\win\AssemblyInfo.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\win\crypt.c">
|
︙ | | |