File tree Expand file tree Collapse file tree 4 files changed +37
-562
lines changed Expand file tree Collapse file tree 4 files changed +37
-562
lines changed Original file line number Diff line number Diff line change 79
79
<CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
80
80
<CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
81
81
</PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83
+ <IncludePath >$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath >
84
+ <LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
85
+ </PropertyGroup >
86
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87
+ <IncludePath >$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath >
88
+ <LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
89
+ </PropertyGroup >
90
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
91
+ <IncludePath >$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath >
92
+ <LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
93
+ </PropertyGroup >
94
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
95
+ <IncludePath >$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath >
96
+ <LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
97
+ </PropertyGroup >
82
98
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83
99
<Midl >
84
100
<PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments