2015-11-16 00:38:57 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-12-22 23:05:00 +01:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-11-16 00:38:57 +01:00
|
|
|
|
<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>{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BlubbFish.Utils</RootNamespace>
|
|
|
|
|
<AssemblyName>Utils</AssemblyName>
|
2017-12-22 23:05:00 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
2015-11-16 00:38:57 +01:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-12-22 23:05:00 +01:00
|
|
|
|
<TargetFrameworkProfile />
|
2015-11-16 00:38:57 +01:00
|
|
|
|
</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.Core" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="CmdArgs.cs" />
|
2017-04-25 22:44:17 +02:00
|
|
|
|
<Compile Include="EventArgsHelper.cs" />
|
2015-11-16 00:38:57 +01:00
|
|
|
|
<Compile Include="FileLogger.cs" />
|
2017-03-09 20:58:12 +01:00
|
|
|
|
<Compile Include="FileMutex.cs" />
|
2015-11-16 00:38:57 +01:00
|
|
|
|
<Compile Include="InIReader.cs" />
|
|
|
|
|
<Compile Include="OwnController.cs" />
|
|
|
|
|
<Compile Include="OwnModel.cs" />
|
|
|
|
|
<Compile Include="OwnObject.cs" />
|
|
|
|
|
<Compile Include="OwnView.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-04-20 17:15:11 +02:00
|
|
|
|
<Compile Include="Updater.cs" />
|
2015-11-16 00:38:57 +01:00
|
|
|
|
</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>
|