1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{F608DB8C-F9F1-40C1-866F-BA348E566E64}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >InhaCC</RootNamespace >
10
+ <AssemblyName >InhaCC</AssemblyName >
11
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <TargetFrameworkProfile />
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <PlatformTarget >AnyCPU</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
36
+ <DebugSymbols >true</DebugSymbols >
37
+ <OutputPath >bin\x64\Debug\</OutputPath >
38
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
39
+ <DebugType >full</DebugType >
40
+ <PlatformTarget >x64</PlatformTarget >
41
+ <LangVersion >7.3</LangVersion >
42
+ <ErrorReport >prompt</ErrorReport >
43
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
44
+ <Prefer32Bit >true</Prefer32Bit >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
47
+ <OutputPath >bin\x64\Release\</OutputPath >
48
+ <DefineConstants >TRACE</DefineConstants >
49
+ <Optimize >true</Optimize >
50
+ <DebugType >pdbonly</DebugType >
51
+ <PlatformTarget >x64</PlatformTarget >
52
+ <LangVersion >7.3</LangVersion >
53
+ <ErrorReport >prompt</ErrorReport >
54
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
55
+ <Prefer32Bit >true</Prefer32Bit >
56
+ </PropertyGroup >
57
+ <ItemGroup >
58
+ <Reference Include =" GraphVizWrapper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
59
+ <HintPath >..\packages\GraphViz.NET.1.0.0\lib\net40\GraphVizWrapper.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" System" />
62
+ <Reference Include =" System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
63
+ <HintPath >..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
64
+ </Reference >
65
+ <Reference Include =" System.Core" />
66
+ <Reference Include =" System.Xml.Linq" />
67
+ <Reference Include =" System.Data.DataSetExtensions" />
68
+ <Reference Include =" Microsoft.CSharp" />
69
+ <Reference Include =" System.Data" />
70
+ <Reference Include =" System.Deployment" />
71
+ <Reference Include =" System.Drawing" />
72
+ <Reference Include =" System.Net.Http" />
73
+ <Reference Include =" System.Windows.Forms" />
74
+ <Reference Include =" System.Xml" />
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <Compile Include =" cc\ParserGenerator.cs" />
78
+ <Compile Include =" cc\ScannerGenerator.cs" />
79
+ <Compile Include =" Graph.cs" />
80
+ <Compile Include =" MainForm.cs" >
81
+ <SubType >Form</SubType >
82
+ </Compile >
83
+ <Compile Include =" MainForm.Designer.cs" >
84
+ <DependentUpon >MainForm.cs</DependentUpon >
85
+ </Compile >
86
+ <Compile Include =" Program.cs" />
87
+ <Compile Include =" Properties\AssemblyInfo.cs" />
88
+ <EmbeddedResource Include =" MainForm.resx" >
89
+ <DependentUpon >MainForm.cs</DependentUpon >
90
+ </EmbeddedResource >
91
+ <EmbeddedResource Include =" Properties\Resources.resx" >
92
+ <Generator >ResXFileCodeGenerator</Generator >
93
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
94
+ <SubType >Designer</SubType >
95
+ </EmbeddedResource >
96
+ <Compile Include =" Properties\Resources.Designer.cs" >
97
+ <AutoGen >True</AutoGen >
98
+ <DependentUpon >Resources.resx</DependentUpon >
99
+ <DesignTime >True</DesignTime >
100
+ </Compile >
101
+ <None Include =" packages.config" />
102
+ <None Include =" Properties\Settings.settings" >
103
+ <Generator >SettingsSingleFileGenerator</Generator >
104
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
105
+ </None >
106
+ <Compile Include =" Properties\Settings.Designer.cs" >
107
+ <AutoGen >True</AutoGen >
108
+ <DependentUpon >Settings.settings</DependentUpon >
109
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
110
+ </Compile >
111
+ </ItemGroup >
112
+ <ItemGroup >
113
+ <None Include =" App.config" />
114
+ </ItemGroup >
115
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116
+ </Project >
0 commit comments