- Microsoft Visual Studio Solution File, Format Version 11.00
- # Visual Studio 2010
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "p4dn", "p4dn\p4dn.vcxproj", "{79872B7D-711D-410F-B60F-A60E0DE0301F}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P4API", "P4API\P4API.csproj", "{4706B526-42F0-420E-9CF2-B0AB775C8E47}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P4.NetTestDriver", "..\test\src\P4.NetTestDriver\P4.NetTestDriver.csproj", "{76CAB589-363E-4912-BDE0-9FABDDA1E6CF}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|Mixed Platforms = Debug|Mixed Platforms
- Debug|Win32 = Debug|Win32
- Release|Any CPU = Release|Any CPU
- Release|Mixed Platforms = Release|Mixed Platforms
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Debug|Mixed Platforms.Build.0 = Debug|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Debug|Win32.ActiveCfg = Debug|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Debug|Win32.Build.0 = Debug|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Release|Any CPU.ActiveCfg = Release|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Release|Mixed Platforms.ActiveCfg = Release|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Release|Mixed Platforms.Build.0 = Release|Win32
- {79872B7D-711D-410F-B60F-A60E0DE0301F}.Release|Win32.ActiveCfg = Release|Win32
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Debug|Win32.Build.0 = Debug|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Release|Any CPU.Build.0 = Release|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {4706B526-42F0-420E-9CF2-B0AB775C8E47}.Release|Win32.ActiveCfg = Release|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Debug|Win32.Build.0 = Debug|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Release|Any CPU.Build.0 = Release|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Release|Win32.ActiveCfg = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 7893 | Johan Nilsson | OFFLINE CHANGELIST 10 - SUBMITTED ON 2011/03/23 11:18:27 Upgrade project files to VS2010... and switching to msbuild for the entire project. Retargeted everything to .NET4 Client Profile for the time being, due to VS2010 C++ limitations (can't target anything other than 4.0 without complicating the setup too much). Shouldn't be too hard to retarget later if push comes to shove. Added VS2010 P4API stuff directly inside this project also to make things easier to get up and running for the moment. Removed old static P4API libraries. ____________________________________________________________ OFFLINE CHANGELIST 9 - SUBMITTED ON 2011/03/22 07:35:31 Converted to VS2010 « |
14 years ago | |
#1 | 7889 | Johan Nilsson | Branch from Shawn Hladky's original P4.Net (main branch). Changed file type for StandardT...est.cs and UnicodeTest.cs in order to be able to check them in. « |
14 years ago | |
//guest/shawn_hladky/P4.Net/main/src/p4dn.sln | |||||
#5 | 7709 | Shawn Hladky | P4.Net: Cleanup, documentation, and a a start for implementing an object-based outpu...t for filelog. « | 15 years ago | |
#4 | 6243 | Shawn Hladky | P4.Net: Change Callback from interface to abstract class | 17 years ago | |
#3 | 6182 | Shawn Hladky | P4.Net. First stab at a callback interface for real-time handling of perforce outpu...t. Upgrade to VS 2008. « |
17 years ago | |
#2 | 5838 | Shawn Hladky | P4.Net: WIP support for unicode server | 18 years ago | |
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | 18 years ago | |
//guest/shawn_hladky/P4.Net/src/p4dn.sln | |||||
#12 | 5824 | Shawn Hladky | P4.Net: Last bits of documentation for 0.9 | 18 years ago | |
#11 | 5820 | Shawn Hladky | P4.Net: splitting samples to thier own solution files | 18 years ago | |
#10 | 5798 | Shawn Hladky | P4.Net... still not ready for beta Added license to all files Added several doc fi...les Misc bugs « |
18 years ago | |
#9 | 5774 | Shawn Hladky |
P4.Net. A few bug fixes. Addes first draft of MSBuild custom tasks. |
18 years ago | |
#8 | 5637 | Shawn Hladky | fixing source control bindings | 19 years ago | |
#7 | 5447 | Shawn Hladky | refactor, and added options class | 19 years ago | |
#6 | 5444 | Shawn Hladky | file re-org | 19 years ago | |
#5 | 5431 | Shawn Hladky |
Refactoring... step 1. |
19 years ago | |
#4 | 5427 | Shawn Hladky | P4.Net -- several fixes and added sample application | 19 years ago | |
#3 | 5373 | Shawn Hladky | P4.Net: Still WIP, but some things starting to work | 19 years ago | |
#2 | 5360 | Shawn Hladky | Binding solution to source control | 19 years ago | |
#1 | 5349 | Shawn Hladky | Initial check-in for the new API interface. Nothing works yet, but it should compi...le at least. « |
19 years ago |