Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.4 KiB
34 lines
1.4 KiB
<Project ToolsVersion="3.5" DefaultTargets="Build" |
|
xmlns="http://schemas.microsoft.com/developer/msbuild/2003" |
|
xmlns:cs="urn:schemas-csharp-project:template"> |
|
|
|
<PropertyGroup> |
|
<SilverlightApplication>true</SilverlightApplication> |
|
<XapOutputs>true</XapOutputs> |
|
<GenerateSilverlightManifest>true</GenerateSilverlightManifest> |
|
<XapFilename>$(AssemblyName).xap</XapFilename> |
|
<SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate> |
|
<SilverlightAppEntry>$(RootNamespace).App</SilverlightAppEntry> |
|
<TestPageFileName>TestPage.html</TestPageFileName> |
|
<CreateTestPage>true</CreateTestPage> |
|
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
|
<OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile> |
|
<EnableOutOfBrowser>true</EnableOutOfBrowser> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System.Windows" /> |
|
<Reference Include="System.Windows.Browser" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="App.xaml.cs"> |
|
<DependentUpon>App.xaml</DependentUpon> |
|
</Compile> |
|
<None Include="Properties\AppManifest.xml" /> |
|
<None Include="Properties\OutOfBrowserSettings.xml" /> |
|
<ApplicationDefinition Include="App.xaml"> |
|
<Generator>MSBuild:Compile</Generator> |
|
<SubType>Designer</SubType> |
|
</ApplicationDefinition> |
|
</ItemGroup> |
|
|
|
</Project> |