Skip to content

Commit

Permalink
Cleanup solution and project files
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Aug 27, 2015
1 parent 1726ea4 commit e57e588
Show file tree
Hide file tree
Showing 17 changed files with 303 additions and 268 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

Binary file removed .nuget/Microsoft.Build.dll
Binary file not shown.
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
155 changes: 0 additions & 155 deletions .nuget/NuGet.targets

This file was deleted.

12 changes: 9 additions & 3 deletions Dota2.GameClient/Dota2.GameClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}</ProjectGuid>
<ProjectGuid>{3BF9DF42-BCD0-4CF6-9D95-1FB9F1D35BBE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Dota2</RootNamespace>
Expand All @@ -29,13 +29,16 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Dota2.GameClient.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Crc32C.NET, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Crc32C.NET.1.0.5.0\lib\net20\Crc32C.NET.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -110,10 +113,13 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Dota2\Dota2.csproj">
<Project>{7825d5e3-9b75-4cb4-a77e-a886ccbcc094}</Project>
<Project>{d51354a5-eefd-4584-b79b-16889f10ecfd}</Project>
<Name>Dota2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Engine\Game\Entities\Data\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Dota2.GameClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0c79ca20-80e5-42d1-b6d0-d3d319d0dd39")]
[assembly: Guid("3bf9df42-bcd0-4cf6-9d95-1fb9f1d35bbe")]

// Version information for an assembly consists of the following four values:
//
Expand Down
1 change: 1 addition & 0 deletions Dota2.GameClient/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Crc32C.NET" version="1.0.5.0" targetFramework="net4" userInstalled="true" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net4" userInstalled="true" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net4" userInstalled="true" />
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net4" userInstalled="true" />
<package id="Stateless" version="2.5.21.0" targetFramework="net4" userInstalled="true" />
Expand Down
63 changes: 10 additions & 53 deletions Dota2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,69 +3,26 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dota2", "Dota2\Dota2.csproj", "{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dota2", "Dota2\Dota2.csproj", "{D51354A5-EEFD-4584-B79B-16889F10ECFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{182EF8B6-A00F-4247-9AAF-DA6DAC91557A}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E829BAF9-7CE6-4478-8FD4-7749A6106CE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dota2GameConnect", "Samples\GameConnect\Dota2GameConnect\Dota2GameConnect.csproj", "{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LobbyDump", "Samples\LobbyDump\Dota2LobbyDump\LobbyDump.csproj", "{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dota2.GameClient", "Dota2.GameClient\Dota2.GameClient.csproj", "{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dota2.GameClient", "Dota2.GameClient\Dota2.GameClient.csproj", "{3BF9DF42-BCD0-4CF6-9D95-1FB9F1D35BBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Debug|x86.ActiveCfg = Debug|Any CPU
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Debug|x86.Build.0 = Debug|Any CPU
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Release|Any CPU.Build.0 = Release|Any CPU
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Release|x86.ActiveCfg = Release|Any CPU
{7825D5E3-9B75-4CB4-A77E-A886CCBCC094}.Release|x86.Build.0 = Release|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Debug|x86.ActiveCfg = Debug|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Debug|x86.Build.0 = Debug|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Release|Any CPU.Build.0 = Release|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Release|x86.ActiveCfg = Release|Any CPU
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA}.Release|x86.Build.0 = Release|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Debug|x86.ActiveCfg = Debug|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Debug|x86.Build.0 = Debug|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Release|Any CPU.Build.0 = Release|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Release|x86.ActiveCfg = Release|Any CPU
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9}.Release|x86.Build.0 = Release|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Debug|x86.ActiveCfg = Debug|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Debug|x86.Build.0 = Debug|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Release|Any CPU.Build.0 = Release|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Release|x86.ActiveCfg = Release|Any CPU
{0C79CA20-80E5-42D1-B6D0-D3D319D0DD39}.Release|x86.Build.0 = Release|Any CPU
{D51354A5-EEFD-4584-B79B-16889F10ECFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D51354A5-EEFD-4584-B79B-16889F10ECFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D51354A5-EEFD-4584-B79B-16889F10ECFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D51354A5-EEFD-4584-B79B-16889F10ECFD}.Release|Any CPU.Build.0 = Release|Any CPU
{3BF9DF42-BCD0-4CF6-9D95-1FB9F1D35BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BF9DF42-BCD0-4CF6-9D95-1FB9F1D35BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BF9DF42-BCD0-4CF6-9D95-1FB9F1D35BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BF9DF42-BCD0-4CF6-9D95-1FB9F1D35BBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF6C7A5E-D73C-4B86-B555-10B2C96939AA} = {E829BAF9-7CE6-4478-8FD4-7749A6106CE3}
{0E3E15EE-37FE-4DB9-8534-9F3BDAF4BFE9} = {E829BAF9-7CE6-4478-8FD4-7749A6106CE3}
EndGlobalSection
EndGlobal
63 changes: 63 additions & 0 deletions Dota2/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
Loading

0 comments on commit e57e588

Please sign in to comment.