Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P4Win411", "P4Win411\P4Win411.vcxproj", "{A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P4Win409", "P4Win409\P4Win409.vcxproj", "{CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P4win", "P4win.vcxproj", "{DBC46386-7108-D0CF-54FA-FB7B83EA4936}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution All|Win32 = All|Win32 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Unicode Debug|Win32 = Unicode Debug|Win32 Unicode Release|Win32 = Unicode Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.All|Win32.ActiveCfg = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.All|Win32.Build.0 = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Debug|Win32.ActiveCfg = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Debug|Win32.Build.0 = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Release|Win32.ActiveCfg = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Release|Win32.Build.0 = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Unicode Debug|Win32.ActiveCfg = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Unicode Debug|Win32.Build.0 = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Unicode Release|Win32.ActiveCfg = All|Win32 {A5411300-4E8E-F0A2-FC25-8A1EE61C86E2}.Unicode Release|Win32.Build.0 = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.All|Win32.ActiveCfg = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.All|Win32.Build.0 = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Debug|Win32.ActiveCfg = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Debug|Win32.Build.0 = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Release|Win32.ActiveCfg = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Release|Win32.Build.0 = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Unicode Debug|Win32.ActiveCfg = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Unicode Debug|Win32.Build.0 = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Unicode Release|Win32.ActiveCfg = All|Win32 {CF4BDD1A-C381-5F38-E7CE-7AD0B5322BE0}.Unicode Release|Win32.Build.0 = All|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.All|Win32.ActiveCfg = Unicode Release|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.All|Win32.Build.0 = Unicode Release|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Debug|Win32.ActiveCfg = Debug|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Debug|Win32.Build.0 = Debug|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Release|Win32.ActiveCfg = Release|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Release|Win32.Build.0 = Release|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32 {DBC46386-7108-D0CF-54FA-FB7B83EA4936}.Unicode Release|Win32.Build.0 = Unicode Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 11435 | brkarpala |
Fix p4win project so the project can both build and run in release and Unicode Release - Compiled in VS2012 - Was compiled against api r14.2 - Added PostBuildEvent to P4Win409 and P4Win411 to copy TargetFile to all four configurations. Can be done better, but good enough for now. - Both debug configurations receive a failed assertion starting up. Though fixed, that change will be moved to another changelist for it is adding to the code base (more information is returned from p4 info than expected) - Needed to disable GenerateManifest (seem to conflict even if all but one config was disabled) - Created a second P4EnvVariables (for debug). Not required, and probably can be handled better, but wanted the debug build to point to the debug api. |
||
#1 | 11099 | brkarpala | Integrate p4win from //guest/perforce_software/p4win/...@8562 | ||
//guest/perforce_software/p4win/gui/P4win.sln | |||||
#1 | 8562 | Matt Attaway |
These feet never stop running. Initial commit of the P4Win source code. To the best of our knowledge this compiles and runs using the 2013.3 P4 API and VS 2010. Expect a few changes as we refine the build process. Please post any build issues to the forums. |