| 12345678910111213141516171819202122232425262728293031 |
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectView>ShowAllFiles</ProjectView>
- </PropertyGroup>
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
- <SilverlightProjectProperties>
- <StartPageUrl>
- </StartPageUrl>
- <StartAction>DynamicPage</StartAction>
- <AspNetDebugging>True</AspNetDebugging>
- <NativeDebugging>False</NativeDebugging>
- <SQLDebugging>False</SQLDebugging>
- <ExternalProgram>
- </ExternalProgram>
- <StartExternalURL>
- </StartExternalURL>
- <StartCmdLineArguments>
- </StartCmdLineArguments>
- <StartWorkingDirectory>
- </StartWorkingDirectory>
- <ShowWebRefOnDebugPrompt>True</ShowWebRefOnDebugPrompt>
- <OutOfBrowserProjectToDebug>
- </OutOfBrowserProjectToDebug>
- <ShowRiaSvcsOnDebugPrompt>True</ShowRiaSvcsOnDebugPrompt>
- </SilverlightProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- </Project>
|