summaryrefslogtreecommitdiff
path: root/Ivy/IvyPPC/IvyPPC.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/IvyPPC/IvyPPC.csproj')
-rw-r--r--Ivy/IvyPPC/IvyPPC.csproj110
1 files changed, 0 insertions, 110 deletions
diff --git a/Ivy/IvyPPC/IvyPPC.csproj b/Ivy/IvyPPC/IvyPPC.csproj
deleted file mode 100644
index c1c8af8..0000000
--- a/Ivy/IvyPPC/IvyPPC.csproj
+++ /dev/null
@@ -1,110 +0,0 @@
-<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>{7E5552BD-0262-4C02-B0CE-E96305CFCD6D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>IvyBus</RootNamespace>
- <AssemblyName>Ivy</AssemblyName>
- <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <PlatformFamilyName>PocketPC</PlatformFamilyName>
- <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
- <OSVersion>4.20</OSVersion>
- <DeployDirSuffix>IvyPPC</DeployDirSuffix>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FormFactorID>
- </FormFactorID>
- <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\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;PocketPC</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="Ivy.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="IvyApplicationBinding.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="IvyBinding.cs" />
- <Compile Include="IvyBindingAttribute.cs" />
- <Compile Include="IvyClient.cs" />
- <Compile Include="IvyDomain.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="IvyDomain.designer.cs">
- <DependentUpon>IvyDomain.cs</DependentUpon>
- </Compile>
- <Compile Include="IvyEventArgs.cs" />
- <Compile Include="IvyException.cs" />
- <Compile Include="IvyProtocol.cs" />
- <Compile Include="IvyTCPStream.cs" />
- <Compile Include="IvyTCPStreamV3.cs" />
- <Compile Include="IvyTCPStreamV4.cs" />
- <Compile Include="IvyUDPStream.cs" />
- <Compile Include="IvyUDPStreamV3.cs" />
- <Compile Include="IvyUDPStreamV4.cs" />
- <Compile Include="IvyWatcher.cs" />
- <None Include="Pcre.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <None Include="Settings.cs" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="CustomMarshalers" />
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="IvyDomain.resx">
- <DependentUpon>IvyDomain.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
- <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
- <HostingProcess disable="1" />
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <!-- 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