Subversion Repositories ASFLogin

Rev

Go to most recent revision | Details | 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>
6
    <OutputType>WinExe</OutputType>
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>
23
    <PublishUrl>publish\</PublishUrl>
24
    <Install>true</Install>
25
    <InstallFrom>Disk</InstallFrom>
26
    <UpdateEnabled>false</UpdateEnabled>
27
    <UpdateMode>Foreground</UpdateMode>
28
    <UpdateInterval>7</UpdateInterval>
29
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30
    <UpdatePeriodically>false</UpdatePeriodically>
31
    <UpdateRequired>false</UpdateRequired>
32
    <MapFileExtensions>true</MapFileExtensions>
33
    <ApplicationRevision>0</ApplicationRevision>
34
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35
    <IsWebBootstrapper>false</IsWebBootstrapper>
36
    <UseApplicationTrust>false</UseApplicationTrust>
37
    <BootstrapperEnabled>true</BootstrapperEnabled>
38
  </PropertyGroup>
39
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
40
    <OutputPath>bin\Debug\</OutputPath>
41
    <DebugSymbols>true</DebugSymbols>
42
    <DebugType>Full</DebugType>
43
    <Optimize>False</Optimize>
44
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
45
    <DefineConstants>DEBUG;TRACE</DefineConstants>
46
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
48
    <OutputPath>bin\Release\</OutputPath>
49
    <DebugSymbols>false</DebugSymbols>
50
    <DebugType>None</DebugType>
51
    <Optimize>True</Optimize>
52
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
53
    <DefineConstants>TRACE</DefineConstants>
54
    <StartAction>Project</StartAction>
55
  </PropertyGroup>
56
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
57
    <RegisterForComInterop>False</RegisterForComInterop>
58
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
59
    <BaseAddress>4194304</BaseAddress>
60
    <PlatformTarget>AnyCPU</PlatformTarget>
61
    <FileAlignment>4096</FileAlignment>
62
  </PropertyGroup>
63
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
64
  <ItemGroup>
65
    <Reference Include="System" />
66
    <Reference Include="System.Configuration" />
67
    <Reference Include="System.Data" />
68
    <Reference Include="System.Drawing" />
69
    <Reference Include="System.Windows.Forms" />
70
    <Reference Include="System.Xml" />
71
  </ItemGroup>
72
  <ItemGroup>
73
    <Compile Include="AssemblyInfo.cs" />
74
    <Compile Include="DigitInputBox.cs">
75
      <SubType>Form</SubType>
76
    </Compile>
77
    <Compile Include="DigitInputBox.Designer.cs">
78
      <DependentUpon>DigitInputBox.cs</DependentUpon>
79
    </Compile>
8 xraver 80
    <Compile Include="PInvoke.cs" />
6 bonfantef 81
    <Compile Include="Program.cs" />
82
    <EmbeddedResource Include="DigitInputBox.resx">
83
      <DependentUpon>DigitInputBox.cs</DependentUpon>
84
      <SubType>Designer</SubType>
85
    </EmbeddedResource>
86
    <None Include="app.config" />
87
  </ItemGroup>
88
  <ItemGroup>
89
    <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj">
90
      <Project>{D9753B36-EB1B-4720-8A75-F651B14AC0CF}</Project>
91
      <Name>ASFLoginUI</Name>
92
    </ProjectReference>
93
    <ProjectReference Include="..\Authentication\Authentication.csproj">
94
      <Project>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</Project>
95
      <Name>Authentication</Name>
96
    </ProjectReference>
97
    <ProjectReference Include="..\Data\Data.csproj">
98
      <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project>
99
      <Name>Data</Name>
100
    </ProjectReference>
101
  </ItemGroup>
102
  <ItemGroup>
103
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
104
      <Visible>False</Visible>
105
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
106
      <Install>true</Install>
107
    </BootstrapperPackage>
108
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
109
      <Visible>False</Visible>
110
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
111
      <Install>false</Install>
112
    </BootstrapperPackage>
113
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
114
      <Visible>False</Visible>
115
      <ProductName>.NET Framework 3.5</ProductName>
116
      <Install>false</Install>
117
    </BootstrapperPackage>
118
  </ItemGroup>
119
</Project>