Rev 55 | 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>{B7CAFD79-1897-4D90-B2DE-48304417C0DA}</ProjectGuid> |
||
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
| 6 | <OutputType>Library</OutputType> |
||
| 7 | <RootNamespace>ASFLogin.Crypt</RootNamespace> |
||
| 8 | <AssemblyName>ASFLogin.Crypt</AssemblyName> |
||
| 9 | <RunCodeAnalysis>False</RunCodeAnalysis> |
||
| 10 | <DocumentationFile>bin\Release\ASFLogin.Crypt.xml</DocumentationFile> |
||
| 11 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
||
| 12 | <NoStdLib>False</NoStdLib> |
||
| 13 | <WarningLevel>4</WarningLevel> |
||
| 14 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
||
| 15 | <FileUpgradeFlags> |
||
| 16 | </FileUpgradeFlags> |
||
| 17 | <UpgradeBackupLocation> |
||
| 18 | </UpgradeBackupLocation> |
||
| 19 | <OldToolsVersion>2.0</OldToolsVersion> |
||
| 20 | </PropertyGroup> |
||
| 21 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
||
| 22 | <OutputPath>bin\Debug\</OutputPath> |
||
| 23 | <DebugSymbols>True</DebugSymbols> |
||
| 24 | <DebugType>Full</DebugType> |
||
| 25 | <Optimize>False</Optimize> |
||
| 26 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
||
| 27 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
| 28 | </PropertyGroup> |
||
| 29 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
||
| 30 | <OutputPath>bin\Release\</OutputPath> |
||
| 31 | <DebugSymbols>false</DebugSymbols> |
||
| 32 | <DebugType>None</DebugType> |
||
| 33 | <Optimize>True</Optimize> |
||
| 34 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
||
| 35 | <DefineConstants>TRACE</DefineConstants> |
||
| 36 | </PropertyGroup> |
||
| 37 | <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
||
| 38 | <RegisterForComInterop>False</RegisterForComInterop> |
||
| 39 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
||
| 40 | <BaseAddress>4194304</BaseAddress> |
||
| 41 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
| 42 | <FileAlignment>4096</FileAlignment> |
||
| 43 | </PropertyGroup> |
||
| 44 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
||
| 45 | <ItemGroup> |
||
| 46 | <Reference Include="System" /> |
||
| 47 | <Reference Include="System.Data" /> |
||
| 48 | <Reference Include="System.Drawing" /> |
||
| 49 | <Reference Include="System.Windows.Forms" /> |
||
| 50 | <Reference Include="System.Xml" /> |
||
| 51 | </ItemGroup> |
||
| 52 | <ItemGroup> |
||
| 53 | <Compile Include="AssemblyInfo.cs" /> |
||
| 54 | <Compile Include="ICryptProvider.cs" /> |
||
| 55 | <Compile Include="CryptProviderFactory.cs" /> |
||
| 56 | <Compile Include="ASCIIStringCryptProvider.cs" /> |
||
| 57 | </ItemGroup> |
||
| 58 | </Project> |