Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P4HttpHandler", "P4HttpHandler.csproj", "{C1F96106-7486-49E5-A601-8CF7880A7E80}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {C1F96106-7486-49E5-A601-8CF7880A7E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C1F96106-7486-49E5-A601-8CF7880A7E80}.Debug|Any CPU.Build.0 = Debug|Any CPU {C1F96106-7486-49E5-A601-8CF7880A7E80}.Release|Any CPU.ActiveCfg = Release|Any CPU {C1F96106-7486-49E5-A601-8CF7880A7E80}.Release|Any CPU.Build.0 = 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/samples/P4HttpHandler/P4HttpHandler.sln | |||||
#2 | 6505 | Shawn Hladky |
P4.Net: Multiple Changes 1. Update samples to VS2008 and new bin paths 2. Update MSBuild sync tasks to have IgnoredWarnings parameter 3. Added public class for P4RecordsetCallback. This allows consumers to easily migrate code that uses Recordsets to also take advantage of callback hooks. 4. Reworked method signiture of RunCallback. Removed tagged parameter and added RunCallbackUnparsed method. Made Callback parameter first so command and arguments are next to one-another. Note: this is a BREAKING CHANGE if you are using callbacks. 5. Reworked so switching between tagged and untagged runs will not disconnect/reconnect. 6. Add initial work for a file diffing object. |
||
#1 | 5950 | Shawn Hladky |
P4.Net. Adding HTTP Handler sample application. |