Skip to content

Commit

Permalink
run project and create files
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidne committed Jul 7, 2018
1 parent ef60655 commit 0e0f0cb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Email Application.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientApplication", "ClientApplication\ClientApplication.vcxproj", "{E2BAA741-8CC5-4DE0-8268-9B558C462511}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServerApplication", "ServerApplication\ServerApplication.vcxproj", "{49DF7D6A-CF55-4690-AF86-FD01D976CE8A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand All @@ -15,6 +17,10 @@ Global
{E2BAA741-8CC5-4DE0-8268-9B558C462511}.Debug|Win32.Build.0 = Debug|Win32
{E2BAA741-8CC5-4DE0-8268-9B558C462511}.Release|Win32.ActiveCfg = Release|Win32
{E2BAA741-8CC5-4DE0-8268-9B558C462511}.Release|Win32.Build.0 = Release|Win32
{49DF7D6A-CF55-4690-AF86-FD01D976CE8A}.Debug|Win32.ActiveCfg = Debug|Win32
{49DF7D6A-CF55-4690-AF86-FD01D976CE8A}.Debug|Win32.Build.0 = Debug|Win32
{49DF7D6A-CF55-4690-AF86-FD01D976CE8A}.Release|Win32.ActiveCfg = Release|Win32
{49DF7D6A-CF55-4690-AF86-FD01D976CE8A}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
7 changes: 7 additions & 0 deletions ServerApplication/ServerApplication.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Server.h" />
<ClInclude Include="StrProcessing.h" />
<ClInclude Include="Time.h" />
<ClInclude Include="TXTFile.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
19 changes: 19 additions & 0 deletions ServerApplication/ServerApplication.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,23 @@
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Server.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="StrProcessing.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Time.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="TXTFile.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 0e0f0cb

Please sign in to comment.