|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
8 | 8 | <OutputType>Exe</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>IntegrationEngine.ConsoleClient</RootNamespace> |
11 | | - <AssemblyName>IntegrationEngine.ConsoleClient</AssemblyName> |
| 11 | + <AssemblyName>inengine</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
15 | 15 | </PropertyGroup> |
16 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
18 | 17 | <DebugSymbols>true</DebugSymbols> |
19 | 18 | <DebugType>full</DebugType> |
20 | 19 | <Optimize>false</Optimize> |
|
42 | 41 | <Reference Include="Microsoft.CSharp" /> |
43 | 42 | <Reference Include="System.Data" /> |
44 | 43 | <Reference Include="System.Xml" /> |
| 44 | + <Reference Include="CommandLine"> |
| 45 | + <HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath> |
| 46 | + </Reference> |
45 | 47 | </ItemGroup> |
46 | 48 | <ItemGroup> |
47 | 49 | <Compile Include="Program.cs" /> |
48 | 50 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 51 | + <Compile Include="Options.cs" /> |
49 | 52 | </ItemGroup> |
50 | 53 | <ItemGroup> |
51 | 54 | <ProjectReference Include="..\IntegrationEngine.Client\IntegrationEngine.Client.csproj"> |
52 | | - <Project>{f3fcb706-f0dd-46c1-b121-785757fae9b9}</Project> |
| 55 | + <Project>{F3FCB706-F0DD-46C1-B121-785757FAE9B9}</Project> |
53 | 56 | <Name>IntegrationEngine.Client</Name> |
54 | 57 | </ProjectReference> |
55 | 58 | <ProjectReference Include="..\IntegrationEngine.Model\IntegrationEngine.Model.csproj"> |
56 | | - <Project>{0b499fe4-0bdb-4080-bcb7-f8d4ce54a4ff}</Project> |
| 59 | + <Project>{0B499FE4-0BDB-4080-BCB7-F8D4CE54A4FF}</Project> |
57 | 60 | <Name>IntegrationEngine.Model</Name> |
58 | 61 | </ProjectReference> |
59 | 62 | </ItemGroup> |
60 | 63 | <ItemGroup> |
61 | 64 | <None Include="app.config" /> |
| 65 | + <None Include="packages.config" /> |
62 | 66 | </ItemGroup> |
63 | 67 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
64 | 68 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments