831195d25a
This reverts commit 08fc07bfbd.
340 lines
12 KiB
XML
340 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{60CE9527-95BC-433A-BE8F-640489315539}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>IPadLibrary</RootNamespace>
|
|
<AssemblyName>IPadLibrary</AssemblyName>
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
|
<PublishUrl>http://localhost/IPadLibrary/</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Web</InstallFrom>
|
|
<UpdateEnabled>true</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationVersion>0.0.1.%2a</ApplicationVersion>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\CameraMng\bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\CameraMng\bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>..\CameraMng\bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug WinXP\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug WinXP\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|AnyCPU'">
|
|
<OutputPath>bin\Release WinXP\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|x86'">
|
|
<OutputPath>bin\x86\Release WinXP\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug WinXP\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|x64'">
|
|
<OutputPath>bin\x64\Release WinXP\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="FormsInterfaces\GeneralLibrary.cs" />
|
|
<Compile Include="FormsInterfaces\NumericPad.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormsInterfaces\NumericPad.Designer.cs">
|
|
<DependentUpon>NumericPad.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FormsInterfaces\NumericPad.Methods.cs">
|
|
<DependentUpon>NumericPad.cs</DependentUpon>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormsInterfaces\KeyboradControl.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormsInterfaces\KeyboradControl.Designer.cs">
|
|
<DependentUpon>KeyboradControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FormsInterfaces\KeyboradControl.Methods.cs">
|
|
<DependentUpon>KeyboradControl.cs</DependentUpon>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="FormsInterfaces\NumericPad.resx">
|
|
<DependentUpon>NumericPad.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FormsInterfaces\KeyboradControl.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>KeyboradControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Disco.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Fresa.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Righello.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Righello2.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\rulers_256.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Disco_diametro.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\MagnifyPlus.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Magnify.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\MagnifyMinus.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\MagnifyPlus_30.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Magnify_30.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\MagnifyMinus_30.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\SaveC.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Delete.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\New.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\OpenDoc.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\OK.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\PlusPlus.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Plus.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Plus_32.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Cacciavite.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Cacciavite_50.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\RotCCLeft.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Cacciavite_36.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\OK_56.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\OK_40.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\OK_51.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Arrow_R.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Arrow_Fine_Left.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Arrow_Fine_R.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Arrow_L.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Exit2.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Exit_48.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\exit1.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\FingerUp.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\LineAB.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Line_W.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\Line_H.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="Icons\Line_L.gif" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |