Reorganising

This commit is contained in:
Garry Newman 2016-09-30 14:05:32 +01:00
parent de6b6c8962
commit c954ec0ffe
14 changed files with 12 additions and 12 deletions

View File

@ -88,8 +88,8 @@
</Otherwise>
</Choose>
<ItemGroup>
<Compile Include="Client.cs" />
<Compile Include="Networking.cs" />
<Compile Include="Client\Client.cs" />
<Compile Include="Client\Networking.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Client\Friends.cs" />
</ItemGroup>
@ -100,8 +100,8 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Serverlist.cs" />
<Compile Include="Stats.cs" />
<Compile Include="Client\Serverlist.cs" />
<Compile Include="Client\Stats.cs" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">

View File

@ -228,7 +228,7 @@ public Image GetAvatar( AvatarSize size, ulong steamid )
throw new System.NotImplementedException( "Deferred Avatar Loading Todo" );
// Add to image loading list
return img;
//return img;
}

View File

@ -113,13 +113,13 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Client.Networking.cs" />
<Compile Include="Client.Overlay.cs" />
<Compile Include="Client.ServerList.cs" />
<Compile Include="Client.ServerList.Request.cs" />
<Compile Include="Client.Auth.cs" />
<Compile Include="Client\Networking.cs" />
<Compile Include="Client\Overlay.cs" />
<Compile Include="Client\ServerList.cs" />
<Compile Include="Client\ServerList.Request.cs" />
<Compile Include="Client\Auth.cs" />
<Compile Include="Client.cs" />
<Compile Include="Client.ServerList.Server.cs" />
<Compile Include="Client\ServerList.Server.cs" />
<Compile Include="Client\App.cs" />
<Compile Include="Client\Friends.cs" />
<Compile Include="Client\Image.cs" />
@ -130,7 +130,7 @@
<Compile Include="Config.cs" />
<Compile Include="Interop\ServerRules.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="steam_api_interop.cs" />
<Compile Include="Interop\steam_api_interop.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />