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>
59 xraver 57
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
58
    <OutputPath>..\..\exe\</OutputPath>
59
    <DocumentationFile>
60
    </DocumentationFile>
61
  </PropertyGroup>
62
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
63
    <DocumentationFile>
64
    </DocumentationFile>
65
  </PropertyGroup>
6 bonfantef 66
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
67
  <ItemGroup>
68
    <Reference Include="System" />
69
    <Reference Include="System.Configuration" />
70
    <Reference Include="System.Configuration.Install" />
71
    <Reference Include="System.Data" />
72
    <Reference Include="System.ServiceProcess" />
73
    <Reference Include="System.Xml" />
74
  </ItemGroup>
75
  <ItemGroup>
76
    <Compile Include="ASFAccountUpdateServer.cs">
77
      <SubType>Component</SubType>
78
    </Compile>
79
    <Compile Include="AssemblyInfo.cs" />
80
    <Compile Include="UpdateServer.cs" />
81
    <Compile Include="Program.cs" />
82
    <Compile Include="ProjectInstaller.cs">
83
      <SubType>Component</SubType>
84
    </Compile>
85
    <None Include="app.config" />
86
  </ItemGroup>
87
  <ItemGroup>
88
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
89
      <Visible>False</Visible>
90
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
91
      <Install>true</Install>
92
    </BootstrapperPackage>
93
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
94
      <Visible>False</Visible>
95
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
96
      <Install>false</Install>
97
    </BootstrapperPackage>
98
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
99
      <Visible>False</Visible>
100
      <ProductName>.NET Framework 3.5</ProductName>
101
      <Install>false</Install>
102
    </BootstrapperPackage>
103
  </ItemGroup>
104
</Project>