📄 disconnectedserviceagentexample.csproj
字号:
<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>{8F1BDC05-C76B-47B4-8E4E-F4E28B42D17A}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MobileDevelopersHandbook.DSAExample</RootNamespace>
<AssemblyName>DisconnectedServiceAgentExample</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
<OSVersion>5.01</OSVersion>
<DeployDirSuffix>DSAExample</DeployDirSuffix>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FormFactorID>
</FormFactorID>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</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>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SqlServerCe, Version=3.0.3600.0, Culture=neutral, PublicKeyToken=3be235df1c8d2ad3, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Forms.DataGrid" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppDatabaseDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>AppDatabaseDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="DisconnectedAgents\OrdersWebService\ServiceAgent.cs" />
<Compile Include="DisconnectedAgents\OrdersWebService\ServiceAgentCallback.cs" />
<Compile Include="DisconnectedAgents\OrdersWebService\ServiceAgentCallbackBase.cs">
<DependentUpon>ServiceAgentCallback.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="OrderProductDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OrderProductDialog.Designer.cs">
<DependentUpon>OrderProductDialog.cs</DependentUpon>
</Compile>
<Compile Include="OrdersResultSet.cs">
<DependentUpon>OrdersResultSet.xsd</DependentUpon>
</Compile>
<Compile Include="OrdersResultSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>OrdersResultSet.xsd</DependentUpon>
</Compile>
<Compile Include="ProductsEditViewDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProductsEditViewDialog.Designer.cs">
<DependentUpon>ProductsEditViewDialog.cs</DependentUpon>
</Compile>
<Compile Include="ProductsSummaryViewDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProductsSummaryViewDialog.Designer.cs">
<DependentUpon>ProductsSummaryViewDialog.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="MainForm.en-IE.resx">
<SubType>Designer</SubType>
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="OrderProductDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>OrderProductDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProductsEditViewDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>ProductsEditViewDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProductsSummaryViewDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>ProductsSummaryViewDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ViewOrdersDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>ViewOrdersDialog.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="ViewOrdersDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ViewOrdersDialog.Designer.cs">
<DependentUpon>ViewOrdersDialog.cs</DependentUpon>
</Compile>
<Compile Include="Web References\OrdersWebService\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="AppDatabase.sdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Web References\OrdersWebService\OrdersService.disco" />
</ItemGroup>
<ItemGroup>
<Content Include="app.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="MobileDevelopersHandbook.DSAExample.OrdersResultSetResultSets.OrdersResultSet.datasource">
<DependentUpon>OrdersResultSet.xsd</DependentUpon>
</None>
<None Include="ReadMe.txt" />
<None Include="AppDatabaseDataSet.xsc">
<DependentUpon>AppDatabaseDataSet.xsd</DependentUpon>
</None>
<None Include="AppDatabaseDataSet.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>AppDatabaseDataSet.Designer.cs</LastGenOutput>
</None>
<None Include="AppDatabaseDataSet.xss">
<DependentUpon>AppDatabaseDataSet.xsd</DependentUpon>
</None>
<None Include="OrdersResultSet.xsc">
<DependentUpon>OrdersResultSet.xsd</DependentUpon>
</None>
<None Include="OrdersResultSet.xsd">
<SubType>Designer</SubType>
<Generator>MSResultSetGenerator</Generator>
<LastGenOutput>OrdersResultSet.Designer.cs</LastGenOutput>
</None>
<None Include="OrdersResultSet.xss">
<DependentUpon>OrdersResultSet.xsd</DependentUpon>
</None>
<None Include="TackyGoodsSalesTool.OrdersResultSetResultSets.OrdersResultSet.datasource">
<DependentUpon>OrdersResultSet.xsd</DependentUpon>
</None>
<None Include="Web References\OrdersWebService\OrdersService.wsdl" />
<None Include="Web References\OrdersWebService\Reference.map">
<Generator>MSDiscoCodeGenerator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<WebReferences Include="Web References\" />
</ItemGroup>
<ItemGroup>
<WebReferenceUrl Include="http://cl1mbing/MobileDevelopersHandbookServices/OrdersService.asmx">
<UrlBehavior>Static</UrlBehavior>
<RelPath>Web References\OrdersWebService\</RelPath>
<UpdateFromURL>http://cl1mbing/MobileDevelopersHandbookServices/OrdersService.asmx</UpdateFromURL>
<ServiceLocationURL>
</ServiceLocationURL>
<CachedDynamicPropName>
</CachedDynamicPropName>
<CachedAppSettingsObjectName>
</CachedAppSettingsObjectName>
<CachedSettingsPropName>
</CachedSettingsPropName>
</WebReferenceUrl>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Common\Mobile Application Blocks\Configuration\Mobile.Configuration.csproj">
<Project>{3E601F92-35BC-4259-ABA6-02256AA77F99}</Project>
<Name>Mobile.Configuration</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Common\Mobile Application Blocks\ConnectionMonitor\Mobile.ConnectionMonitor.csproj">
<Project>{EC349725-2966-476A-89EB-8572FDE38098}</Project>
<Name>Mobile.ConnectionMonitor</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Common\Mobile Application Blocks\DataAccess\Mobile.DataAccess.csproj">
<Project>{50A1C64A-8AB3-4FF3-BE8A-EE24A8E75691}</Project>
<Name>Mobile.DataAccess</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Common\Mobile Application Blocks\DisconnectedAgent\Mobile.DisconnectedAgent.csproj">
<Project>{99F6A261-45BB-4529-A101-1A87478E3F70}</Project>
<Name>Mobile.DisconnectedAgent</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Common\Mobile Application Blocks\EndpointCatalog\Mobile.EndpointCatalog.csproj">
<Project>{7B40C763-0A22-4299-858E-C64C0E84E208}</Project>
<Name>Mobile.EndpointCatalog</Name>
</ProjectReference>
</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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -