wxwinter.WFDesignerSl.csproj
上传用户:lvyingde
上传日期:2018-04-24
资源大小:610k
文件大小:6k
源码类别:

SilverLight

开发平台:

C#

  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.30729</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{3ADF4708-DB9F-4BE5-B817-3387632EE247}</ProjectGuid>
  8.     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>wxwinter.WFDesignerSl</RootNamespace>
  12.     <AssemblyName>wxwinter.WFDesignerSl</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <SilverlightApplication>true</SilverlightApplication>
  15.     <SupportedCultures>zh-Hans</SupportedCultures>
  16.     <XapOutputs>true</XapOutputs>
  17.     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  18.     <XapFilename>wxwinter.WFDesignerSl.xap</XapFilename>
  19.     <SilverlightManifestTemplate>PropertiesAppManifest.xml</SilverlightManifestTemplate>
  20.     <SilverlightAppEntry>wxwinter.WFDesignerSl.App</SilverlightAppEntry>
  21.     <TestPageFileName>TestPage.html</TestPageFileName>
  22.     <CreateTestPage>true</CreateTestPage>
  23.     <ValidateXaml>true</ValidateXaml>
  24.     <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  25.   </PropertyGroup>
  26.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27.     <DebugSymbols>true</DebugSymbols>
  28.     <DebugType>full</DebugType>
  29.     <Optimize>false</Optimize>
  30.     <OutputPath>BinDebug</OutputPath>
  31.     <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  32.     <NoStdLib>true</NoStdLib>
  33.     <NoConfig>true</NoConfig>
  34.     <ErrorReport>prompt</ErrorReport>
  35.     <WarningLevel>4</WarningLevel>
  36.   </PropertyGroup>
  37.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38.     <DebugType>pdbonly</DebugType>
  39.     <Optimize>true</Optimize>
  40.     <OutputPath>BinRelease</OutputPath>
  41.     <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  42.     <NoStdLib>true</NoStdLib>
  43.     <NoConfig>true</NoConfig>
  44.     <ErrorReport>prompt</ErrorReport>
  45.     <WarningLevel>4</WarningLevel>
  46.   </PropertyGroup>
  47.   <ItemGroup>
  48.     <Reference Include="System.Windows" />
  49.     <Reference Include="mscorlib" />
  50.     <Reference Include="system" />
  51.     <Reference Include="System.Core" />
  52.     <Reference Include="System.Net" />
  53.     <Reference Include="System.Xml" />
  54.     <Reference Include="System.Windows.Browser" />
  55.   </ItemGroup>
  56.   <ItemGroup>
  57.     <Compile Include="ActivityControl.cs" />
  58.     <Compile Include="ActivityPath.cs" />
  59.     <Compile Include="App.xaml.cs">
  60.       <DependentUpon>App.xaml</DependentUpon>
  61.     </Compile>
  62.     <Compile Include="BeginControl.xaml.cs">
  63.       <DependentUpon>BeginControl.xaml</DependentUpon>
  64.     </Compile>
  65.     <Compile Include="DesignerControl.xaml.cs">
  66.       <DependentUpon>DesignerControl.xaml</DependentUpon>
  67.     </Compile>
  68.     <Compile Include="EndControl.xaml.cs">
  69.       <DependentUpon>EndControl.xaml</DependentUpon>
  70.     </Compile>
  71.     <Compile Include="FlowChart.cs" />
  72.     <Compile Include="IActivity.cs" />
  73.     <Compile Include="IDesigner.cs" />
  74.     <Compile Include="myContext.cs" />
  75.     <Compile Include="Page.xaml.cs">
  76.       <DependentUpon>Page.xaml</DependentUpon>
  77.     </Compile>
  78.     <Compile Include="PropertiesAssemblyInfo.cs" />
  79.     <Compile Include="SetWindowWaitControl.xaml.cs">
  80.       <DependentUpon>SetWindowWaitControl.xaml</DependentUpon>
  81.     </Compile>
  82.     <Compile Include="WaitControl.xaml.cs">
  83.       <DependentUpon>WaitControl.xaml</DependentUpon>
  84.     </Compile>
  85.   </ItemGroup>
  86.   <ItemGroup>
  87.     <ApplicationDefinition Include="App.xaml">
  88.       <Generator>MSBuild:MarkupCompilePass1</Generator>
  89.       <SubType>Designer</SubType>
  90.     </ApplicationDefinition>
  91.     <Page Include="BeginControl.xaml">
  92.       <SubType>Page</SubType>
  93.       <Generator>MSBuild:MarkupCompilePass1</Generator>
  94.     </Page>
  95.     <Page Include="DesignerControl.xaml">
  96.       <SubType>Page</SubType>
  97.       <Generator>MSBuild:MarkupCompilePass1</Generator>
  98.     </Page>
  99.     <Page Include="EndControl.xaml">
  100.       <SubType>Page</SubType>
  101.       <Generator>MSBuild:MarkupCompilePass1</Generator>
  102.     </Page>
  103.     <Page Include="Page.xaml">
  104.       <Generator>MSBuild:MarkupCompilePass1</Generator>
  105.       <SubType>Designer</SubType>
  106.     </Page>
  107.     <Page Include="SetWindowWaitControl.xaml">
  108.       <SubType>Page</SubType>
  109.       <Generator>MSBuild:MarkupCompilePass1</Generator>
  110.     </Page>
  111.     <Page Include="WaitControl.xaml">
  112.       <SubType>Page</SubType>
  113.       <Generator>MSBuild:MarkupCompilePass1</Generator>
  114.     </Page>
  115.   </ItemGroup>
  116.   <ItemGroup>
  117.     <None Include="PropertiesAppManifest.xml" />
  118.   </ItemGroup>
  119.   <ItemGroup>
  120.     <Resource Include="imageactivite.png" />
  121.     <Resource Include="imagedel.png" />
  122.     <Resource Include="imagein.png" />
  123.     <Resource Include="imageinfo.png" />
  124.     <Resource Include="imagelink.png" />
  125.   </ItemGroup>
  126.   <Import Project="$(MSBuildExtensionsPath)MicrosoftSilverlightv2.0Microsoft.Silverlight.CSharp.targets" />
  127.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  128.        Other similar extension points exist, see Microsoft.Common.targets.
  129.   <Target Name="BeforeBuild">
  130.   </Target>
  131.   <Target Name="AfterBuild">
  132.   </Target>
  133.   -->
  134.   <ProjectExtensions>
  135.     <VisualStudio>
  136.       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  137.         <SilverlightProjectProperties />
  138.       </FlavorProperties>
  139.     </VisualStudio>
  140.   </ProjectExtensions>
  141. </Project>