| @@ -1,77 +1,77 | |||||
| 1 | <?xml version="1.0" encoding="utf-8"?> |
|
1 | <?xml version="1.0" encoding="utf-8"?> | |
| 2 | <Project ToolsVersion="4.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 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | |
| 4 | <PropertyGroup> |
|
4 | <PropertyGroup> | |
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| 7 | <ProjectGuid>{1DB7DB0C-8AA9-484B-A681-33AE94038391}</ProjectGuid> |
|
7 | <ProjectGuid>{1DB7DB0C-8AA9-484B-A681-33AE94038391}</ProjectGuid> | |
| 8 | <OutputType>Library</OutputType> |
|
8 | <OutputType>Library</OutputType> | |
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
|
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | |
| 10 | <RootNamespace>Implab.Diagnostics.Interactive</RootNamespace> |
|
10 | <RootNamespace>Implab.Diagnostics.Interactive</RootNamespace> | |
| 11 | <AssemblyName>Implab.Diagnostics.Interactive</AssemblyName> |
|
11 | <AssemblyName>Implab.Diagnostics.Interactive</AssemblyName> | |
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
| 13 | <FileAlignment>512</FileAlignment> |
|
13 | <FileAlignment>512</FileAlignment> | |
| 14 | </PropertyGroup> |
|
14 | </PropertyGroup> | |
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| 16 | <DebugSymbols>true</DebugSymbols> |
|
16 | <DebugSymbols>true</DebugSymbols> | |
| 17 | <DebugType>full</DebugType> |
|
17 | <DebugType>full</DebugType> | |
| 18 | <Optimize>false</Optimize> |
|
18 | <Optimize>false</Optimize> | |
| 19 | <OutputPath>bin\Debug\</OutputPath> |
|
19 | <OutputPath>bin\Debug\</OutputPath> | |
| 20 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
20 | <DefineConstants>DEBUG;TRACE</DefineConstants> | |
| 21 | <ErrorReport>prompt</ErrorReport> |
|
21 | <ErrorReport>prompt</ErrorReport> | |
| 22 | <WarningLevel>4</WarningLevel> |
|
22 | <WarningLevel>4</WarningLevel> | |
| 23 | </PropertyGroup> |
|
23 | </PropertyGroup> | |
| 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| 25 | <DebugType>pdbonly</DebugType> |
|
25 | <DebugType>pdbonly</DebugType> | |
| 26 | <Optimize>true</Optimize> |
|
26 | <Optimize>true</Optimize> | |
| 27 | <OutputPath>bin\Release\</OutputPath> |
|
27 | <OutputPath>bin\Release\</OutputPath> | |
| 28 | <DefineConstants>TRACE</DefineConstants> |
|
28 | <DefineConstants>TRACE</DefineConstants> | |
| 29 | <ErrorReport>prompt</ErrorReport> |
|
29 | <ErrorReport>prompt</ErrorReport> | |
| 30 | <WarningLevel>4</WarningLevel> |
|
30 | <WarningLevel>4</WarningLevel> | |
| 31 | </PropertyGroup> |
|
31 | </PropertyGroup> | |
| 32 | <ItemGroup> |
|
32 | <ItemGroup> | |
| 33 | <Reference Include="System" /> |
|
33 | <Reference Include="System" /> | |
| 34 | <Reference Include="System.Core" /> |
|
34 | <Reference Include="System.Core" /> | |
| 35 | <Reference Include="System.Drawing" /> |
|
35 | <Reference Include="System.Drawing" /> | |
| 36 | <Reference Include="System.Windows.Forms" /> |
|
36 | <Reference Include="System.Windows.Forms" /> | |
| 37 | <Reference Include="System.Xml.Linq" /> |
|
37 | <Reference Include="System.Xml.Linq" /> | |
| 38 | <Reference Include="System.Data.DataSetExtensions" /> |
|
38 | <Reference Include="System.Data.DataSetExtensions" /> | |
| 39 | <Reference Include="Microsoft.CSharp" /> |
|
39 | <Reference Include="Microsoft.CSharp" /> | |
| 40 | <Reference Include="System.Data" /> |
|
40 | <Reference Include="System.Data" /> | |
| 41 | <Reference Include="System.Xml" /> |
|
41 | <Reference Include="System.Xml" /> | |
| 42 | </ItemGroup> |
|
42 | </ItemGroup> | |
| 43 | <ItemGroup> |
|
43 | <ItemGroup> | |
| 44 | <Compile Include="InteractiveListener.cs" /> |
|
44 | <Compile Include="InteractiveListener.cs" /> | |
| 45 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
45 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
| 46 | <Compile Include="TextStyle.cs" /> |
|
46 | <Compile Include="TextStyle.cs" /> | |
| 47 | <Compile Include="TraceForm.cs"> |
|
47 | <Compile Include="TraceForm.cs"> | |
| 48 | <SubType>Form</SubType> |
|
48 | <SubType>Form</SubType> | |
| 49 | </Compile> |
|
49 | </Compile> | |
| 50 | <Compile Include="TraceForm.Designer.cs"> |
|
50 | <Compile Include="TraceForm.Designer.cs"> | |
| 51 | <DependentUpon>TraceForm.cs</DependentUpon> |
|
51 | <DependentUpon>TraceForm.cs</DependentUpon> | |
| 52 | </Compile> |
|
52 | </Compile> | |
| 53 | <Compile Include="TraceViewItem.cs" /> |
|
53 | <Compile Include="TraceViewItem.cs" /> | |
| 54 | </ItemGroup> |
|
54 | </ItemGroup> | |
| 55 | <ItemGroup> |
|
55 | <ItemGroup> | |
| 56 | <ProjectReference Include="..\Implab\Implab.csproj"> |
|
56 | <ProjectReference Include="..\Implab\Implab.csproj"> | |
| 57 |
<Project>{ |
|
57 | <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> | |
| 58 | <Name>Implab</Name> |
|
58 | <Name>Implab</Name> | |
| 59 | </ProjectReference> |
|
59 | </ProjectReference> | |
| 60 | </ItemGroup> |
|
60 | </ItemGroup> | |
| 61 | <ItemGroup> |
|
61 | <ItemGroup> | |
| 62 | <EmbeddedResource Include="TraceForm.resx"> |
|
62 | <EmbeddedResource Include="TraceForm.resx"> | |
| 63 | <DependentUpon>TraceForm.cs</DependentUpon> |
|
63 | <DependentUpon>TraceForm.cs</DependentUpon> | |
| 64 | </EmbeddedResource> |
|
64 | </EmbeddedResource> | |
| 65 | </ItemGroup> |
|
65 | </ItemGroup> | |
| 66 | <ItemGroup> |
|
66 | <ItemGroup> | |
| 67 | <None Include="Properties\DataSources\TraceViewItem.datasource" /> |
|
67 | <None Include="Properties\DataSources\TraceViewItem.datasource" /> | |
| 68 | </ItemGroup> |
|
68 | </ItemGroup> | |
| 69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
| 70 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
70 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
| 71 | Other similar extension points exist, see Microsoft.Common.targets. |
|
71 | Other similar extension points exist, see Microsoft.Common.targets. | |
| 72 | <Target Name="BeforeBuild"> |
|
72 | <Target Name="BeforeBuild"> | |
| 73 | </Target> |
|
73 | </Target> | |
| 74 | <Target Name="AfterBuild"> |
|
74 | <Target Name="AfterBuild"> | |
| 75 | </Target> |
|
75 | </Target> | |
| 76 | --> |
|
76 | --> | |
| 77 | </Project> No newline at end of file |
|
77 | </Project> | |
| @@ -1,107 +1,105 | |||||
| 1 | <?xml version="1.0" encoding="utf-8"?> |
|
1 | <?xml version="1.0" encoding="utf-8"?> | |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 3 | <PropertyGroup> |
|
3 | <PropertyGroup> | |
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| 6 | <ProductVersion>10.0.0</ProductVersion> |
|
|||
| 7 | <SchemaVersion>2.0</SchemaVersion> |
|
|||
| 8 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> |
|
6 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | |
| 9 | <OutputType>Library</OutputType> |
|
7 | <OutputType>Library</OutputType> | |
| 10 | <RootNamespace>Implab</RootNamespace> |
|
8 | <RootNamespace>Implab</RootNamespace> | |
| 11 | <AssemblyName>Implab</AssemblyName> |
|
9 | <AssemblyName>Implab</AssemblyName> | |
| 12 | </PropertyGroup> |
|
10 | </PropertyGroup> | |
| 13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
11 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| 14 | <DebugSymbols>true</DebugSymbols> |
|
12 | <DebugSymbols>true</DebugSymbols> | |
| 15 | <DebugType>full</DebugType> |
|
13 | <DebugType>full</DebugType> | |
| 16 | <Optimize>false</Optimize> |
|
14 | <Optimize>false</Optimize> | |
| 17 | <OutputPath>bin\Debug</OutputPath> |
|
15 | <OutputPath>bin\Debug</OutputPath> | |
| 18 | <DefineConstants>TRACE;DEBUG;</DefineConstants> |
|
16 | <DefineConstants>TRACE;DEBUG;</DefineConstants> | |
| 19 | <ErrorReport>prompt</ErrorReport> |
|
17 | <ErrorReport>prompt</ErrorReport> | |
| 20 | <WarningLevel>4</WarningLevel> |
|
18 | <WarningLevel>4</WarningLevel> | |
| 21 | <ConsolePause>false</ConsolePause> |
|
19 | <ConsolePause>false</ConsolePause> | |
| 22 | <RunCodeAnalysis>true</RunCodeAnalysis> |
|
20 | <RunCodeAnalysis>true</RunCodeAnalysis> | |
| 23 | </PropertyGroup> |
|
21 | </PropertyGroup> | |
| 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| 25 | <DebugType>full</DebugType> |
|
23 | <DebugType>full</DebugType> | |
| 26 | <Optimize>true</Optimize> |
|
24 | <Optimize>true</Optimize> | |
| 27 | <OutputPath>bin\Release</OutputPath> |
|
25 | <OutputPath>bin\Release</OutputPath> | |
| 28 | <ErrorReport>prompt</ErrorReport> |
|
26 | <ErrorReport>prompt</ErrorReport> | |
| 29 | <WarningLevel>4</WarningLevel> |
|
27 | <WarningLevel>4</WarningLevel> | |
| 30 | <ConsolePause>false</ConsolePause> |
|
28 | <ConsolePause>false</ConsolePause> | |
| 31 | </PropertyGroup> |
|
29 | </PropertyGroup> | |
| 32 | <ItemGroup> |
|
30 | <ItemGroup> | |
| 33 | <Reference Include="System" /> |
|
31 | <Reference Include="System" /> | |
| 34 |
<Reference Include="System.X |
|
32 | <Reference Include="System.Xml" /> | |
| 35 | </ItemGroup> |
|
33 | </ItemGroup> | |
| 36 | <ItemGroup> |
|
34 | <ItemGroup> | |
| 37 | <Compile Include="Component.cs" /> |
|
35 | <Compile Include="Component.cs" /> | |
| 38 | <Compile Include="CustomEqualityComparer.cs" /> |
|
36 | <Compile Include="CustomEqualityComparer.cs" /> | |
| 39 | <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> |
|
37 | <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> | |
| 40 | <Compile Include="Diagnostics\EventText.cs" /> |
|
38 | <Compile Include="Diagnostics\EventText.cs" /> | |
| 41 | <Compile Include="Diagnostics\IEventTextFormatter.cs" /> |
|
39 | <Compile Include="Diagnostics\IEventTextFormatter.cs" /> | |
| 42 | <Compile Include="Diagnostics\LogChannel.cs" /> |
|
40 | <Compile Include="Diagnostics\LogChannel.cs" /> | |
| 43 | <Compile Include="Diagnostics\LogicalOperation.cs" /> |
|
41 | <Compile Include="Diagnostics\LogicalOperation.cs" /> | |
| 44 | <Compile Include="Diagnostics\TextFileListener.cs" /> |
|
42 | <Compile Include="Diagnostics\TextFileListener.cs" /> | |
| 45 | <Compile Include="Diagnostics\TextListenerBase.cs" /> |
|
43 | <Compile Include="Diagnostics\TextListenerBase.cs" /> | |
| 46 | <Compile Include="Diagnostics\TraceLog.cs" /> |
|
44 | <Compile Include="Diagnostics\TraceLog.cs" /> | |
| 47 | <Compile Include="Diagnostics\TraceContext.cs" /> |
|
45 | <Compile Include="Diagnostics\TraceContext.cs" /> | |
| 48 | <Compile Include="Diagnostics\TraceEvent.cs" /> |
|
46 | <Compile Include="Diagnostics\TraceEvent.cs" /> | |
| 49 | <Compile Include="Diagnostics\TraceEventType.cs" /> |
|
47 | <Compile Include="Diagnostics\TraceEventType.cs" /> | |
| 50 | <Compile Include="Disposable.cs" /> |
|
48 | <Compile Include="Disposable.cs" /> | |
| 51 | <Compile Include="ICancellable.cs" /> |
|
49 | <Compile Include="ICancellable.cs" /> | |
| 52 | <Compile Include="IProgressHandler.cs" /> |
|
50 | <Compile Include="IProgressHandler.cs" /> | |
| 53 | <Compile Include="IProgressNotifier.cs" /> |
|
51 | <Compile Include="IProgressNotifier.cs" /> | |
| 54 | <Compile Include="IPromiseT.cs" /> |
|
52 | <Compile Include="IPromiseT.cs" /> | |
| 55 | <Compile Include="IPromise.cs" /> |
|
53 | <Compile Include="IPromise.cs" /> | |
| 56 | <Compile Include="IServiceLocator.cs" /> |
|
54 | <Compile Include="IServiceLocator.cs" /> | |
| 57 | <Compile Include="ITaskController.cs" /> |
|
55 | <Compile Include="ITaskController.cs" /> | |
| 58 | <Compile Include="JSON\JSONElementContext.cs" /> |
|
56 | <Compile Include="JSON\JSONElementContext.cs" /> | |
| 59 | <Compile Include="JSON\JSONElementType.cs" /> |
|
57 | <Compile Include="JSON\JSONElementType.cs" /> | |
| 60 | <Compile Include="JSON\JSONGrammar.cs" /> |
|
58 | <Compile Include="JSON\JSONGrammar.cs" /> | |
| 61 | <Compile Include="JSON\JSONParser.cs" /> |
|
59 | <Compile Include="JSON\JSONParser.cs" /> | |
| 62 | <Compile Include="JSON\JSONScanner.cs" /> |
|
60 | <Compile Include="JSON\JSONScanner.cs" /> | |
| 63 | <Compile Include="JSON\JsonTokenType.cs" /> |
|
61 | <Compile Include="JSON\JsonTokenType.cs" /> | |
| 64 | <Compile Include="JSON\JSONWriter.cs" /> |
|
62 | <Compile Include="JSON\JSONWriter.cs" /> | |
| 65 | <Compile Include="JSON\JSONXmlReader.cs" /> |
|
63 | <Compile Include="JSON\JSONXmlReader.cs" /> | |
| 66 | <Compile Include="JSON\JSONXmlReaderOptions.cs" /> |
|
64 | <Compile Include="JSON\JSONXmlReaderOptions.cs" /> | |
| 67 | <Compile Include="JSON\StringTranslator.cs" /> |
|
65 | <Compile Include="JSON\StringTranslator.cs" /> | |
| 68 | <Compile Include="Parallels\DispatchPool.cs" /> |
|
66 | <Compile Include="Parallels\DispatchPool.cs" /> | |
| 69 | <Compile Include="Parallels\ArrayTraits.cs" /> |
|
67 | <Compile Include="Parallels\ArrayTraits.cs" /> | |
| 70 | <Compile Include="Parallels\MTQueue.cs" /> |
|
68 | <Compile Include="Parallels\MTQueue.cs" /> | |
| 71 | <Compile Include="Parallels\WorkerPool.cs" /> |
|
69 | <Compile Include="Parallels\WorkerPool.cs" /> | |
| 72 | <Compile Include="Parsing\Alphabet.cs" /> |
|
70 | <Compile Include="Parsing\Alphabet.cs" /> | |
| 73 | <Compile Include="Parsing\AlphabetBase.cs" /> |
|
71 | <Compile Include="Parsing\AlphabetBase.cs" /> | |
| 74 | <Compile Include="Parsing\AltToken.cs" /> |
|
72 | <Compile Include="Parsing\AltToken.cs" /> | |
| 75 | <Compile Include="Parsing\BinaryToken.cs" /> |
|
73 | <Compile Include="Parsing\BinaryToken.cs" /> | |
| 76 | <Compile Include="Parsing\CatToken.cs" /> |
|
74 | <Compile Include="Parsing\CatToken.cs" /> | |
| 77 | <Compile Include="Parsing\CDFADefinition.cs" /> |
|
75 | <Compile Include="Parsing\CDFADefinition.cs" /> | |
| 78 | <Compile Include="Parsing\DFABuilder.cs" /> |
|
76 | <Compile Include="Parsing\DFABuilder.cs" /> | |
| 79 | <Compile Include="Parsing\DFADefinitionBase.cs" /> |
|
77 | <Compile Include="Parsing\DFADefinitionBase.cs" /> | |
| 80 | <Compile Include="Parsing\DFAStateDescriptor.cs" /> |
|
78 | <Compile Include="Parsing\DFAStateDescriptor.cs" /> | |
| 81 | <Compile Include="Parsing\DFAutomaton.cs" /> |
|
79 | <Compile Include="Parsing\DFAutomaton.cs" /> | |
| 82 | <Compile Include="Parsing\EDFADefinition.cs" /> |
|
80 | <Compile Include="Parsing\EDFADefinition.cs" /> | |
| 83 | <Compile Include="Parsing\EmptyToken.cs" /> |
|
81 | <Compile Include="Parsing\EmptyToken.cs" /> | |
| 84 | <Compile Include="Parsing\EndToken.cs" /> |
|
82 | <Compile Include="Parsing\EndToken.cs" /> | |
| 85 | <Compile Include="Parsing\EnumAlphabet.cs" /> |
|
83 | <Compile Include="Parsing\EnumAlphabet.cs" /> | |
| 86 | <Compile Include="Parsing\Grammar.cs" /> |
|
84 | <Compile Include="Parsing\Grammar.cs" /> | |
| 87 | <Compile Include="Parsing\IAlphabet.cs" /> |
|
85 | <Compile Include="Parsing\IAlphabet.cs" /> | |
| 88 | <Compile Include="Parsing\IDFADefinition.cs" /> |
|
86 | <Compile Include="Parsing\IDFADefinition.cs" /> | |
| 89 | <Compile Include="Parsing\IVisitor.cs" /> |
|
87 | <Compile Include="Parsing\IVisitor.cs" /> | |
| 90 | <Compile Include="Parsing\ParserException.cs" /> |
|
88 | <Compile Include="Parsing\ParserException.cs" /> | |
| 91 | <Compile Include="Parsing\Scanner.cs" /> |
|
89 | <Compile Include="Parsing\Scanner.cs" /> | |
| 92 | <Compile Include="Parsing\StarToken.cs" /> |
|
90 | <Compile Include="Parsing\StarToken.cs" /> | |
| 93 | <Compile Include="Parsing\SymbolToken.cs" /> |
|
91 | <Compile Include="Parsing\SymbolToken.cs" /> | |
| 94 | <Compile Include="Parsing\Token.cs" /> |
|
92 | <Compile Include="Parsing\Token.cs" /> | |
| 95 | <Compile Include="SafePool.cs" /> |
|
93 | <Compile Include="SafePool.cs" /> | |
| 96 | <Compile Include="ServiceLocator.cs" /> |
|
94 | <Compile Include="ServiceLocator.cs" /> | |
| 97 | <Compile Include="TaskController.cs" /> |
|
95 | <Compile Include="TaskController.cs" /> | |
| 98 | <Compile Include="ProgressInitEventArgs.cs" /> |
|
96 | <Compile Include="ProgressInitEventArgs.cs" /> | |
| 99 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
97 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
| 100 | <Compile Include="Promise.cs" /> |
|
98 | <Compile Include="Promise.cs" /> | |
| 101 | <Compile Include="Parallels\AsyncPool.cs" /> |
|
99 | <Compile Include="Parallels\AsyncPool.cs" /> | |
| 102 | <Compile Include="Safe.cs" /> |
|
100 | <Compile Include="Safe.cs" /> | |
| 103 | <Compile Include="ValueEventArgs.cs" /> |
|
101 | <Compile Include="ValueEventArgs.cs" /> | |
| 104 | </ItemGroup> |
|
102 | </ItemGroup> | |
| 105 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
103 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
| 106 | <ItemGroup /> |
|
104 | <ItemGroup /> | |
| 107 | </Project> No newline at end of file |
|
105 | </Project> | |
General Comments 0
You need to be logged in to leave comments.
Login now
