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 7979 <CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
8080 <CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
8181 </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 >
8298 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
8399 <Midl >
84100 <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments