Subversion Repositories ASFLogin

Rev

Rev 8 | Rev 28 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 24
Line 1... Line 1...
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
  <PropertyGroup>
2
  <PropertyGroup>
3
    <ProjectGuid>{A3A937F6-2887-4D3A-9D2E-7C473ABFD987}</ProjectGuid>
3
    <ProjectGuid>{A3A937F6-2887-4D3A-9D2E-7C473ABFD987}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>WinExe</OutputType>
6
    <OutputType>Exe</OutputType>
7
    <RootNamespace>ASFLogin.AppLogin</RootNamespace>
7
    <RootNamespace>ASFLogin.AppLogin</RootNamespace>
8
    <AssemblyName>ASFLogin</AssemblyName>
8
    <AssemblyName>ASFLogin</AssemblyName>
9
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
9
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11
    <NoStdLib>False</NoStdLib>
11
    <NoStdLib>False</NoStdLib>
Line 18... Line 18...
18
    <FileUpgradeFlags>
18
    <FileUpgradeFlags>
19
    </FileUpgradeFlags>
19
    </FileUpgradeFlags>
20
    <UpgradeBackupLocation>
20
    <UpgradeBackupLocation>
21
    </UpgradeBackupLocation>
21
    </UpgradeBackupLocation>
22
    <OldToolsVersion>2.0</OldToolsVersion>
22
    <OldToolsVersion>2.0</OldToolsVersion>
-
 
23
    <IsWebBootstrapper>false</IsWebBootstrapper>
-
 
24
    <StartupObject>ASFLogin.AppLogin.Program</StartupObject>
23
    <PublishUrl>publish\</PublishUrl>
25
    <PublishUrl>publish\</PublishUrl>
24
    <Install>true</Install>
26
    <Install>true</Install>
25
    <InstallFrom>Disk</InstallFrom>
27
    <InstallFrom>Disk</InstallFrom>
26
    <UpdateEnabled>false</UpdateEnabled>
28
    <UpdateEnabled>false</UpdateEnabled>
27
    <UpdateMode>Foreground</UpdateMode>
29
    <UpdateMode>Foreground</UpdateMode>
Line 30... Line 32...
30
    <UpdatePeriodically>false</UpdatePeriodically>
32
    <UpdatePeriodically>false</UpdatePeriodically>
31
    <UpdateRequired>false</UpdateRequired>
33
    <UpdateRequired>false</UpdateRequired>
32
    <MapFileExtensions>true</MapFileExtensions>
34
    <MapFileExtensions>true</MapFileExtensions>
33
    <ApplicationRevision>0</ApplicationRevision>
35
    <ApplicationRevision>0</ApplicationRevision>
34
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35
    <IsWebBootstrapper>false</IsWebBootstrapper>
-
 
36
    <UseApplicationTrust>false</UseApplicationTrust>
37
    <UseApplicationTrust>false</UseApplicationTrust>
37
    <BootstrapperEnabled>true</BootstrapperEnabled>
38
    <BootstrapperEnabled>true</BootstrapperEnabled>
38
  </PropertyGroup>
39
  </PropertyGroup>
39
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
40
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
40
    <OutputPath>bin\Debug\</OutputPath>
41
    <OutputPath>bin\Debug\</OutputPath>