Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Renaming main files, caused problems with VS
Browse files Browse the repository at this point in the history
  • Loading branch information
nikreiman committed Nov 8, 2012
1 parent 840dc76 commit f8d1f2d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions projects/VisualStudio/MrsWatson.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\main\main.c" />
<ClCompile Include="..\..\main\MrsWatsonMain.c" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{2AABEEE4-5AFE-4953-BDF8-F0AE6D543A72}</ProjectGuid>
Expand Down Expand Up @@ -65,7 +65,7 @@
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>$(SolutionDir)..\..\build\$(Configuration)\libMrsWatson.lib;$(SolutionDir)..\..\archive_static.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>$(SolutionDir)..\..\build\$(Configuration)\libMrsWatson.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>
</IgnoreSpecificDefaultLibraries>
</Link>
Expand All @@ -87,7 +87,7 @@
<GenerateDebugInformation>false</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>$(SolutionDir)..\..\build\$(Configuration)\libMrsWatson.lib;$(SolutionDir)..\..\archive_static.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>$(SolutionDir)..\..\build\$(Configuration)\libMrsWatson.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>msvcrt</IgnoreSpecificDefaultLibraries>
</Link>
</ItemDefinitionGroup>
Expand Down
2 changes: 1 addition & 1 deletion projects/VisualStudio/MrsWatson.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\main\main.c">
<ClCompile Include="..\..\main\MrsWatsonMain.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions projects/VisualStudio/MrsWatsonTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ClCompile Include="..\..\test\FileUtilitiesTest.c" />
<ClCompile Include="..\..\test\InternalTestSuite.c" />
<ClCompile Include="..\..\test\LinkedListTest.c" />
<ClCompile Include="..\..\test\main.c" />
<ClCompile Include="..\..\test\MrsWatsonTestMain.c" />
<ClCompile Include="..\..\test\MidiSequenceTest.c" />
<ClCompile Include="..\..\test\MidiSourceTest.c" />
<ClCompile Include="..\..\test\PlatformUtilitiesTest.c" />
Expand All @@ -46,7 +46,7 @@
<ClInclude Include="..\..\test\AnalysisSilence.h" />
<ClInclude Include="..\..\test\AnalyzeFile.h" />
<ClInclude Include="..\..\test\ApplicationRunner.h" />
<ClInclude Include="..\..\test\main.h" />
<ClInclude Include="..\..\test\MrsWatsonTestMain.h" />
<ClInclude Include="..\..\test\TestRunner.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
Expand Down
10 changes: 5 additions & 5 deletions projects/VisualStudio/MrsWatsonTest.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
<ClCompile Include="..\..\test\LinkedListTest.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\test\main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\test\MidiSequenceTest.c">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -90,6 +87,9 @@
<ClCompile Include="..\..\test\TestRunner.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\test\MrsWatsonTestMain.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\test\AnalysisClipping.h">
Expand All @@ -107,10 +107,10 @@
<ClInclude Include="..\..\test\ApplicationRunner.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\test\main.h">
<ClInclude Include="..\..\test\TestRunner.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\test\TestRunner.h">
<ClInclude Include="..\..\test\MrsWatsonTestMain.h">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f8d1f2d

Please sign in to comment.