Subversion Repositories ASFLogin

Rev

Rev 6 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 bonfantef 1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
  <PropertyGroup>
3
    <ProjectGuid>{600559E1-E5FD-44A1-BCF3-320356881E4A}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <OutputType>Exe</OutputType>
7
    <RootNamespace>ASFAccountUpdateServer</RootNamespace>
8
    <AssemblyName>ASFAccountUpdateServer</AssemblyName>
9
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
10
    <NoStdLib>False</NoStdLib>
11
    <WarningLevel>4</WarningLevel>
12
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
13
    <FileUpgradeFlags>
14
    </FileUpgradeFlags>
15
    <UpgradeBackupLocation>
16
    </UpgradeBackupLocation>
17
    <OldToolsVersion>2.0</OldToolsVersion>
18
    <PublishUrl>publish\</PublishUrl>
19
    <Install>true</Install>
20
    <InstallFrom>Disk</InstallFrom>
21
    <UpdateEnabled>false</UpdateEnabled>
22
    <UpdateMode>Foreground</UpdateMode>
23
    <UpdateInterval>7</UpdateInterval>
24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25
    <UpdatePeriodically>false</UpdatePeriodically>
26
    <UpdateRequired>false</UpdateRequired>
27
    <MapFileExtensions>true</MapFileExtensions>
28
    <ApplicationRevision>0</ApplicationRevision>
29
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30
    <IsWebBootstrapper>false</IsWebBootstrapper>
31
    <UseApplicationTrust>false</UseApplicationTrust>
32
    <BootstrapperEnabled>true</BootstrapperEnabled>
33
  </PropertyGroup>
34
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
35
    <OutputPath>bin\Debug\</OutputPath>
36
    <DebugSymbols>true</DebugSymbols>
37
    <DebugType>Full</DebugType>
38
    <Optimize>False</Optimize>
39
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
40
    <DefineConstants>DEBUG;TRACE;LOGEVENTS</DefineConstants>
41
  </PropertyGroup>
42
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
43
    <OutputPath>bin\Release\</OutputPath>
44
    <DebugSymbols>False</DebugSymbols>
45
    <DebugType>None</DebugType>
46
    <Optimize>True</Optimize>
47
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
48
    <DefineConstants>TRACE</DefineConstants>
49
  </PropertyGroup>
50
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
51
    <RegisterForComInterop>False</RegisterForComInterop>
52
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
53
    <BaseAddress>4194304</BaseAddress>
54
    <PlatformTarget>AnyCPU</PlatformTarget>
55
    <FileAlignment>4096</FileAlignment>
56
  </PropertyGroup>
57
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
58
  <ItemGroup>
59
    <Reference Include="System" />
60
    <Reference Include="System.Configuration" />
61
    <Reference Include="System.Configuration.Install" />
62
    <Reference Include="System.Data" />
63
    <Reference Include="System.ServiceProcess" />
64
    <Reference Include="System.Xml" />
65
  </ItemGroup>
66
  <ItemGroup>
67
    <Compile Include="ASFAccountUpdateServer.cs">
68
      <SubType>Component</SubType>
69
    </Compile>
70
    <Compile Include="AssemblyInfo.cs" />
71
    <Compile Include="UpdateServer.cs" />
72
    <Compile Include="Program.cs" />
73
    <Compile Include="ProjectInstaller.cs">
74
      <SubType>Component</SubType>
75
    </Compile>
76
    <None Include="app.config" />
77
  </ItemGroup>
78
  <ItemGroup>
79
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
80
      <Visible>False</Visible>
81
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
82
      <Install>true</Install>
83
    </BootstrapperPackage>
84
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
85
      <Visible>False</Visible>
86
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
87
      <Install>false</Install>
88
    </BootstrapperPackage>
89
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
90
      <Visible>False</Visible>
91
      <ProductName>.NET Framework 3.5</ProductName>
92
      <Install>false</Install>
93
    </BootstrapperPackage>
94
  </ItemGroup>
95
</Project>