Subversion Repositories ASFLogin

Rev

Rev 69 | Go to most recent revision | 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>{A3A937F6-2887-4D3A-9D2E-7C473ABFD987}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
28 xraver 6
    <OutputType>WinExe</OutputType>
6 bonfantef 7
    <RootNamespace>ASFLogin.AppLogin</RootNamespace>
8
    <AssemblyName>ASFLogin</AssemblyName>
9
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
10
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11
    <NoStdLib>False</NoStdLib>
12
    <WarningLevel>4</WarningLevel>
13
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
14
    <RunCodeAnalysis>False</RunCodeAnalysis>
15
    <StartArguments>REQ1</StartArguments>
16
    <ApplicationIcon>ASFLogin.ico</ApplicationIcon>
17
    <DocumentationFile>bin\Release\ASFLogin.xml</DocumentationFile>
18
    <FileUpgradeFlags>
19
    </FileUpgradeFlags>
20
    <UpgradeBackupLocation>
21
    </UpgradeBackupLocation>
22
    <OldToolsVersion>2.0</OldToolsVersion>
24 bonfantef 23
    <IsWebBootstrapper>false</IsWebBootstrapper>
24
    <StartupObject>ASFLogin.AppLogin.Program</StartupObject>
6 bonfantef 25
    <PublishUrl>publish\</PublishUrl>
26
    <Install>true</Install>
27
    <InstallFrom>Disk</InstallFrom>
28
    <UpdateEnabled>false</UpdateEnabled>
29
    <UpdateMode>Foreground</UpdateMode>
30
    <UpdateInterval>7</UpdateInterval>
31
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32
    <UpdatePeriodically>false</UpdatePeriodically>
33
    <UpdateRequired>false</UpdateRequired>
34
    <MapFileExtensions>true</MapFileExtensions>
35
    <ApplicationRevision>0</ApplicationRevision>
36
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37
    <UseApplicationTrust>false</UseApplicationTrust>
38
    <BootstrapperEnabled>true</BootstrapperEnabled>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
41
    <OutputPath>bin\Debug\</OutputPath>
42
    <DebugSymbols>true</DebugSymbols>
43
    <DebugType>Full</DebugType>
44
    <Optimize>False</Optimize>
45
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
46
    <DefineConstants>DEBUG;TRACE</DefineConstants>
47
  </PropertyGroup>
48
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
49
    <OutputPath>bin\Release\</OutputPath>
50
    <DebugSymbols>false</DebugSymbols>
51
    <DebugType>None</DebugType>
52
    <Optimize>True</Optimize>
53
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
54
    <DefineConstants>TRACE</DefineConstants>
55
    <StartAction>Project</StartAction>
56
  </PropertyGroup>
57
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
58
    <RegisterForComInterop>False</RegisterForComInterop>
59
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
60
    <BaseAddress>4194304</BaseAddress>
61
    <PlatformTarget>AnyCPU</PlatformTarget>
62
    <FileAlignment>4096</FileAlignment>
63
  </PropertyGroup>
59 xraver 64
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
65
    <OutputPath>..\..\exe\</OutputPath>
66
    <DocumentationFile>
67
    </DocumentationFile>
68
  </PropertyGroup>
69
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
70
    <DocumentationFile>
71
    </DocumentationFile>
72
  </PropertyGroup>
6 bonfantef 73
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
74
  <ItemGroup>
75
    <Reference Include="System" />
76
    <Reference Include="System.Configuration" />
77
    <Reference Include="System.Data" />
78
    <Reference Include="System.Drawing" />
79
    <Reference Include="System.Windows.Forms" />
80
    <Reference Include="System.Xml" />
81
  </ItemGroup>
82
  <ItemGroup>
69 bonfantef 83
    <Compile Include="ARTEventNotifier.cs" />
6 bonfantef 84
    <Compile Include="AssemblyInfo.cs" />
69 bonfantef 85
    <Compile Include="ILogger.cs" />
74 xraver 86
    <Compile Include="Language.cs" />
69 bonfantef 87
    <Compile Include="Logger.cs" />
6 bonfantef 88
    <Compile Include="Program.cs" />
89
    <None Include="app.config" />
90
  </ItemGroup>
91
  <ItemGroup>
92
    <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj">
31 bonfantef 93
      <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project>
6 bonfantef 94
      <Name>ASFLoginUI</Name>
95
    </ProjectReference>
96
    <ProjectReference Include="..\Authentication\Authentication.csproj">
97
      <Project>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</Project>
98
      <Name>Authentication</Name>
99
    </ProjectReference>
55 bonfantef 100
    <ProjectReference Include="..\Crypt\Crypt.csproj">
101
      <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project>
102
      <Name>Crypt</Name>
103
    </ProjectReference>
6 bonfantef 104
    <ProjectReference Include="..\Data\Data.csproj">
105
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
106
      <Name>Data</Name>
107
    </ProjectReference>
108
  </ItemGroup>
109
  <ItemGroup>
110
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
111
      <Visible>False</Visible>
112
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
113
      <Install>true</Install>
114
    </BootstrapperPackage>
115
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
116
      <Visible>False</Visible>
117
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
118
      <Install>false</Install>
119
    </BootstrapperPackage>
120
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
121
      <Visible>False</Visible>
122
      <ProductName>.NET Framework 3.5</ProductName>
123
      <Install>false</Install>
124
    </BootstrapperPackage>
125
  </ItemGroup>
126
</Project>