diff options
Diffstat (limited to 'src/domain/domain.csproj')
| -rwxr-xr-x | src/domain/domain.csproj | 158 |
1 files changed, 79 insertions, 79 deletions
diff --git a/src/domain/domain.csproj b/src/domain/domain.csproj index 21727d3..29ff5e2 100755 --- a/src/domain/domain.csproj +++ b/src/domain/domain.csproj @@ -1,79 +1,79 @@ -<?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>{4E400E9B-C985-49D3-BD7F-2C1D1022ECED}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>domain</RootNamespace>
- <AssemblyName>domain</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" Condition=" '$(OS)' == 'Windows_NT' " />
- <Reference Include="Microsoft.CSharp" Condition=" '$(OS)' == 'Windows_NT' " />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Greeting.cs" />
- <Compile Include="BOED.cs" />
- <Compile Include="Clock.cs" />
- <Compile Include="Capacity.cs" />
- <Compile Include="Commodity.cs" />
- <Compile Include="CommoditySplits.cs" />
- <Compile Include="DeclineCurve.cs" />
- <Compile Include="EstimatedNetProductionFor.cs" />
- <Compile Include="GasPlant.cs" />
- <Compile Include="MCF.cs" />
- <Compile Include="Month.cs" />
- <Compile Include="Months.cs" />
- <Compile Include="Oppurtunity.cs" />
- <Compile Include="Percent.cs" />
- <Compile Include="Production.cs" />
- <Compile Include="ProductionSchedule.cs" />
- <Compile Include="Quantity.cs" />
- <Compile Include="Range.cs" />
- <Compile Include="Summation.cs" />
- <Compile Include="TypeCurve.cs" />
- <Compile Include="Units.cs" />
- <Compile Include="Well.cs" />
- <Compile Include="IUnitOfMeasure.cs" />
- <Compile Include="utility\IVisitor.cs" />
- <Compile Include="utility\iterating.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(OS)' == 'Windows_NT' " />
- <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>
+<?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>{4E400E9B-C985-49D3-BD7F-2C1D1022ECED}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>domain</RootNamespace> + <AssemblyName>domain</AssemblyName> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <FileAlignment>512</FileAlignment> + </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.Xml.Linq" /> + <Reference Include="System.Data.DataSetExtensions" Condition=" '$(OS)' == 'Windows_NT' " /> + <Reference Include="Microsoft.CSharp" Condition=" '$(OS)' == 'Windows_NT' " /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Greeting.cs" /> + <Compile Include="BOED.cs" /> + <Compile Include="Clock.cs" /> + <Compile Include="Capacity.cs" /> + <Compile Include="Commodity.cs" /> + <Compile Include="CommoditySplits.cs" /> + <Compile Include="DeclineCurve.cs" /> + <Compile Include="EstimatedNetProductionFor.cs" /> + <Compile Include="GasPlant.cs" /> + <Compile Include="MCF.cs" /> + <Compile Include="Month.cs" /> + <Compile Include="Months.cs" /> + <Compile Include="Oppurtunity.cs" /> + <Compile Include="Percent.cs" /> + <Compile Include="Production.cs" /> + <Compile Include="ProductionSchedule.cs" /> + <Compile Include="Quantity.cs" /> + <Compile Include="Range.cs" /> + <Compile Include="Summation.cs" /> + <Compile Include="TypeCurve.cs" /> + <Compile Include="Units.cs" /> + <Compile Include="Well.cs" /> + <Compile Include="IUnitOfMeasure.cs" /> + <Compile Include="utility\IVisitor.cs" /> + <Compile Include="utility\iterating.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(OS)' == 'Windows_NT' " /> + <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> |
