Client.csproj.user 848 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <PublishUrlHistory>publish\</PublishUrlHistory>
  5. <InstallUrlHistory />
  6. <SupportUrlHistory />
  7. <UpdateUrlHistory />
  8. <BootstrapperUrlHistory />
  9. <ErrorReportUrlHistory />
  10. <FallbackCulture>en-US</FallbackCulture>
  11. <VerifyUploadedFiles>false</VerifyUploadedFiles>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  14. <StartArguments>
  15. </StartArguments>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  18. <StartArguments>
  19. </StartArguments>
  20. </PropertyGroup>
  21. <PropertyGroup>
  22. <EnableSecurityDebugging>false</EnableSecurityDebugging>
  23. </PropertyGroup>
  24. </Project>