Skip to content

Commit c819b37

Browse files
committed
Updated Visual Studio projects, and removed old VS2008 project
1 parent 64cbdca commit c819b37

File tree

4 files changed

+37
-562
lines changed

4 files changed

+37
-562
lines changed

VisualC/SDL_net.vcxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@
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>

VisualC/SDL_net_VS2008.sln

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)