comparison Demo/Silverlight/Client/Client.csproj @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{28693777-369C-4C0D-B076-38F7C0E5D06C}</ProjectGuid>
9 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>Client</RootNamespace>
13 <AssemblyName>Client</AssemblyName>
14 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
17 <SilverlightApplication>true</SilverlightApplication>
18 <SupportedCultures>
19 </SupportedCultures>
20 <XapOutputs>true</XapOutputs>
21 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
22 <XapFilename>Client.xap</XapFilename>
23 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
24 <SilverlightAppEntry>Client.App</SilverlightAppEntry>
25 <TestPageFileName>ClientTestPage.html</TestPageFileName>
26 <CreateTestPage>true</CreateTestPage>
27 <ValidateXaml>true</ValidateXaml>
28 <EnableOutOfBrowser>false</EnableOutOfBrowser>
29 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
30 <UsePlatformExtensions>false</UsePlatformExtensions>
31 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
32 <LinkedServerProject>
33 </LinkedServerProject>
34 </PropertyGroup>
35 <!-- This property group is only here to support building this project using the
36 MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
37 to set the TargetFrameworkVersion to v3.5 -->
38 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
39 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42 <DebugSymbols>true</DebugSymbols>
43 <DebugType>full</DebugType>
44 <Optimize>false</Optimize>
45 <OutputPath>Bin\Debug</OutputPath>
46 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
47 <NoStdLib>true</NoStdLib>
48 <NoConfig>true</NoConfig>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <DebugType>pdbonly</DebugType>
54 <Optimize>true</Optimize>
55 <OutputPath>Bin\Release</OutputPath>
56 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
57 <NoStdLib>true</NoStdLib>
58 <NoConfig>true</NoConfig>
59 <ErrorReport>prompt</ErrorReport>
60 <WarningLevel>4</WarningLevel>
61 </PropertyGroup>
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
63 <DebugSymbols>true</DebugSymbols>
64 <OutputPath>bin\DebugMono\</OutputPath>
65 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
66 <NoStdLib>true</NoStdLib>
67 <DebugType>full</DebugType>
68 <PlatformTarget>AnyCPU</PlatformTarget>
69 <CodeAnalysisLogFile>Bin\Debug\Client.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
70 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
71 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
72 <ErrorReport>prompt</ErrorReport>
73 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
75 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
76 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
77 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
78 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
79 <NoConfig>true</NoConfig>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
82 <OutputPath>bin\ReleaseMono\</OutputPath>
83 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
84 <Optimize>true</Optimize>
85 <NoStdLib>true</NoStdLib>
86 <DebugType>pdbonly</DebugType>
87 <PlatformTarget>AnyCPU</PlatformTarget>
88 <CodeAnalysisLogFile>Bin\Release\Client.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
89 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
90 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
91 <ErrorReport>prompt</ErrorReport>
92 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
93 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
94 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
95 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
96 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
97 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
98 <NoConfig>true</NoConfig>
99 </PropertyGroup>
100 <ItemGroup>
101 <Reference Include="mscorlib" />
102 <Reference Include="System.Runtime.Serialization" />
103 <Reference Include="System.ServiceModel" />
104 <Reference Include="System.ServiceModel.Extensions, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
105 <Reference Include="System.Windows" />
106 <Reference Include="system" />
107 <Reference Include="System.Core" />
108 <Reference Include="System.Net" />
109 <Reference Include="System.Windows.Controls.Data.Input, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
110 <Reference Include="System.Xml" />
111 <Reference Include="System.Windows.Browser" />
112 <Reference Include="System.Xml.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
113 </ItemGroup>
114 <ItemGroup>
115 <Compile Include="App.xaml.cs">
116 <DependentUpon>App.xaml</DependentUpon>
117 </Compile>
118 <Compile Include="DataModel.generated.cs">
119 <AutoGen>True</AutoGen>
120 <DesignTime>True</DesignTime>
121 <DependentUpon>DataModel.tt</DependentUpon>
122 </Compile>
123 <Compile Include="MainPage.xaml.cs">
124 <DependentUpon>MainPage.xaml</DependentUpon>
125 </Compile>
126 <Compile Include="Properties\AssemblyInfo.cs" />
127 </ItemGroup>
128 <ItemGroup>
129 <ApplicationDefinition Include="App.xaml">
130 <SubType>Designer</SubType>
131 <Generator>MSBuild:Compile</Generator>
132 </ApplicationDefinition>
133 <Page Include="MainPage.xaml">
134 <SubType>Designer</SubType>
135 <Generator>MSBuild:Compile</Generator>
136 </Page>
137 </ItemGroup>
138 <ItemGroup>
139 <None Include="DataModel.tt">
140 <Generator>TextTemplatingFileGenerator</Generator>
141 <LastGenOutput>DataModel.generated.cs</LastGenOutput>
142 </None>
143 <None Include="Properties\AppManifest.xml" />
144 </ItemGroup>
145 <ItemGroup>
146 <ProjectReference Include="..\..\..\Source\BLToolkit.SL.4.csproj">
147 <Project>{663D4BFC-F565-41F7-9409-510B560CCEE8}</Project>
148 <Name>BLToolkit.SL.4</Name>
149 </ProjectReference>
150 </ItemGroup>
151 <ItemGroup>
152 <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
153 </ItemGroup>
154 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
155 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156 Other similar extension points exist, see Microsoft.Common.targets.
157 <Target Name="BeforeBuild">
158 </Target>
159 <Target Name="AfterBuild">
160 </Target>
161 -->
162 <ProjectExtensions>
163 <VisualStudio>
164 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
165 <SilverlightProjectProperties />
166 </FlavorProperties>
167 </VisualStudio>
168 </ProjectExtensions>
169 </Project>