Skip to content

Commit

Permalink
Fix references and build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gavazquez committed Mar 28, 2020
1 parent ea4bcdb commit 8412cfd
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 17 deletions.
8 changes: 4 additions & 4 deletions GazeTracker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Debug|x86.ActiveCfg = Debug|x86
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Debug|x86.Build.0 = Debug|x86
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.ActiveCfg = Debug|x86
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.Build.0 = Debug|x86
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.ActiveCfg = Release|x86
{290CCD8B-03B5-4DDF-B08C-6EB5C957DE86}.Release|x86.Build.0 = Release|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Debug|x86.ActiveCfg = Debug|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Debug|x86.Build.0 = Debug|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.ActiveCfg = Debug|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.Build.0 = Debug|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.ActiveCfg = Release|x86
{7497759C-0D88-4C0D-A507-D7E427E2BC39}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 0 additions & 6 deletions GazeTracker/App.config

This file was deleted.

11 changes: 5 additions & 6 deletions GazeTracker/GazeTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
Expand Down Expand Up @@ -130,9 +130,6 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GazeTrackerCore\GazeTrackerCore.csproj">
<Project>{7497759c-0d88-4c0d-a507-d7e427e2bc39}</Project>
Expand All @@ -141,7 +138,9 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /s /y /i "$(SolutionDir)Libs\x86\*.*" "$(TargetDir)"
xcopy /s /y /i "$(SolutionDir)Libs\model\*.*" "$(TargetDir)"</PostBuildEvent>
<PostBuildEvent>del /q "$(TargetDir)\*.xml"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>xcopy /s /y /i "$(SolutionDir)Libs\*.*" "$(TargetDir)"</PreBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion GazeTrackerCore/GazeTrackerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>latest</LangVersion>
<ErrorReport>prompt</ErrorReport>
Expand Down
Loading

0 comments on commit 8412cfd

Please sign in to comment.