diff UCIS.csproj @ 0:3ab940a0c7a0

Initial commit
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 11 Sep 2012 16:28:53 +0200
parents
children 28dc7d535036
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UCIS.csproj	Tue Sep 11 16:28:53 2012 +0200
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>9.0.30729</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{3200885C-E36B-400B-BE21-6209B47832E6}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>UCIS</RootNamespace>
+    <AssemblyName>UCIS</AssemblyName>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>..\lib\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>..\lib\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Management" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Cache.cs" />
+    <Compile Include="Cci\CciCommand.cs" />
+    <Compile Include="Database.cs" />
+    <None Include="DBReader.cs" />
+    <Compile Include="Net\ConnectionList.cs" />
+    <Compile Include="Net\HTTP.cs" />
+    <Compile Include="Net\INetworkConnection.cs" />
+    <Compile Include="Net\TCPServer.cs" />
+    <Compile Include="Net\TCPStream.cs" />
+    <Compile Include="Pml\Channels\ActivePmlChannel.cs" />
+    <Compile Include="Pml\Channels\PassivePmlChannel.cs" />
+    <Compile Include="Pml\Channels\PmlChannel.cs" />
+    <None Include="Pml\Elements\Array.cs" />
+    <Compile Include="Pml\Elements\Binary.cs" />
+    <Compile Include="Pml\Elements\Collection.cs" />
+    <Compile Include="Pml\Elements\Dictionary.cs" />
+    <Compile Include="Pml\Elements\Element.cs" />
+    <Compile Include="Pml\Elements\Integer.cs" />
+    <None Include="Pml\Elements\Number.cs" />
+    <Compile Include="Pml\Elements\PmlNull.cs" />
+    <Compile Include="Pml\Elements\PmlString.cs" />
+    <Compile Include="Pml\Channels\IPmlChannel.cs" />
+    <Compile Include="Pml\IPmlCommunicator.cs" />
+    <Compile Include="Pml\IPmlRpc.cs" />
+    <None Include="Pml\LegacyPmlCommunicator.cs" />
+    <Compile Include="Pml\PmlBuilder.cs" />
+    <None Include="Pml\PmlCommunicator.cs" />
+    <Compile Include="Pml\PmlCommunicator2.cs" />
+    <Compile Include="Pml\RW\PmlAmfRW.cs" />
+    <Compile Include="Pml\RW\PmlPHPRW.cs" />
+    <Compile Include="Pml\RW\PmlBinaryRW.cs" />
+    <Compile Include="Pml\RW\IPmlRW.cs" />
+    <Compile Include="Pml\PmlConnection.cs" />
+    <Compile Include="Pml\RW\PmlTextRW.cs" />
+    <Compile Include="Pml\RW\PmlXmlRW.cs" />
+    <Compile Include="Pml\Channels\TCPPmlChannel.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="Radio\Tuner.cs" />
+    <Compile Include="ThreadPool.cs" />
+    <Compile Include="UTF8NoPreamble.cs" />
+    <Compile Include="Util\ArrayUtil.cs" />
+    <Compile Include="Util\AsyncStream.cs" />
+    <Compile Include="Util\CrossStream.cs" />
+    <Compile Include="Util\HoldStream.cs" />
+    <Compile Include="Util\PipeStream.cs" />
+    <Compile Include="Windows\ServiceManager.cs" />
+    <Compile Include="Xml\PolicyFile.cs" />
+    <Compile Include="Xml\Server.cs" />
+    <Compile Include="Xml\Socket.cs" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\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>
\ No newline at end of file