0byt3m1n1
Path:
C:
/
BACKUPS
/
Biometric Backup
/
KELTRON
/
COSEC V14R4.1
/
Setup
/
API Samples
/
CSharp
/
Backup
/
[
Home
]
File: CSharp.csproj
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{44800055-4A42-4BE4-B33F-74B8491D5894}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CSharp</RootNamespace> <AssemblyName>CSharp</AssemblyName> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </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="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="apiHelper.cs" /> <Compile Include="AssignRevokeDeviceTab.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="AssignRevokeDeviceTab.Designer.cs"> <DependentUpon>AssignRevokeDeviceTab.cs</DependentUpon> </Compile> <Compile Include="EventDataTab.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="EventDataTab.Designer.cs"> <DependentUpon>EventDataTab.cs</DependentUpon> </Compile> <Compile Include="FrmGroup.cs"> <SubType>Form</SubType> </Compile> <Compile Include="FrmGroup.Designer.cs"> <DependentUpon>FrmGroup.cs</DependentUpon> </Compile> <Compile Include="MainForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="MainForm.designer.cs"> <DependentUpon>MainForm.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UserAddEditTab.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="UserAddEditTab.Designer.cs"> <DependentUpon>UserAddEditTab.cs</DependentUpon> </Compile> <EmbeddedResource Include="AssignRevokeDeviceTab.resx"> <SubType>Designer</SubType> <DependentUpon>AssignRevokeDeviceTab.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="EventDataTab.resx"> <SubType>Designer</SubType> <DependentUpon>EventDataTab.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="FrmGroup.resx"> <SubType>Designer</SubType> <DependentUpon>FrmGroup.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="MainForm.resx"> <DependentUpon>MainForm.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="UserAddEditTab.resx"> <SubType>Designer</SubType> <DependentUpon>UserAddEditTab.cs</DependentUpon> </EmbeddedResource> </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>