-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGUI2.vcproj
More file actions
43 lines (43 loc) · 1.07 KB
/
Copy pathGUI2.vcproj
File metadata and controls
43 lines (43 loc) · 1.07 KB
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="GUI2"
ProjectGUID="{8CD94F60-C9B4-434B-ACA9-68C651310F24}"
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=".\GUI2.cpp"/>
<File RelativePath=".\GUI2.h"/>
<File RelativePath=".\GUI2\ff_guifont2.h"/>
<File RelativePath=".\GUI2\ff_modulegui2.h"/>
</Files>
</VisualStudioProject>