Subversion Repositories ASFLogin

Rev

Rev 28 | 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>
64
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
65
  <ItemGroup>
66
    <Reference Include="System" />
67
    <Reference Include="System.Configuration" />
68
    <Reference Include="System.Data" />
69
    <Reference Include="System.Drawing" />
70
    <Reference Include="System.Windows.Forms" />
71
    <Reference Include="System.Xml" />
72
  </ItemGroup>
73
  <ItemGroup>
74
    <Compile Include="AssemblyInfo.cs" />
75
    <Compile Include="DigitInputBox.cs">
76
      <SubType>Form</SubType>
77
    </Compile>
78
    <Compile Include="DigitInputBox.Designer.cs">
79
      <DependentUpon>DigitInputBox.cs</DependentUpon>
80
    </Compile>
8 xraver 81
    <Compile Include="PInvoke.cs" />
6 bonfantef 82
    <Compile Include="Program.cs" />
83
    <EmbeddedResource Include="DigitInputBox.resx">
84
      <DependentUpon>DigitInputBox.cs</DependentUpon>
85
      <SubType>Designer</SubType>
86
    </EmbeddedResource>
87
    <None Include="app.config" />
88
  </ItemGroup>
89
  <ItemGroup>
90
    <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj">
91
      <Project>{D9753B36-EB1B-4720-8A75-F651B14AC0CF}</Project>
92
      <Name>ASFLoginUI</Name>
93
    </ProjectReference>
94
    <ProjectReference Include="..\Authentication\Authentication.csproj">
95
      <Project>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</Project>
96
      <Name>Authentication</Name>
97
    </ProjectReference>
98
    <ProjectReference Include="..\Data\Data.csproj">
99
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
100
      <Name>Data</Name>
101
    </ProjectReference>
102
  </ItemGroup>
103
  <ItemGroup>
104
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
105
      <Visible>False</Visible>
106
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
107
      <Install>true</Install>
108
    </BootstrapperPackage>
109
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
110
      <Visible>False</Visible>
111
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
112
      <Install>false</Install>
113
    </BootstrapperPackage>
114
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
115
      <Visible>False</Visible>
116
      <ProductName>.NET Framework 3.5</ProductName>
117
      <Install>false</Install>
118
    </BootstrapperPackage>
119
  </ItemGroup>
120
</Project>