133 lines
4.5 KiB
XML
133 lines
4.5 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{F7E21074-385E-43DF-BD66-387DB450A2E2}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ApplicationIcon>
|
|
</ApplicationIcon>
|
|
<AssemblyKeyContainerName>
|
|
</AssemblyKeyContainerName>
|
|
<AssemblyName>xadessigner</AssemblyName>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<OutputType>WinExe</OutputType>
|
|
<OutputFileFolder>.\xadessigner</OutputFileFolder>
|
|
<RootNamespace>xadessigner</RootNamespace>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<Optimize>false</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<Optimize>true</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="nsoftware.SecureBlackbox" Version="24.*" />
|
|
<Reference Include="System">
|
|
<Name>System</Name>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Name>System.Data</Name>
|
|
</Reference>
|
|
<Reference Include="System.Drawing">
|
|
<Name>System.Drawing</Name>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms">
|
|
<Name>System.Windows.Forms</Name>
|
|
</Reference>
|
|
<Reference Include="System.Xml">
|
|
<Name>System.XML</Name>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="licenses.licx" />
|
|
<EmbeddedResource Include="xadessigner.resx">
|
|
<DependentUpon>xadessigner.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="referenceform.resx">
|
|
<DependentUpon>referenceform.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="referencesform.resx">
|
|
<DependentUpon>referencesform.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="requestpasswordform.resx">
|
|
<DependentUpon>requestpasswordform.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
|
|
<Compile Include="xadessigner.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="assemblyinfo.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
|
|
<Compile Include="referenceform.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
|
|
<Compile Include="referencesform.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
|
|
<Compile Include="requestpasswordform.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent> </PostBuildEvent>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|