mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-23 17:34:17 +03:00
114 lines
4.7 KiB
XML
114 lines
4.7 KiB
XML
|
<?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>
|
|||
|
<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>
|