|
20 | 20 | </ItemGroup> |
21 | 21 | <PropertyGroup Label="Globals"> |
22 | 22 | <VCProjectVersion>16.0</VCProjectVersion> |
23 | | - <ProjectGuid>{9BE44CA6-D4C9-4FCC-A694-0D2051AFE44B}</ProjectGuid> |
24 | | - <Keyword>Win32Proj</Keyword> |
| 23 | + <ProjectGuid>{A6408537-5D3A-498A-8CCF-6EE1BB457710}</ProjectGuid> |
| 24 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 25 | + <Keyword>ManagedCProj</Keyword> |
25 | 26 | <RootNamespace>MethodsDevelopmentTranslator</RootNamespace> |
26 | 27 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
27 | 28 | </PropertyGroup> |
|
30 | 31 | <ConfigurationType>Application</ConfigurationType> |
31 | 32 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | 33 | <PlatformToolset>v142</PlatformToolset> |
| 34 | + <CLRSupport>true</CLRSupport> |
33 | 35 | <CharacterSet>Unicode</CharacterSet> |
34 | 36 | </PropertyGroup> |
35 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | 38 | <ConfigurationType>Application</ConfigurationType> |
37 | 39 | <UseDebugLibraries>false</UseDebugLibraries> |
38 | 40 | <PlatformToolset>v142</PlatformToolset> |
39 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
| 41 | + <CLRSupport>true</CLRSupport> |
40 | 42 | <CharacterSet>Unicode</CharacterSet> |
41 | 43 | </PropertyGroup> |
42 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 45 | <ConfigurationType>Application</ConfigurationType> |
44 | 46 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | 47 | <PlatformToolset>v142</PlatformToolset> |
| 48 | + <CLRSupport>true</CLRSupport> |
46 | 49 | <CharacterSet>Unicode</CharacterSet> |
47 | 50 | </PropertyGroup> |
48 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | 52 | <ConfigurationType>Application</ConfigurationType> |
50 | 53 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | 54 | <PlatformToolset>v142</PlatformToolset> |
52 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
| 55 | + <CLRSupport>true</CLRSupport> |
53 | 56 | <CharacterSet>Unicode</CharacterSet> |
54 | 57 | </PropertyGroup> |
55 | 58 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
84 | 87 | </PropertyGroup> |
85 | 88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
86 | 89 | <ClCompile> |
87 | | - <PrecompiledHeader> |
88 | | - </PrecompiledHeader> |
89 | 90 | <WarningLevel>Level3</WarningLevel> |
90 | 91 | <Optimization>Disabled</Optimization> |
91 | | - <SDLCheck>true</SDLCheck> |
92 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
93 | | - <ConformanceMode>true</ConformanceMode> |
| 92 | + <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
94 | 93 | </ClCompile> |
95 | 94 | <Link> |
96 | | - <SubSystem>Console</SubSystem> |
97 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 95 | + <AdditionalDependencies /> |
| 96 | + <EntryPointSymbol>main</EntryPointSymbol> |
| 97 | + <SubSystem>Windows</SubSystem> |
98 | 98 | </Link> |
99 | 99 | </ItemDefinitionGroup> |
100 | 100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
101 | 101 | <ClCompile> |
102 | | - <PrecompiledHeader> |
103 | | - </PrecompiledHeader> |
104 | 102 | <WarningLevel>Level3</WarningLevel> |
105 | 103 | <Optimization>Disabled</Optimization> |
106 | | - <SDLCheck>true</SDLCheck> |
107 | | - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
108 | | - <ConformanceMode>true</ConformanceMode> |
| 104 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
109 | 105 | </ClCompile> |
110 | 106 | <Link> |
111 | | - <SubSystem>Console</SubSystem> |
112 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 107 | + <AdditionalDependencies /> |
| 108 | + <SubSystem>Windows</SubSystem> |
| 109 | + <EntryPointSymbol>main</EntryPointSymbol> |
113 | 110 | </Link> |
114 | 111 | </ItemDefinitionGroup> |
115 | 112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
116 | 113 | <ClCompile> |
117 | | - <PrecompiledHeader> |
118 | | - </PrecompiledHeader> |
119 | 114 | <WarningLevel>Level3</WarningLevel> |
120 | | - <Optimization>MaxSpeed</Optimization> |
121 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
122 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
123 | | - <SDLCheck>true</SDLCheck> |
124 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
125 | | - <ConformanceMode>true</ConformanceMode> |
| 115 | + <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
126 | 116 | </ClCompile> |
127 | 117 | <Link> |
128 | | - <SubSystem>Console</SubSystem> |
129 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
130 | | - <OptimizeReferences>true</OptimizeReferences> |
131 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 118 | + <AdditionalDependencies /> |
132 | 119 | </Link> |
133 | 120 | </ItemDefinitionGroup> |
134 | 121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
135 | 122 | <ClCompile> |
136 | | - <PrecompiledHeader> |
137 | | - </PrecompiledHeader> |
138 | 123 | <WarningLevel>Level3</WarningLevel> |
139 | | - <Optimization>MaxSpeed</Optimization> |
140 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
141 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
142 | | - <SDLCheck>true</SDLCheck> |
143 | | - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
144 | | - <ConformanceMode>true</ConformanceMode> |
| 124 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
145 | 125 | </ClCompile> |
146 | 126 | <Link> |
147 | | - <SubSystem>Console</SubSystem> |
148 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
149 | | - <OptimizeReferences>true</OptimizeReferences> |
150 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 127 | + <AdditionalDependencies /> |
151 | 128 | </Link> |
152 | 129 | </ItemDefinitionGroup> |
| 130 | + <ItemGroup> |
| 131 | + <Reference Include="System" /> |
| 132 | + <Reference Include="System.Data" /> |
| 133 | + <Reference Include="System.Drawing" /> |
| 134 | + <Reference Include="System.Windows.Forms" /> |
| 135 | + <Reference Include="System.Xml" /> |
| 136 | + </ItemGroup> |
153 | 137 | <ItemGroup> |
154 | 138 | <ClCompile Include="function.cpp" /> |
155 | | - <ClCompile Include="MethodsDevelopmentTranslator.cpp" /> |
| 139 | + <ClCompile Include="ReversePolishNotation.cpp" /> |
156 | 140 | <ClCompile Include="SyntaxAnalisator.cpp" /> |
157 | 141 | <ClCompile Include="Translator.cpp" /> |
158 | | - </ItemGroup> |
159 | | - <ItemGroup> |
160 | | - <Text Include="C.txt" /> |
161 | | - <Text Include="lexical.txt" /> |
| 142 | + <ClCompile Include="Translator_LanguageC.cpp" /> |
162 | 143 | </ItemGroup> |
163 | 144 | <ItemGroup> |
164 | 145 | <ClInclude Include="function.h" /> |
165 | | - <ClInclude Include="SyntaxAnalisator.h" /> |
166 | | - <ClInclude Include="table.h" /> |
167 | 146 | <ClInclude Include="include.h" /> |
| 147 | + <ClInclude Include="ReversePolishNotation.h" /> |
| 148 | + <ClInclude Include="SyntaxAnalisator.h" /> |
168 | 149 | <ClInclude Include="Translator.h" /> |
| 150 | + <ClInclude Include="Translator_LanguageC.h"> |
| 151 | + <FileType>CppForm</FileType> |
| 152 | + </ClInclude> |
| 153 | + </ItemGroup> |
| 154 | + <ItemGroup> |
| 155 | + <EmbeddedResource Include="Translator_LanguageC.resx"> |
| 156 | + <DependentUpon>Translator_LanguageC.h</DependentUpon> |
| 157 | + </EmbeddedResource> |
169 | 158 | </ItemGroup> |
170 | 159 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
171 | 160 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments