-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFFCore.vcproj
57 lines (57 loc) · 1.57 KB
/
FFCore.vcproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
Name="FFCore"
ProjectGUID="{3C763629-4C39-4507-AB6D-38B80780C857}"
ProjectType="Visual C++"
Version="8.00"
>
<Platforms>
<Platform Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
InheritedPropertySheets=".\RisenLibDebug.vsprops"
/>
<Configuration
Name="DebugCLR|Win32"
ConfigurationType="4"
InheritedPropertySheets=".\RisenLibDebugCLR.vsprops"
ManagedExtensions="1"
/>
<Configuration
Name="Release|Win32"
ConfigurationType="4"
InheritedPropertySheets=".\RisenLibRelease.vsprops"
WholeProgramOptimization="1"
/>
<Configuration
Name="ReleaseCLR|Win32"
ConfigurationType="4"
InheritedPropertySheets=".\RisenLibReleaseCLR.vsprops"
ManagedExtensions="1"
WholeProgramOptimization="1"
/>
</Configurations>
<Files>
<Filter Name="base">
<File RelativePath=".\FFCore\ff_def.h"/>
<File RelativePath=".\FFCore\ff_enum.h"/>
<File RelativePath=".\FFCore\ff_struct.h"/>
<File RelativePath=".\FFCore\ff_system.h"/>
<File RelativePath=".\FFCore\ff_types.h"/>
</Filter>
<Filter Name="interface">
<File RelativePath=".\FFCore\ff_unknown.h"/>
<File RelativePath=".\FFCore\ff_unknown.inl"/>
</Filter>
<Filter Name="thread">
<File RelativePath=".\FFCore\ff_criticalsection.h"/>
<File RelativePath=".\FFCore\ff_iocompletionport.h"/>
<File RelativePath=".\FFCore\ff_thread.h"/>
</Filter>
<File RelativePath=".\FFCore.cpp"/>
<File RelativePath=".\FFCore.h"/>
</Files>
</VisualStudioProject>