|
Revision 19310, 1.5 kB
(checked in by coma2n, 5 years ago)
|
|
platform/silverlight/SilverlightMVC: initial import
|
| Line | |
|---|
| 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|---|
| 2 | <ProjectExtensions>
|
|---|
| 3 | <VisualStudio>
|
|---|
| 4 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|---|
| 5 | <WebProjectProperties>
|
|---|
| 6 | <StartPageUrl>Default.aspx</StartPageUrl>
|
|---|
| 7 | <StartAction>SpecificPage</StartAction>
|
|---|
| 8 | <AspNetDebugging>True</AspNetDebugging>
|
|---|
| 9 | <SilverlightDebugging>True</SilverlightDebugging>
|
|---|
| 10 | <NativeDebugging>False</NativeDebugging>
|
|---|
| 11 | <SQLDebugging>False</SQLDebugging>
|
|---|
| 12 | <PublishCopyOption>RunFiles</PublishCopyOption>
|
|---|
| 13 | <PublishTargetLocation>
|
|---|
| 14 | </PublishTargetLocation>
|
|---|
| 15 | <PublishDeleteAllFiles>False</PublishDeleteAllFiles>
|
|---|
| 16 | <PublishCopyAppData>True</PublishCopyAppData>
|
|---|
| 17 | <ExternalProgram>
|
|---|
| 18 | </ExternalProgram>
|
|---|
| 19 | <StartExternalURL>
|
|---|
| 20 | </StartExternalURL>
|
|---|
| 21 | <StartCmdLineArguments>
|
|---|
| 22 | </StartCmdLineArguments>
|
|---|
| 23 | <StartWorkingDirectory>
|
|---|
| 24 | </StartWorkingDirectory>
|
|---|
| 25 | <EnableENC>False</EnableENC>
|
|---|
| 26 | <AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
|
|---|
| 27 | <EnableWcfTestClientForSVC>False</EnableWcfTestClientForSVC>
|
|---|
| 28 | <ProjectOutputReferences>
|
|---|
| 29 | <Ref Project="{CA7D7F82-629B-486D-86F0-D11C1FD9AFC6}" Folder="ClientBin">SilverlightMvcSample.xap</Ref>
|
|---|
| 30 | </ProjectOutputReferences>
|
|---|
| 31 | </WebProjectProperties>
|
|---|
| 32 | </FlavorProperties>
|
|---|
| 33 | </VisualStudio>
|
|---|
| 34 | </ProjectExtensions>
|
|---|
| 35 | </Project> |
|---|