mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Reorganising
This commit is contained in:
parent
de6b6c8962
commit
c954ec0ffe
@ -88,8 +88,8 @@
|
|||||||
</Otherwise>
|
</Otherwise>
|
||||||
</Choose>
|
</Choose>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Client.cs" />
|
<Compile Include="Client\Client.cs" />
|
||||||
<Compile Include="Networking.cs" />
|
<Compile Include="Client\Networking.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Client\Friends.cs" />
|
<Compile Include="Client\Friends.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@ -100,8 +100,8 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Serverlist.cs" />
|
<Compile Include="Client\Serverlist.cs" />
|
||||||
<Compile Include="Stats.cs" />
|
<Compile Include="Client\Stats.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Choose>
|
<Choose>
|
||||||
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
||||||
|
@ -228,7 +228,7 @@ public Image GetAvatar( AvatarSize size, ulong steamid )
|
|||||||
throw new System.NotImplementedException( "Deferred Avatar Loading Todo" );
|
throw new System.NotImplementedException( "Deferred Avatar Loading Todo" );
|
||||||
// Add to image loading list
|
// Add to image loading list
|
||||||
|
|
||||||
return img;
|
//return img;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -113,13 +113,13 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Client.Networking.cs" />
|
<Compile Include="Client\Networking.cs" />
|
||||||
<Compile Include="Client.Overlay.cs" />
|
<Compile Include="Client\Overlay.cs" />
|
||||||
<Compile Include="Client.ServerList.cs" />
|
<Compile Include="Client\ServerList.cs" />
|
||||||
<Compile Include="Client.ServerList.Request.cs" />
|
<Compile Include="Client\ServerList.Request.cs" />
|
||||||
<Compile Include="Client.Auth.cs" />
|
<Compile Include="Client\Auth.cs" />
|
||||||
<Compile Include="Client.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\App.cs" />
|
||||||
<Compile Include="Client\Friends.cs" />
|
<Compile Include="Client\Friends.cs" />
|
||||||
<Compile Include="Client\Image.cs" />
|
<Compile Include="Client\Image.cs" />
|
||||||
@ -130,7 +130,7 @@
|
|||||||
<Compile Include="Config.cs" />
|
<Compile Include="Config.cs" />
|
||||||
<Compile Include="Interop\ServerRules.cs" />
|
<Compile Include="Interop\ServerRules.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="steam_api_interop.cs" />
|
<Compile Include="Interop\steam_api_interop.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
Loading…
Reference in New Issue
Block a user