Rev 55 | 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>{E1B25C47-8DA9-475A-B63D-BDD218D4FF41}</ProjectGuid> |
||
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
| 6 | <OutputType>WinExe</OutputType> |
||
| 7 | <RootNamespace>ASFLogin.AppAccountsManager</RootNamespace> |
||
| 8 | <AssemblyName>ASFAccountsManager</AssemblyName> |
||
| 9 | <DocumentationFile>bin\Release\ASFAccountsEditor.xml</DocumentationFile> |
||
| 10 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
||
| 11 | <NoStdLib>False</NoStdLib> |
||
| 12 | <WarningLevel>4</WarningLevel> |
||
| 13 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
||
| 14 | <ApplicationIcon>ASFAccountsEditor.ico</ApplicationIcon> |
||
| 15 | <FileUpgradeFlags> |
||
| 16 | </FileUpgradeFlags> |
||
| 17 | <UpgradeBackupLocation> |
||
| 18 | </UpgradeBackupLocation> |
||
| 19 | <OldToolsVersion>2.0</OldToolsVersion> |
||
| 20 | <PublishUrl>publish\</PublishUrl> |
||
| 21 | <Install>true</Install> |
||
| 22 | <InstallFrom>Disk</InstallFrom> |
||
| 23 | <UpdateEnabled>false</UpdateEnabled> |
||
| 24 | <UpdateMode>Foreground</UpdateMode> |
||
| 25 | <UpdateInterval>7</UpdateInterval> |
||
| 26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
| 27 | <UpdatePeriodically>false</UpdatePeriodically> |
||
| 28 | <UpdateRequired>false</UpdateRequired> |
||
| 29 | <MapFileExtensions>true</MapFileExtensions> |
||
| 30 | <ApplicationRevision>0</ApplicationRevision> |
||
| 31 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
| 32 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
| 33 | <UseApplicationTrust>false</UseApplicationTrust> |
||
| 34 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
| 35 | </PropertyGroup> |
||
| 36 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
||
| 37 | <OutputPath>bin\Debug\</OutputPath> |
||
| 38 | <DebugSymbols>True</DebugSymbols> |
||
| 39 | <DebugType>Full</DebugType> |
||
| 40 | <Optimize>False</Optimize> |
||
| 41 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
||
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
| 43 | </PropertyGroup> |
||
| 44 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
||
| 45 | <OutputPath>bin\Release\</OutputPath> |
||
| 46 | <DebugSymbols>false</DebugSymbols> |
||
| 47 | <DebugType>None</DebugType> |
||
| 48 | <Optimize>True</Optimize> |
||
| 49 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
||
| 50 | <DefineConstants>TRACE</DefineConstants> |
||
| 51 | </PropertyGroup> |
||
| 52 | <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
||
| 53 | <RegisterForComInterop>False</RegisterForComInterop> |
||
| 54 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
||
| 55 | <BaseAddress>4194304</BaseAddress> |
||
| 56 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
| 57 | <FileAlignment>4096</FileAlignment> |
||
| 58 | </PropertyGroup> |
||
| 59 | xraver | 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 60 | <OutputPath>..\..\exe\</OutputPath> |
||
| 61 | <DocumentationFile> |
||
| 62 | </DocumentationFile> |
||
| 63 | </PropertyGroup> |
||
| 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
| 65 | <DocumentationFile> |
||
| 66 | </DocumentationFile> |
||
| 67 | </PropertyGroup> |
||
| 6 | bonfantef | 68 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
| 69 | <ItemGroup> |
||
| 70 | <Reference Include="nunit.framework" /> |
||
| 71 | <Reference Include="System" /> |
||
| 72 | <Reference Include="System.Configuration" /> |
||
| 73 | <Reference Include="System.Data" /> |
||
| 74 | <Reference Include="System.Drawing" /> |
||
| 75 | <Reference Include="System.Windows.Forms" /> |
||
| 76 | <Reference Include="System.Xml" /> |
||
| 77 | </ItemGroup> |
||
| 78 | <ItemGroup> |
||
| 79 | <Compile Include="AccountDataEditor.cs"> |
||
| 80 | <SubType>Form</SubType> |
||
| 81 | </Compile> |
||
| 82 | <Compile Include="AccountDataEditor.Designer.cs"> |
||
| 83 | <DependentUpon>AccountDataEditor.cs</DependentUpon> |
||
| 84 | </Compile> |
||
| 85 | <Compile Include="AssemblyInfo.cs" /> |
||
| 86 | <Compile Include="FileTransferClient.cs" /> |
||
| 55 | bonfantef | 87 | <Compile Include="FingerprintCapture.cs"> |
| 88 | <SubType>Form</SubType> |
||
| 89 | </Compile> |
||
| 90 | <Compile Include="FingerprintCapture.Designer.cs"> |
||
| 91 | <DependentUpon>FingerprintCapture.cs</DependentUpon> |
||
| 92 | </Compile> |
||
| 6 | bonfantef | 93 | <Compile Include="FormAbout.cs"> |
| 94 | <SubType>Form</SubType> |
||
| 95 | </Compile> |
||
| 96 | <Compile Include="FormAbout.Designer.cs"> |
||
| 97 | <DependentUpon>FormAbout.cs</DependentUpon> |
||
| 98 | </Compile> |
||
| 99 | <Compile Include="MainForm.cs"> |
||
| 100 | <SubType>Form</SubType> |
||
| 101 | </Compile> |
||
| 102 | <Compile Include="MainForm.Designer.cs"> |
||
| 103 | <DependentUpon>MainForm.cs</DependentUpon> |
||
| 104 | </Compile> |
||
| 105 | <Compile Include="MakeAccountsEditorKey.cs" /> |
||
| 106 | <Compile Include="PasswordInputBox.cs"> |
||
| 107 | <SubType>Form</SubType> |
||
| 108 | </Compile> |
||
| 109 | <Compile Include="PasswordInputBox.Designer.cs"> |
||
| 110 | <DependentUpon>PasswordInputBox.cs</DependentUpon> |
||
| 111 | </Compile> |
||
| 112 | <Compile Include="PinInputBox.cs"> |
||
| 113 | <SubType>Form</SubType> |
||
| 114 | </Compile> |
||
| 115 | <Compile Include="PinInputBox.Designer.cs"> |
||
| 116 | <DependentUpon>PinInputBox.cs</DependentUpon> |
||
| 117 | </Compile> |
||
| 118 | <Compile Include="Program.cs" /> |
||
| 55 | bonfantef | 119 | <Compile Include="Properties\Resources.Designer.cs"> |
| 120 | <AutoGen>True</AutoGen> |
||
| 121 | <DesignTime>True</DesignTime> |
||
| 122 | <DependentUpon>Resources.resx</DependentUpon> |
||
| 123 | </Compile> |
||
| 124 | <Compile Include="Utils.cs" /> |
||
| 6 | bonfantef | 125 | <EmbeddedResource Include="AccountDataEditor.resx"> |
| 126 | <DependentUpon>AccountDataEditor.cs</DependentUpon> |
||
| 127 | <SubType>Designer</SubType> |
||
| 128 | </EmbeddedResource> |
||
| 55 | bonfantef | 129 | <EmbeddedResource Include="FingerprintCapture.resx"> |
| 130 | <DependentUpon>FingerprintCapture.cs</DependentUpon> |
||
| 131 | <SubType>Designer</SubType> |
||
| 132 | </EmbeddedResource> |
||
| 6 | bonfantef | 133 | <EmbeddedResource Include="FormAbout.resx"> |
| 134 | <DependentUpon>FormAbout.cs</DependentUpon> |
||
| 135 | <SubType>Designer</SubType> |
||
| 136 | </EmbeddedResource> |
||
| 137 | <EmbeddedResource Include="MainForm.resx"> |
||
| 138 | <DependentUpon>MainForm.cs</DependentUpon> |
||
| 139 | <SubType>Designer</SubType> |
||
| 140 | </EmbeddedResource> |
||
| 141 | <EmbeddedResource Include="PasswordInputBox.resx"> |
||
| 142 | <DependentUpon>PasswordInputBox.cs</DependentUpon> |
||
| 143 | <SubType>Designer</SubType> |
||
| 144 | </EmbeddedResource> |
||
| 145 | <EmbeddedResource Include="PinInputBox.resx"> |
||
| 146 | <DependentUpon>PinInputBox.cs</DependentUpon> |
||
| 147 | <SubType>Designer</SubType> |
||
| 148 | </EmbeddedResource> |
||
| 55 | bonfantef | 149 | <EmbeddedResource Include="Properties\Resources.resx"> |
| 150 | <Generator>ResXFileCodeGenerator</Generator> |
||
| 151 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
| 152 | <SubType>Designer</SubType> |
||
| 153 | </EmbeddedResource> |
||
| 6 | bonfantef | 154 | <None Include="app.config" /> |
| 155 | </ItemGroup> |
||
| 156 | <ItemGroup> |
||
| 157 | <ProjectReference Include="..\Authentication\Authentication.csproj"> |
||
| 158 | <Project>{D87A422B-1A76-45B6-B243-4FEE54B98BA8}</Project> |
||
| 159 | <Name>Authentication</Name> |
||
| 160 | </ProjectReference> |
||
| 161 | <ProjectReference Include="..\Crypt\Crypt.csproj"> |
||
| 162 | <Project>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</Project> |
||
| 163 | <Name>Crypt</Name> |
||
| 164 | </ProjectReference> |
||
| 165 | <ProjectReference Include="..\Data\Data.csproj"> |
||
| 166 | <Project>{BA46B349-BA83-4ABE-B6D3-BDDDBABD074A}</Project> |
||
| 167 | <Name>Data</Name> |
||
| 168 | </ProjectReference> |
||
| 169 | </ItemGroup> |
||
| 170 | <ItemGroup> |
||
| 171 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
||
| 172 | <Visible>False</Visible> |
||
| 173 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
||
| 174 | <Install>true</Install> |
||
| 175 | </BootstrapperPackage> |
||
| 176 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
||
| 177 | <Visible>False</Visible> |
||
| 178 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
||
| 179 | <Install>false</Install> |
||
| 180 | </BootstrapperPackage> |
||
| 181 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
||
| 182 | <Visible>False</Visible> |
||
| 183 | <ProductName>.NET Framework 3.5</ProductName> |
||
| 184 | <Install>false</Install> |
||
| 185 | </BootstrapperPackage> |
||
| 186 | </ItemGroup> |
||
| 187 | </Project> |