SFGS.csproj
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:11k
- <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>{9AC6D327-B51E-4340-A461-594AE139A768}</ProjectGuid>
- <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SFGS</RootNamespace>
- <AssemblyName>SFGS</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <SilverlightApplication>true</SilverlightApplication>
- <SupportedCultures>zh-Hans</SupportedCultures>
- <XapOutputs>true</XapOutputs>
- <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
- <XapFilename>SFGS.xap</XapFilename>
- <SilverlightManifestTemplate>PropertiesAppManifest.xml</SilverlightManifestTemplate>
- <SilverlightAppEntry>SFGS.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.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Windows" />
- <Reference Include="mscorlib" />
- <Reference Include="system" />
- <Reference Include="System.Core" />
- <Reference Include="System.Net" />
- <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="System.Windows.Controls.Toolkit, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Windows.Browser" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="About.xaml.cs">
- <DependentUpon>About.xaml</DependentUpon>
- </Compile>
- <Compile Include="AddSurvery.xaml.cs">
- <DependentUpon>AddSurvery.xaml</DependentUpon>
- </Compile>
- <Compile Include="Admin.xaml.cs">
- <DependentUpon>Admin.xaml</DependentUpon>
- </Compile>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="ContactUs.xaml.cs">
- <DependentUpon>ContactUs.xaml</DependentUpon>
- </Compile>
- <Compile Include="Global.cs" />
- <Compile Include="Login.xaml.cs">
- <DependentUpon>Login.xaml</DependentUpon>
- </Compile>
- <Compile Include="Option.xaml.cs">
- <DependentUpon>Option.xaml</DependentUpon>
- </Compile>
- <Compile Include="Page.xaml.cs">
- <DependentUpon>Page.xaml</DependentUpon>
- </Compile>
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="Responses.xaml.cs">
- <DependentUpon>Responses.xaml</DependentUpon>
- </Compile>
- <Compile Include="Service ReferencesWebServiceProxyReference.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Reference.svcmap</DependentUpon>
- </Compile>
- <Compile Include="Survey.xaml.cs">
- <DependentUpon>Survey.xaml</DependentUpon>
- </Compile>
- <Compile Include="Welcome.xaml.cs">
- <DependentUpon>Welcome.xaml</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Page Include="About.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="AddSurvery.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Admin.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="ContactUs.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Login.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="Option.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="Page.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Responses.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Survey.xaml">
- <SubType>Page</SubType>
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- </Page>
- <Page Include="Welcome.xaml">
- <Generator>MSBuild:MarkupCompilePass1</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <None Include="PropertiesAppManifest.xml" />
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.AddQuestionResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.AddResponseResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.AddSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.AddUserResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.ContactUSResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.DeleteQuestionResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.DeleteResponseResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.DeleteSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.DeleteUserResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.LoginAdminResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.PercentResponseResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.ReadAllSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.ReadCurrentSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.ReadMaxSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.ReadQuestionResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.ReadSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.UpdateQuestionResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.UpdateSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.UpdateUserResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxySFGS.WebServiceProxy.WriteCurrentSurveyResponse.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service ReferencesWebServiceProxyUserManage.wsdl" />
- <None Include="Service ReferencesWebServiceProxyUserManage.disco" />
- <None Include="Service ReferencesWebServiceProxyconfiguration91.svcinfo" />
- <None Include="Service ReferencesWebServiceProxyconfiguration.svcinfo" />
- <None Include="Service ReferencesWebServiceProxyReference.svcmap">
- <Generator>WCF Proxy Generator</Generator>
- <LastGenOutput>Reference.cs</LastGenOutput>
- </None>
- <Content Include="ServiceReferences.ClientConfig" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadataStorage Include="Service ReferencesWebServiceProxy" />
- </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>