Skip to content

Commit d84b25d

Browse files
committed
Fix references
1 parent cb41c90 commit d84b25d

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

Techies/Techies.csproj

+2-8
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,8 @@
6868
<SpecificVersion>False</SpecificVersion>
6969
<HintPath>..\..\PlaySharp\System\Ensage.Common.dll</HintPath>
7070
</Reference>
71-
<Reference Include="SharpDX, Version=2.6.3.0, Culture=neutral, PublicKeyToken=345b829e6e492981, processorArchitecture=MSIL">
72-
<SpecificVersion>False</SpecificVersion>
73-
<HintPath>..\..\PlaySharp\System\SharpDX.dll</HintPath>
74-
</Reference>
75-
<Reference Include="SharpDX.Direct3D9, Version=2.6.3.0, Culture=neutral, PublicKeyToken=345b829e6e492981, processorArchitecture=MSIL">
76-
<SpecificVersion>False</SpecificVersion>
77-
<HintPath>..\..\PlaySharp\System\SharpDX.Direct3D9.dll</HintPath>
78-
</Reference>
71+
<Reference Include="SharpDX" />
72+
<Reference Include="SharpDX.Direct3D9" />
7973
<Reference Include="System" />
8074
<Reference Include="System.Drawing" />
8175
<Reference Include="WindowsBase" />

Techies/Techies.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.40629.0
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25123.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "techies", "techies.csproj", "{C1C71A93-50FF-4C36-B047-B12311ECAAF9}"
77
EndProject
88
Global
9+
GlobalSection(Performance) = preSolution
10+
HasPerformanceSessions = true
11+
EndGlobalSection
912
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1013
Debug|Any CPU = Debug|Any CPU
1114
Release|Any CPU = Release|Any CPU
@@ -19,7 +22,4 @@ Global
1922
GlobalSection(SolutionProperties) = preSolution
2023
HideSolutionNode = FALSE
2124
EndGlobalSection
22-
GlobalSection(Performance) = preSolution
23-
HasPerformanceSessions = true
24-
EndGlobalSection
2525
EndGlobal

0 commit comments

Comments
 (0)