1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <ItemGroup >
14
+ <ClCompile Include =" c_effect.cpp" />
15
+ <ClCompile Include =" c_effects_factory.cpp" />
16
+ <ClCompile Include =" c_particle.cpp" />
17
+ <ClCompile Include =" c_particle_system.cpp" />
18
+ <ClCompile Include =" c_random.cpp" />
19
+ <ClCompile Include =" glut\glut_8x13.c" />
20
+ <ClCompile Include =" glut\glut_9x15.c" />
21
+ <ClCompile Include =" glut\glut_cmap.c" />
22
+ <ClCompile Include =" glut\glut_cursor.c" />
23
+ <ClCompile Include =" glut\glut_event.c" />
24
+ <ClCompile Include =" glut\glut_gamemode.c" />
25
+ <ClCompile Include =" glut\glut_get.c" />
26
+ <ClCompile Include =" glut\glut_hel10.c" />
27
+ <ClCompile Include =" glut\glut_hel12.c" />
28
+ <ClCompile Include =" glut\glut_hel18.c" />
29
+ <ClCompile Include =" glut\glut_init.c" />
30
+ <ClCompile Include =" glut\glut_key.c" />
31
+ <ClCompile Include =" glut\glut_keyctrl.c" />
32
+ <ClCompile Include =" glut\glut_keyup.c" />
33
+ <ClCompile Include =" glut\glut_mesa.c" />
34
+ <ClCompile Include =" glut\glut_mroman.c" />
35
+ <ClCompile Include =" glut\glut_roman.c" />
36
+ <ClCompile Include =" glut\glut_swap.c" />
37
+ <ClCompile Include =" glut\glut_tr10.c" />
38
+ <ClCompile Include =" glut\glut_tr24.c" />
39
+ <ClCompile Include =" glut\glut_util.c" />
40
+ <ClCompile Include =" glut\glut_win.c" />
41
+ <ClCompile Include =" glut\win32_glx.c" />
42
+ <ClCompile Include =" glut\win32_menu.c" />
43
+ <ClCompile Include =" glut\win32_util.c" />
44
+ <ClCompile Include =" glut\win32_winproc.c" />
45
+ <ClCompile Include =" glut\win32_x11.c" />
46
+ <ClCompile Include =" main.cpp" />
47
+ <ClCompile Include =" test.cpp" />
48
+ </ItemGroup >
49
+ <ItemGroup >
50
+ <ClInclude Include =" c_effect.h" />
51
+ <ClInclude Include =" c_effects_factory.h" />
52
+ <ClInclude Include =" c_particle.h" />
53
+ <ClInclude Include =" c_particle_system.h" />
54
+ <ClInclude Include =" c_random.h" />
55
+ <ClInclude Include =" vec2.h" />
56
+ <ClInclude Include =" test.h" />
57
+ </ItemGroup >
58
+ <PropertyGroup Label =" Globals" >
59
+ <ProjectGuid >{B3FFBEF9-7B94-488A-98BE-0079263B9E95}</ProjectGuid >
60
+ <Keyword >Win32Proj</Keyword >
61
+ <RootNamespace >ConsoleApplication</RootNamespace >
62
+ </PropertyGroup >
63
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
64
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
65
+ <ConfigurationType >Application</ConfigurationType >
66
+ <UseDebugLibraries >true</UseDebugLibraries >
67
+ <PlatformToolset >v140</PlatformToolset >
68
+ <CharacterSet >MultiByte</CharacterSet >
69
+ </PropertyGroup >
70
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
71
+ <ConfigurationType >Application</ConfigurationType >
72
+ <UseDebugLibraries >false</UseDebugLibraries >
73
+ <PlatformToolset >v140</PlatformToolset >
74
+ <WholeProgramOptimization >true</WholeProgramOptimization >
75
+ <CharacterSet >MultiByte</CharacterSet >
76
+ </PropertyGroup >
77
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
78
+ <ImportGroup Label =" ExtensionSettings" >
79
+ </ImportGroup >
80
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
81
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82
+ </ImportGroup >
83
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
84
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
85
+ </ImportGroup >
86
+ <PropertyGroup Label =" UserMacros" />
87
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
88
+ <LinkIncremental >true</LinkIncremental >
89
+ </PropertyGroup >
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
91
+ <LinkIncremental >false</LinkIncremental >
92
+ </PropertyGroup >
93
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
94
+ <ClCompile >
95
+ <PrecompiledHeader >
96
+ </PrecompiledHeader >
97
+ <WarningLevel >Level3</WarningLevel >
98
+ <Optimization >Disabled</Optimization >
99
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100
+ <AdditionalIncludeDirectories >.</AdditionalIncludeDirectories >
101
+ </ClCompile >
102
+ <Link >
103
+ <SubSystem >Console</SubSystem >
104
+ <GenerateDebugInformation >true</GenerateDebugInformation >
105
+ <AdditionalDependencies >nvToolsExt32_1.lib;glu32.lib;winmm.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
106
+ <AdditionalLibraryDirectories >.</AdditionalLibraryDirectories >
107
+ </Link >
108
+ </ItemDefinitionGroup >
109
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
110
+ <ClCompile >
111
+ <WarningLevel >Level3</WarningLevel >
112
+ <PrecompiledHeader >
113
+ </PrecompiledHeader >
114
+ <Optimization >MaxSpeed</Optimization >
115
+ <FunctionLevelLinking >true</FunctionLevelLinking >
116
+ <IntrinsicFunctions >true</IntrinsicFunctions >
117
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118
+ <AdditionalIncludeDirectories >.</AdditionalIncludeDirectories >
119
+ </ClCompile >
120
+ <Link >
121
+ <SubSystem >Console</SubSystem >
122
+ <GenerateDebugInformation >true</GenerateDebugInformation >
123
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
124
+ <OptimizeReferences >true</OptimizeReferences >
125
+ <AdditionalDependencies >nvToolsExt32_1.lib;glu32.lib;winmm.lib;opengl32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
126
+ <AdditionalLibraryDirectories >.</AdditionalLibraryDirectories >
127
+ </Link >
128
+ </ItemDefinitionGroup >
129
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
130
+ <ImportGroup Label =" ExtensionTargets" >
131
+ </ImportGroup >
132
+ </Project >
0 commit comments