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
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{03ED9FC5-E8FD-4A42-B348-7BCE53EE2F71}</ProjectGuid >
23
+ <RootNamespace >Maths</RootNamespace >
24
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v140</PlatformToolset >
31
+ <CharacterSet >MultiByte</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >false</UseDebugLibraries >
36
+ <PlatformToolset >v140</PlatformToolset >
37
+ <WholeProgramOptimization >true</WholeProgramOptimization >
38
+ <CharacterSet >MultiByte</CharacterSet >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41
+ <ConfigurationType >Application</ConfigurationType >
42
+ <UseDebugLibraries >true</UseDebugLibraries >
43
+ <PlatformToolset >v140</PlatformToolset >
44
+ <CharacterSet >MultiByte</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v140</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >MultiByte</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" Shared" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <PropertyGroup Label =" UserMacros" />
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
72
+ <IncludePath >$(VC_IncludePath);$(WindowsSDK_IncludePath);$(VC_SourcePath)/armadillo/</IncludePath >
73
+ </PropertyGroup >
74
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75
+ <ClCompile >
76
+ <WarningLevel >Level3</WarningLevel >
77
+ <Optimization >Disabled</Optimization >
78
+ <SDLCheck >true</SDLCheck >
79
+ </ClCompile >
80
+ </ItemDefinitionGroup >
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
82
+ <ClCompile >
83
+ <WarningLevel >Level3</WarningLevel >
84
+ <Optimization >Disabled</Optimization >
85
+ <SDLCheck >true</SDLCheck >
86
+ </ClCompile >
87
+ </ItemDefinitionGroup >
88
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
89
+ <ClCompile >
90
+ <WarningLevel >Level3</WarningLevel >
91
+ <Optimization >MaxSpeed</Optimization >
92
+ <FunctionLevelLinking >true</FunctionLevelLinking >
93
+ <IntrinsicFunctions >true</IntrinsicFunctions >
94
+ <SDLCheck >true</SDLCheck >
95
+ </ClCompile >
96
+ <Link >
97
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
98
+ <OptimizeReferences >true</OptimizeReferences >
99
+ </Link >
100
+ </ItemDefinitionGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
102
+ <ClCompile >
103
+ <WarningLevel >Level3</WarningLevel >
104
+ <Optimization >MaxSpeed</Optimization >
105
+ <FunctionLevelLinking >true</FunctionLevelLinking >
106
+ <IntrinsicFunctions >true</IntrinsicFunctions >
107
+ <SDLCheck >true</SDLCheck >
108
+ </ClCompile >
109
+ <Link >
110
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
111
+ <OptimizeReferences >true</OptimizeReferences >
112
+ </Link >
113
+ </ItemDefinitionGroup >
114
+ <ItemGroup >
115
+ <ClCompile Include =" main.cpp" />
116
+ </ItemGroup >
117
+ <ItemGroup >
118
+ <ClInclude Include =" Fct.h" />
119
+ <ClInclude Include =" MatrixOps.h" />
120
+ <ClInclude Include =" Model.h" />
121
+ <ClInclude Include =" Ops.h" />
122
+ <ClInclude Include =" Type_Ops.h" />
123
+ <ClInclude Include =" Var.h" />
124
+ </ItemGroup >
125
+ <ItemGroup >
126
+ <None Include =" Fct.inl" />
127
+ <None Include =" MatrixOps.inl" />
128
+ <None Include =" Model.inl" />
129
+ <None Include =" Ops.inl" />
130
+ </ItemGroup >
131
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
132
+ <ImportGroup Label =" ExtensionTargets" >
133
+ </ImportGroup >
134
+ </Project >
0 commit comments