-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMusic.vcproj
42 lines (42 loc) · 1.03 KB
/
Music.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
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
Name="Music"
ProjectGUID="{5477D925-E130-4280-90ED-BDE7E7807884}"
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=".\Music.cpp"/>
<File RelativePath=".\Music.h"/>
<File RelativePath=".\Music\ff_modulemusic.h"/>
</Files>
</VisualStudioProject>