diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-07-14 13:08:45 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-07-14 13:08:45 -0300 |
commit | f4de628c999810808d961899299686a9f0c50b5b (patch) | |
tree | 640d0532af6d0d2f33f6580e769489894bdb3c81 /PSP.workspace | |
parent | 7ddd1d26ad13ad23f520dff08485ef2794d5958b (diff) | |
download | PSP.git-f4de628c999810808d961899299686a9f0c50b5b.tar.gz PSP.git-f4de628c999810808d961899299686a9f0c50b5b.tar.xz PSP.git-f4de628c999810808d961899299686a9f0c50b5b.zip |
Some vector pre-allocation and test curves implementation
Diffstat (limited to 'PSP.workspace')
-rw-r--r-- | PSP.workspace | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PSP.workspace b/PSP.workspace index a37d541..95b47db 100644 --- a/PSP.workspace +++ b/PSP.workspace @@ -6,7 +6,7 @@ <Environment/> <Project Name="Project" ConfigName="Release_Windows_x32"/> </WorkspaceConfiguration> - <WorkspaceConfiguration Name="Release_Windows_x64" Selected="no"> + <WorkspaceConfiguration Name="Release_Windows_x64" Selected="yes"> <Environment/> <Project Name="Project" ConfigName="Release_Windows_x64"/> </WorkspaceConfiguration> @@ -14,7 +14,7 @@ <Environment/> <Project Name="Project" ConfigName="Debug_Windows_x64"/> </WorkspaceConfiguration> - <WorkspaceConfiguration Name="Release_Ubuntu_x64" Selected="yes"> + <WorkspaceConfiguration Name="Release_Ubuntu_x64" Selected="no"> <Environment/> <Project Name="Project" ConfigName="Release_Ubuntu_x64"/> </WorkspaceConfiguration> |