-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFileSystem2.vcproj
43 lines (43 loc) · 1.11 KB
/
FileSystem2.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
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
Name="FileSystem2"
ProjectGUID="{2C7005B8-6B02-4104-BC98-E3A8372DFEEB}"
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>
<File RelativePath=".\FileSystem2.cpp"/>
<File RelativePath=".\FileSystem2.h"/>
<File RelativePath=".\FileSystem2\ff_filemapping2.h"/>
<File RelativePath=".\FileSystem2\ff_modulefilesystem2.h"/>
</Files>
</VisualStudioProject>