Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "p4dn", "p4dn\p4dn.vcproj", "{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(SourceCodeControl) = preSolution
SccNumberOfProjects = 4
SccProjectName0 = Perforce\u0020Project
SccLocalPath0 = ..
SccProvider0 = MSSCCI:Perforce\u0020SCM
SccProjectFilePathRelativizedFromConnection0 = src\\
SccProjectUniqueName1 = ..\\test\\src\\P4.NetTestDriver\\P4.NetTestDriver.csproj
SccLocalPath1 = ..\\test\\src\\P4.NetTestDriver
SccProjectUniqueName2 = p4dn\\p4dn.vcproj
SccLocalPath2 = p4dn
SccProjectUniqueName3 = P4API\\P4API.csproj
SccLocalPath3 = P4API
EndGlobalSection
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
{79872B7D-711D-410F-B60F-A60E0DE0301F}.Release|Win32.Build.0 = 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}.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|Mixed Platforms.Build.0 = Debug|Any CPU
{76CAB589-363E-4912-BDE0-9FABDDA1E6CF}.Debug|Win32.ActiveCfg = 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|Mixed Platforms.Build.0 = 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 | |
|---|---|---|---|---|---|
| #1 | 7341 | Erik Purins |
p4.net --- pull p4.net#head |
||
| //guest/shawn_hladky/P4.Net/main/src/p4dn.sln | |||||
| #4 | 6243 | Shawn Hladky | P4.Net: Change Callback from interface to abstract class | ||
| #3 | 6182 | Shawn Hladky |
P4.Net. First stab at a callback interface for real-time handling of perforce output. Upgrade to VS 2008. |
||
| #2 | 5838 | Shawn Hladky | P4.Net: WIP support for unicode server | ||
| #1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | ||
| //guest/shawn_hladky/P4.Net/src/p4dn.sln | |||||
| #12 | 5824 | Shawn Hladky | P4.Net: Last bits of documentation for 0.9 | ||
| #11 | 5820 | Shawn Hladky | P4.Net: splitting samples to thier own solution files | ||
| #10 | 5798 | Shawn Hladky |
P4.Net... still not ready for beta Added license to all files Added several doc files Misc bugs |
||
| #9 | 5774 | Shawn Hladky |
P4.Net. A few bug fixes. Addes first draft of MSBuild custom tasks. |
||
| #8 | 5637 | Shawn Hladky | fixing source control bindings | ||
| #7 | 5447 | Shawn Hladky | refactor, and added options class | ||
| #6 | 5444 | Shawn Hladky | file re-org | ||
| #5 | 5431 | Shawn Hladky |
Refactoring... step 1. |
||
| #4 | 5427 | Shawn Hladky | P4.Net -- several fixes and added sample application | ||
| #3 | 5373 | Shawn Hladky | P4.Net: Still WIP, but some things starting to work | ||
| #2 | 5360 | Shawn Hladky | Binding solution to source control | ||
| #1 | 5349 | Shawn Hladky |
Initial check-in for the new API interface. Nothing works yet, but it should compile at least. |
||