Skip to content

Commit

Permalink
Change name of folder to 'src'
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-Guhun committed Mar 24, 2019
1 parent 9580966 commit 5ad6434
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion MdlxConverterGuhub.sln → MdlxConverter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MdlxConverterGuhub", "MdlxConverterGuhub\MdlxConverterGuhub.vcxproj", "{CDEC948D-B201-4570-B8D5-27D6C7ADA49A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MdlxConverterCommandline", "src\MdlxConverterCommandline.vcxproj", "{CDEC948D-B201-4570-B8D5-27D6C7ADA49A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Binary file removed MdlxConverterGuhub/MdlxConverterGuhub.cpp
Binary file not shown.
Binary file removed MdlxConverterGuhub/pch.cpp
Binary file not shown.
Binary file removed MdlxConverterGuhub/pch.h
Binary file not shown.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>MdlxConverterGuhub</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<ProjectName>Mdlx Converter Command-line</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -133,7 +134,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
Expand All @@ -154,16 +155,9 @@
<ClInclude Include="MdlError.h" />
<ClInclude Include="MdlLine.h" />
<ClInclude Include="MdlxData.h" />
<ClInclude Include="pch.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="MdlxConverterGuhub.cpp" />
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MdlError.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand All @@ -29,10 +26,7 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MdlxConverterGuhub.cpp">
<ClCompile Include="main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
Binary file added src/main.cpp
Binary file not shown.

0 comments on commit 5ad6434

Please sign in to comment.