diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-06 21:45:36 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-06 21:45:36 +0200 |
commit | b2214a56c4311b7ace927280a2c059816d5d63a8 (patch) | |
tree | 7603dd3d50bf6ce25d0b8ce4ba432a79afe4cd0b /ProtoProxy/ProtoProxy.sln | |
parent | MemDumpAnalysis: moved into the Tools folder; uses the global Expat library now. (diff) | |
download | cuberite-b2214a56c4311b7ace927280a2c059816d5d63a8.tar cuberite-b2214a56c4311b7ace927280a2c059816d5d63a8.tar.gz cuberite-b2214a56c4311b7ace927280a2c059816d5d63a8.tar.bz2 cuberite-b2214a56c4311b7ace927280a2c059816d5d63a8.tar.lz cuberite-b2214a56c4311b7ace927280a2c059816d5d63a8.tar.xz cuberite-b2214a56c4311b7ace927280a2c059816d5d63a8.tar.zst cuberite-b2214a56c4311b7ace927280a2c059816d5d63a8.zip |
Diffstat (limited to 'ProtoProxy/ProtoProxy.sln')
-rw-r--r-- | ProtoProxy/ProtoProxy.sln | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ProtoProxy/ProtoProxy.sln b/ProtoProxy/ProtoProxy.sln deleted file mode 100644 index 62d298905..000000000 --- a/ProtoProxy/ProtoProxy.sln +++ /dev/null @@ -1,29 +0,0 @@ -
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual C++ Express 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProtoProxy", "ProtoProxy.vcproj", "{EFEC8F76-1397-49A4-885B-314CB4244231}"
- ProjectSection(ProjectDependencies) = postProject
- {3423EC9A-52E4-4A4D-9753-EDEBC38785EF} = {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CryptoPP", "..\VC2008\CryptoPP.vcproj", "{3423EC9A-52E4-4A4D-9753-EDEBC38785EF}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EFEC8F76-1397-49A4-885B-314CB4244231}.Debug|Win32.ActiveCfg = Debug|Win32
- {EFEC8F76-1397-49A4-885B-314CB4244231}.Debug|Win32.Build.0 = Debug|Win32
- {EFEC8F76-1397-49A4-885B-314CB4244231}.Release|Win32.ActiveCfg = Release|Win32
- {EFEC8F76-1397-49A4-885B-314CB4244231}.Release|Win32.Build.0 = Release|Win32
- {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|Win32.ActiveCfg = Debug|Win32
- {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Debug|Win32.Build.0 = Debug|Win32
- {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Release|Win32.ActiveCfg = Release|Win32
- {3423EC9A-52E4-4A4D-9753-EDEBC38785EF}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
|