wxwinter.WFDesignerSl.csproj
上传用户:lvyingde
上传日期:2018-04-24
资源大小:610k
文件大小:6k
源码类别:
SilverLight
开发平台:
C#
- <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>{3ADF4708-DB9F-4BE5-B817-3387632EE247}</ProjectGuid>
- <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>wxwinter.WFDesignerSl</RootNamespace>
- <AssemblyName>wxwinter.WFDesignerSl</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <SilverlightApplication>true</SilverlightApplication>
- <SupportedCultures>zh-Hans</SupportedCultures>
- <XapOutputs>true</XapOutputs>
- <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
- <XapFilename>wxwinter.WFDesignerSl.xap</XapFilename>
- <SilverlightManifestTemplate>PropertiesAppManifest.xml</SilverlightManifestTemplate>
- <SilverlightAppEntry>wxwinter.WFDesignerSl.App</SilverlightAppEntry>
- <TestPageFileName>TestPage.html</TestPageFileName>
- <CreateTestPage>true</CreateTestPage>
- <ValidateXaml>true</ValidateXaml>
- <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>BinDebug</OutputPath>
- <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>BinRelease</OutputPath>
- <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System.Windows" />
- <Reference Include="mscorlib" />
- <Reference Include="system" />
- <Reference Include="System.Core" />
- <Reference Include="System.Net" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Windows.Browser" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ActivityControl.cs" />
- <Compile Include="ActivityPath.cs" />
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="BeginControl.xaml.cs">
- <DependentUpon>BeginControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="DesignerControl.xaml.cs">
- <DependentUpon>DesignerControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="EndControl.xaml.cs">
- <DependentUpon>EndControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="FlowChart.cs" />
- <Compile Include="IActivity.cs" />
- <Compile Include="IDesigner.cs" />
- <Compile Include="myContext.cs" />
- <Compile Include="Page.xaml.cs">
- <DependentUpon>Page.xaml</DependentUpon>
- </Compile>
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="SetWindowWaitControl.xaml.cs">
- <DependentUpon>SetWindowWaitControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="WaitControl.xaml.cs">
- <DependentUpon>WaitControl.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Page Include="BeginControl.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="DesignerControl.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="EndControl.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="Page.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="SetWindowWaitControl.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="WaitControl.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <None Include="PropertiesAppManifest.xml" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="imageactivite.png" />
- <Resource Include="imagedel.png" />
- <Resource Include="imagein.png" />
- <Resource Include="imageinfo.png" />
- <Resource Include="imagelink.png" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)MicrosoftSilverlightv2.0Microsoft.Silverlight.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>
- -->
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
- <SilverlightProjectProperties />
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- </Project>