132 lines
5.6 KiB
XML
132 lines
5.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>{E2928D3E-C5D3-42E7-952D-19491B079A16}</ProjectGuid>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<RootNamespace>KioskTest</RootNamespace>
|
|||
|
<AssemblyName>KioskTest</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<Deterministic>true</Deterministic>
|
|||
|
<SccProjectName>Svn</SccProjectName>
|
|||
|
<SccLocalPath>Svn</SccLocalPath>
|
|||
|
<SccAuxPath>Svn</SccAuxPath>
|
|||
|
<SccProvider>SubversionScc</SccProvider>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
<PlatformTarget>x86</PlatformTarget>
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<OutputPath>..\..\..\..\BIN\</OutputPath>
|
|||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup>
|
|||
|
<ApplicationIcon>window_icon_spc_icon.ico</ApplicationIcon>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
<Reference Include="System.Core" />
|
|||
|
<Reference Include="System.Xml.Linq" />
|
|||
|
<Reference Include="System.Data.DataSetExtensions" />
|
|||
|
<Reference Include="System.Xaml">
|
|||
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|||
|
</Reference>
|
|||
|
<Reference Include="WindowsBase" />
|
|||
|
<Reference Include="PresentationCore" />
|
|||
|
<Reference Include="PresentationFramework" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ApplicationDefinition Include="App.xaml">
|
|||
|
<Generator>MSBuild:Compile</Generator>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</ApplicationDefinition>
|
|||
|
<Page Include="MainWindow.xaml">
|
|||
|
<Generator>MSBuild:Compile</Generator>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</Page>
|
|||
|
<Compile Include="App.xaml.cs">
|
|||
|
<DependentUpon>App.xaml</DependentUpon>
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="MainWindow.xaml.cs">
|
|||
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Properties\Resources.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DesignTime>True</DesignTime>
|
|||
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Properties\Settings.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DependentUpon>Settings.settings</DependentUpon>
|
|||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|||
|
</Compile>
|
|||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|||
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
</EmbeddedResource>
|
|||
|
<None Include="Properties\Settings.settings">
|
|||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|||
|
</None>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\..\Common\SPC.Kiosk.Base\SPC.Kiosk.Base.csproj">
|
|||
|
<Project>{bcc10fa2-c358-480c-8ff0-615750f3c306}</Project>
|
|||
|
<Name>SPC.Kiosk.Base</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\..\Common\SPC.Kiosk.Common\SPC.Kiosk.Common.csproj">
|
|||
|
<Project>{ba2d06e0-74c0-4785-b39f-d1eaac13b73d}</Project>
|
|||
|
<Name>SPC.Kiosk.Common</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\..\PB\SPC.Kiosk.PB.ViewModel\SPC.Kiosk.PB.ViewModel.csproj">
|
|||
|
<Project>{bca39ae9-b2eb-495e-be62-ab95b0325cff}</Project>
|
|||
|
<Name>SPC.Kiosk.PB.ViewModel</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\..\PB\SPC.Kiosk.PB\SPC.Kiosk.PB.csproj">
|
|||
|
<Project>{38393190-821d-496d-a996-11833c20e476}</Project>
|
|||
|
<Name>SPC.Kiosk.PB</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\..\Start\SPC.Kiosk.Start.Model\SPC.Kiosk.Start.Model.csproj">
|
|||
|
<Project>{37f15b06-9bcb-4f3c-8eb5-050d6be1c344}</Project>
|
|||
|
<Name>SPC.Kiosk.Start.Model</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\..\Start\SPC.Kiosk.Start.ViewModel\SPC.Kiosk.Start.ViewModel.csproj">
|
|||
|
<Project>{beacf939-6802-4d28-8445-e02692e741a4}</Project>
|
|||
|
<Name>SPC.Kiosk.Start.ViewModel</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\..\Start\SPC.Kiosk.Start\SPC.Kiosk.Start.csproj">
|
|||
|
<Project>{252882fc-0458-4ff7-9b3f-1440189a733b}</Project>
|
|||
|
<Name>SPC.Kiosk.Start</Name>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Resource Include="window_icon_spc_icon.ico" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|