MoyaSignup.csproj 10.4 KB
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{7264F333-9419-4208-AA6D-223D4CE19C05}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MoyaSignup</RootNamespace>
    <AssemblyName>MoyaSignup</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>3.5</OldToolsVersion>
    <UpgradeBackupLocation />
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>
    </DefineConstants>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <DebugSymbols>true</DebugSymbols>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="AutoUpdateLib">
      <HintPath>Resources\AutoUpdateLib.dll</HintPath>
    </Reference>
    <Reference Include="ConfLib2, Version=1.0.1.23606, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>deps\ConfLib2.dll</HintPath>
    </Reference>
    <Reference Include="DynamicPg, Version=1.3.6.41028, Culture=neutral">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>deps\DynamicPg.dll</HintPath>
    </Reference>
    <Reference Include="Mono.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>deps\Mono.Security.dll</HintPath>
    </Reference>
    <Reference Include="Mono.Security.Protocol.Tls, Version=1.0.1528.33423, Culture=neutral, PublicKeyToken=4c884638a2b03853">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>deps\Mono.Security.Protocol.Tls.dll</HintPath>
    </Reference>
    <Reference Include="Npgsql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>deps\Npgsql.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Management" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Xml.Linq">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data.DataSetExtensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <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="API32.cs" />
    <Compile Include="ApiSettings.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="ApiSettings.Designer.cs">
      <DependentUpon>ApiSettings.cs</DependentUpon>
    </Compile>
    <Compile Include="Filters.cs" />
    <Compile Include="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.cs">
      <DependentUpon>Form1.cs</DependentUpon>
    </Compile>
    <Compile Include="HeartBeatMonitor.cs" />
    <Compile Include="Logger.cs" />
    <Compile Include="mjpeg\ByteArrayUtils.cs" />
    <Compile Include="mjpeg\MJPEGConfiguration.cs" />
    <Compile Include="mjpeg\MJPEGSource.cs" />
    <Compile Include="mjpeg\MJPEGSourcePage.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="mjpeg\SourceDescriptions.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="WaitForm.cs" />
    <Compile Include="WaitForm.Designer.cs" />
    <EmbeddedResource Include="ApiSettings.resx">
      <DependentUpon>ApiSettings.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Form1.resx">
      <DependentUpon>Form1.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="mjpeg\MJPEGSourcePage.resx">
      <DependentUpon>MJPEGSourcePage.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>
    <EmbeddedResource Include="TakePictureControl.resx">
      <DependentUpon>TakePictureControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UserDetailsEditor.resx">
      <DependentUpon>UserDetailsEditor.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UserLoginControl.resx">
      <DependentUpon>UserLoginControl.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="WaitForm.resx" />
    <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>
    <Compile Include="TakePictureControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="TakePictureControl.Designer.cs">
      <DependentUpon>TakePictureControl.cs</DependentUpon>
    </Compile>
    <Compile Include="TicketType.cs" />
    <Compile Include="UserDetailsEditor.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UserDetailsEditor.Designer.cs">
      <DependentUpon>UserDetailsEditor.cs</DependentUpon>
    </Compile>
    <Compile Include="UserLoginControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UserLoginControl.Designer.cs">
      <DependentUpon>UserLoginControl.cs</DependentUpon>
    </Compile>
    <Compile Include="Util.cs" />
    <Compile Include="videosource\Core.cs" />
    <Compile Include="videosource\Events.cs" />
    <Compile Include="videosource\IVideoSource.cs" />
    <Compile Include="videosource\IVideoSourceDescription.cs" />
    <Compile Include="videosource\IVideoSourcePage.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="vecto_tausta.png" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\MoyaAdmin\MoyaAdminUI\MoyaAdminLib\MoyaAdminLib.csproj">
      <Project>{095ce28f-5b53-4203-85c6-3a9afd486407}</Project>
      <Name>MoyaAdminLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\ThermoPrinterLibrary\ThermoPrinterLibrary\ThermoPrinterLibrary.csproj">
      <Project>{25113a41-1991-4d34-95c0-47c238037a39}</Project>
      <Name>ThermoPrinterLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\WebCamLib\WebCamLib.vcxproj">
      <Project>{fd48314a-9615-4ba6-913a-03787fb2dd30}</Project>
      <Name>WebCamLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\WebCamWrapper\WebCamWrapper.csproj">
      <Project>{cc5d5149-0092-4508-ac34-2abe1468a1c9}</Project>
      <Name>WebCamWrapper</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="deps\ConfLib2.dll" />
    <Content Include="deps\DynamicPg.dll" />
    <Content Include="deps\Mono.Security.dll" />
    <Content Include="deps\Mono.Security.Protocol.Tls.dll" />
    <Content Include="deps\Npgsql.dll" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\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>
  -->
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>