207 lines
8.6 KiB
XML
207 lines
8.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{BA2D06E0-74C0-4785-B39F-D1EAAC13B73D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SPC.Kiosk.Common</RootNamespace>
|
|
<AssemblyName>SPC.Kiosk.Common</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<SccProjectName>Svn</SccProjectName>
|
|
<SccLocalPath>Svn</SccLocalPath>
|
|
<SccAuxPath>Svn</SccAuxPath>
|
|
<SccProvider>SubversionScc</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\..\BIN\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="Cosmos.BaseFrame">
|
|
<HintPath>..\..\BIN\Cosmos.BaseFrame.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Cosmos.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\BIN\Cosmos.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Cosmos.ServiceProvider, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\BIN\Cosmos.ServiceProvider.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Cosmos.UserFrame, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\BIN\Cosmos.UserFrame.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="redLIB.Common, Version=1.0.0.15, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\BIN\redLIB.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="redLIB.IO, Version=1.0.0.10, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\BIN\redLIB.IO.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Runtime.Caching" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WpfAnimatedGif, Version=1.4.18.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\WpfAnimatedGif.1.4.18\lib\net\WpfAnimatedGif.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controls\AnimationButton.xaml.cs">
|
|
<DependentUpon>AnimationButton.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\PopupMessage.xaml.cs">
|
|
<DependentUpon>PopupMessage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\SignPad.xaml.cs">
|
|
<DependentUpon>SignPad.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Functions\Animations.cs" />
|
|
<Compile Include="Controls\ButtonList.xaml.cs">
|
|
<DependentUpon>ButtonList.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Functions\CacheManager.cs" />
|
|
<Compile Include="Converters\CommonConverters.cs" />
|
|
<Compile Include="Functions\CommonChecker.cs" />
|
|
<Compile Include="Functions\CommonConverter.cs" />
|
|
<Compile Include="Functions\CommonFunction.cs" />
|
|
<Compile Include="Functions\AiScannerProcess.cs" />
|
|
<Compile Include="Functions\CommonLog.cs" />
|
|
<Compile Include="Functions\PopupMessageBox.cs" />
|
|
<Compile Include="Functions\KioskMessageBox.cs" />
|
|
<Compile Include="Models\CommonModel.cs" />
|
|
<Compile Include="Controls\IntroView.xaml.cs">
|
|
<DependentUpon>IntroView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Functions\Languages.cs" />
|
|
<Compile Include="Controls\MediaPlayer.xaml.cs">
|
|
<DependentUpon>MediaPlayer.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\MediaRoll.xaml.cs">
|
|
<DependentUpon>MediaRoll.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\MessageBoxForm.xaml.cs">
|
|
<DependentUpon>MessageBoxForm.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\MutiLanguageTextBlock.cs" />
|
|
<Compile Include="Controls\NumericCombo.xaml.cs">
|
|
<DependentUpon>NumericCombo.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\NumericPad2.xaml.cs">
|
|
<DependentUpon>NumericPad2.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\NumericPad.xaml.cs">
|
|
<DependentUpon>NumericPad.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Functions\ResourceManager.cs" />
|
|
<Compile Include="Functions\CommonValue.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Types\CommonTypes.cs" />
|
|
<Compile Include="Controls\WaitForm.xaml.cs">
|
|
<DependentUpon>WaitForm.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Functions\WaitWindow.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Controls\AnimationButton.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\ButtonList.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\IntroView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\MediaPlayer.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\MediaRoll.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\MessageBoxForm.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\PopupMessage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Controls\NumericCombo.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\NumericPad2.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Controls\NumericPad.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\SignPad.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\WaitForm.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SPC.Kiosk.Base\SPC.Kiosk.Base.csproj">
|
|
<Project>{bcc10fa2-c358-480c-8ff0-615750f3c306}</Project>
|
|
<Name>SPC.Kiosk.Base</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resource\wait_circle.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resource\btn_move01_left_basic.png" />
|
|
<Resource Include="Resource\btn_move01_left_press.png" />
|
|
<Resource Include="Resource\btn_move01_right_basic.png" />
|
|
<Resource Include="Resource\btn_move01_right_press.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resource\ic_alert_ing.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |