Rev 74 | 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 | xraver | 79 | <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
||
| 81 | </Reference> |
||
| 6 | bonfantef | 82 | <Reference Include="System.Windows.Forms" /> |
| 83 | <Reference Include="System.Xml" /> |
||
| 84 | </ItemGroup> |
||
| 85 | <ItemGroup> |
||
| 69 | bonfantef | 86 | <Compile Include="ARTEventNotifier.cs" /> |
| 6 | bonfantef | 87 | <Compile Include="AssemblyInfo.cs" /> |
| 69 | bonfantef | 88 | <Compile Include="ILogger.cs" /> |
| 89 | <Compile Include="Logger.cs" /> |
||
| 6 | bonfantef | 90 | <Compile Include="Program.cs" /> |
| 91 | <None Include="app.config" /> |
||
| 92 | </ItemGroup> |
||
| 93 | <ItemGroup> |
||
| 79 | xraver | 94 | <ProjectReference Include="..\ASFLanguage\ASFLanguage.csproj"> |
| 95 | <Project>{A0C0F29B-6DBE-4DDE-97FD-8E3EECD82647}</Project> |
||
| 96 | <Name>ASFLanguage</Name> |
||
| 97 | </ProjectReference> |
||
| 6 | bonfantef | 98 | <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj"> |
| 31 | bonfantef | 99 | <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project> |
| 6 | bonfantef | 100 | <Name>ASFLoginUI</Name> |
| 101 | </ProjectReference> |
||
| 102 | <ProjectReference Include="..\Authentication\Authentication.csproj"> |
||
| 103 | <Project>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</Project> |
||
| 104 | <Name>Authentication</Name> |
||
| 105 | </ProjectReference> |
||
| 55 | bonfantef | 106 | <ProjectReference Include="..\Crypt\Crypt.csproj"> |
| 107 | <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project> |
||
| 108 | <Name>Crypt</Name> |
||
| 109 | </ProjectReference> |
||
| 6 | bonfantef | 110 | <ProjectReference Include="..\Data\Data.csproj"> |
| 111 | <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project> |
||
| 112 | <Name>Data</Name> |
||
| 113 | </ProjectReference> |
||
| 114 | </ItemGroup> |
||
| 115 | <ItemGroup> |
||
| 116 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
||
| 117 | <Visible>False</Visible> |
||
| 118 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
||
| 119 | <Install>true</Install> |
||
| 120 | </BootstrapperPackage> |
||
| 121 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
||
| 122 | <Visible>False</Visible> |
||
| 123 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
||
| 124 | <Install>false</Install> |
||
| 125 | </BootstrapperPackage> |
||
| 126 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
||
| 127 | <Visible>False</Visible> |
||
| 128 | <ProductName>.NET Framework 3.5</ProductName> |
||
| 129 | <Install>false</Install> |
||
| 130 | </BootstrapperPackage> |
||
| 131 | </ItemGroup> |
||
| 132 | </Project> |