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