2012-07-20 03:47:54 +04:00
<?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 > 8.0.30703</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {278F54DB-771A-4EF2-BEF2-9447F988303F}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > uds.gui</RootNamespace>
<AssemblyName > udsgui</AssemblyName>
<TargetFrameworkVersion > v3.5</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
</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>
<UseVSHostingProcess > false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x86'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\x86\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > x86</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets > true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules > true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x86'" >
<OutputPath > bin\x86\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x86</PlatformTarget>
<UseVSHostingProcess > false</UseVSHostingProcess>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets > true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules > true</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<ItemGroup >
2012-12-12 16:46:45 +04:00
<Reference Include= "log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\udsService_OLD\log4net\3.5\log4net.dll</HintPath>
</Reference>
2012-07-20 03:47:54 +04:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "forms\Config.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "forms\Config.Designer.cs" >
<DependentUpon > Config.cs</DependentUpon>
</Compile>
<Compile Include= "gui.cs" />
<Compile Include= "Lang.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Lang.resx</DependentUpon>
</Compile>
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "forms\Config.de.resx" >
<DependentUpon > Config.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "forms\Config.es.resx" >
<DependentUpon > Config.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "forms\Config.fr.resx" >
<DependentUpon > Config.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "forms\Config.resx" >
<DependentUpon > Config.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "Lang.de.resx" />
<EmbeddedResource Include= "Lang.es.resx" />
<EmbeddedResource Include= "Lang.fr.resx" />
<EmbeddedResource Include= "Lang.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Lang.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\rpc\tools.csproj" >
<Project > {9861A89C-7007-4A42-8BEB-9914BCF5524C}</Project>
<Name > tools</Name>
</ProjectReference>
</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>
-->
</Project>