<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{4706B526-42F0-420E-9CF2-B0AB775C8E47}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>P4API</RootNamespace> <AssemblyName>P4API</AssemblyName> <SccProjectName>SAK</SccProjectName> <SccLocalPath>SAK</SccLocalPath> <SccAuxPath>SAK</SccAuxPath> <SccProvider>SAK</SccProvider> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\bin\CLR_2.0\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile>..\..\bin\CLR_2.0\P4API.XML</DocumentationFile> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="ExceptionLevels.cs" /> <Compile Include="Exceptions\P4APIExceptions.cs" /> <Compile Include="P4Connection.cs" /> <Compile Include="P4Form.cs" /> <Compile Include="P4BaseRecordSet.cs" /> <Compile Include="P4FormRecordSet.cs" /> <Compile Include="P4PendingChangelist.cs" /> <Compile Include="P4PromptEventArgs.cs" /> <Compile Include="P4ResultClientUser.cs" /> <Compile Include="P4UnParsedRecordSet.cs" /> <Compile Include="P4RecordSet.cs" /> <Compile Include="AssemblyInfo.cs" /> <Compile Include="P4Record.cs" /> <Compile Include="Record\ArrayFieldDictionary.cs" /> <Compile Include="Record\FieldDictionary.cs" /> </ItemGroup> <ItemGroup> <None Include="ClassDiagram1.cd" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\p4dn\p4dn.vcproj"> <Project>{79872B7D-711D-410F-B60F-A60E0DE0301F}</Project> <Name>p4dn</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Content Include="CodeDocuments.xml" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5831 | Shawn Hladky | P4.Net: Branch release 0.9 and delete a few files missed last time | ||
//guest/shawn_hladky/P4.Net/main/src/P4API/P4API.csproj | |||||
#1 | 5830 | Shawn Hladky | P4.Net: reorg to support release branches | ||
//guest/shawn_hladky/P4.Net/src/P4API/P4API.csproj | |||||
#8 | 5801 | Shawn Hladky |
P4.Net. More misc changes |
||
#7 | 5798 | Shawn Hladky |
P4.Net... still not ready for beta Added license to all files Added several doc files Misc bugs |
||
#6 | 5774 | Shawn Hladky |
P4.Net. A few bug fixes. Addes first draft of MSBuild custom tasks. |
||
#5 | 5734 | Shawn Hladky | More unit tests, and bug fixes. | ||
#4 | 5678 | Shawn Hladky |
WIP... more tests. OnPrompt event to recieve input from prompts. |
||
#3 | 5636 | Shawn Hladky |
1. Added test harness framework, and some initial tests 2. Fixed many bugs (oddly enough identified by the unit tests) 3. Fixes so will build 1.1 Framework (and build batch files actually work) 4. Pathetic attempt at documentation |
||
#2 | 5447 | Shawn Hladky | refactor, and added options class | ||
#1 | 5444 | Shawn Hladky | file re-org | ||
//guest/shawn_hladky/P4.Net/src/P4API.csproj | |||||
#7 | 5438 | Shawn Hladky | refactoring, and documentation code | ||
#6 | 5436 | Shawn Hladky | P4.Net -- Added some high-level functionality | ||
#5 | 5433 | Shawn Hladky | P4.Net More refactoring | ||
#4 | 5431 | Shawn Hladky |
Refactoring... step 1. |
||
#3 | 5362 | Shawn Hladky | Chipping away at the API changes | ||
#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. |