Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MoveTriangle.vbproj
Upload User: sztsfc
Upload Date: 2016-05-29
Package Size: 5531k
Code Size: 5k
Category:
Windows Mobile
Development Platform:
C#
- <?xml version="1.0" encoding="utf-8"?>
- <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>{946D854E-1D50-4AD1-A0BD-BA3ECCAE9613}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <StartupObject>MoveTriangle.ProgramMain</StartupObject>
- <RootNamespace>MoveTriangle</RootNamespace>
- <AssemblyName>MoveTriangle</AssemblyName>
- <ProjectTypeGuids>{68B1623D-7FB9-47D8-8664-7ECEA3297D4F};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
- <PlatformFamilyName>PocketPC</PlatformFamilyName>
- <PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
- <OSVersion>5.01</OSVersion>
- <MyType>WindowsForms</MyType>
- <DeployDirSuffix>MoveTriangle</DeployDirSuffix>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FormFactorID>
- </FormFactorID>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <DefineDebug>true</DefineDebug>
- <DefineTrace>true</DefineTrace>
- <OutputPath>binDebug</OutputPath>
- <DefineConstants>$(PlatformFamilyName)=TRUE</DefineConstants>
- <DocumentationFile>MoveTriangle.xml</DocumentationFile>
- <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
- <FileAlignment>512</FileAlignment>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <DefineDebug>false</DefineDebug>
- <DefineTrace>true</DefineTrace>
- <Optimize>true</Optimize>
- <OutputPath>binRelease</OutputPath>
- <DefineConstants>$(PlatformFamilyName)=TRUE</DefineConstants>
- <DocumentationFile>MoveTriangle.xml</DocumentationFile>
- <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
- <FileAlignment>512</FileAlignment>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.WindowsMobile.DirectX" />
- <Reference Include="System" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- </ItemGroup>
- <ItemGroup>
- <Import Include="Microsoft.VisualBasic" />
- <Import Include="System" />
- <Import Include="System.Collections" />
- <Import Include="System.Collections.Generic" />
- <Import Include="System.Drawing" />
- <Import Include="System.Diagnostics" />
- <Import Include="System.Windows.Forms" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="GraphicsForm.vb">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="GraphicsForm.Designer.vb">
- <DependentUpon>GraphicsForm.vb</DependentUpon>
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="My ProjectAssemblyInfo.vb" />
- <Compile Include="My ProjectResources.Designer.vb">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="GraphicsForm.resx">
- <SubType>Designer</SubType>
- <DependentUpon>GraphicsForm.vb</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="My ProjectResources.resx">
- <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.vb</LastGenOutput>
- <CustomToolNamespace>My.Resources</CustomToolNamespace>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.VisualBasic.v1.targets" />
- <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)Microsoft.CompactFramework.VisualBasic.targets" />
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{F184B08F-C81C-45F6-A57F-5ABD9991F28F}">
- <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>